*more fixes to prompt for username/password
*fix youtube script so vtomb.com auto-plays (add --autoplay-polic=no-user-gesture-required to command)
This commit is contained in:
@@ -4,7 +4,7 @@ if pgrep -f chromium-browser >/dev/null
|
||||
then
|
||||
exit 0
|
||||
else
|
||||
DISPLAY=:0 /usr/bin/chromium-browser https://www.vtomb.com &
|
||||
DISPLAY=:0 /usr/bin/chromium-browser --autoplay-policy=no-user-gesture-required https://www.vtomb.com &
|
||||
/usr/bin/perl -e 'sleep int rand 300' && /usr/bin/killall /usr/lib/chromium-browser/chromium-browser-v7
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user