*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:
Michael Pellegrino
2022-05-09 13:45:19 -04:00
parent d539e40943
commit a4e5168c87
8 changed files with 110 additions and 73 deletions

View File

@@ -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