Off Topic > Drama
Blockland Greasemonkey Scripts
Wedge:
I don't know how greasemonkey works on firefox, but with tampermonkey on chrome you can give userscripts whitelists of sites they're allowed to run on.
I guess tampermonkey reads this comment to set the site:
--- Code: ---// @include http://forum.blockland.us/index.php?topic=*
--- End code ---
The youtube embed and ignore scripts all run on these forums exclusively for me, although I've uninstalled the ignore list because I'm having issues with it.
Nickelob Ultra:
Here's a suggestion for a script, if it's even possible;
An embedded "auto replay" button for YouTube videos. Press it, the video will keep replaying. Simple toggle button.
SpreadsPlague:
--- Quote from: Nickelob Ultra on January 21, 2012, 01:55:55 AM ---Here's a suggestion for a script, if it's even possible;
An embedded "auto replay" button for YouTube videos. Press it, the video will keep replaying. Simple toggle button.
--- End quote ---
there are already scripts for this which should work for embedded videos
Kingdaro:
--- Quote from: Nickelob Ultra on January 21, 2012, 01:55:55 AM ---Here's a suggestion for a script, if it's even possible;
An embedded "auto replay" button for YouTube videos. Press it, the video will keep replaying. Simple toggle button.
--- End quote ---
there's an addon for it you can use on the youtube.com website, that's all i know of.
i don't know how to get data from youtube's embedded video otherwise though.
unless it was html5 or something but i think it's in flash. :U
Nickelob Ultra:
--- Quote from: SpreadsPlague on January 21, 2012, 02:10:11 AM ---there are already scripts for this which should work for embedded videos
--- End quote ---
Oh.
I should probably google those.