Author Topic: Blockland Greasemonkey Scripts  (Read 42960 times)

Sweet both OP's and the youtube embedding script is working. Thanks guys.

Oh, and if you don't want it to forget up on youtube just add youtube to the list of excluded sites. In the greasemonkey thing to go "manage user scripts" and add it to the list. Pretty easy.

Really? It turns ALL links to Youtube videos into embeds for me. So it forgets up on YT when I search for something.
You mean in search?

http://gyazo.com/fc8440a11b1edccf0414d267317c7d9a.png?1327127753

Sweet both OP's and the youtube embedding script is working. Thanks guys.

Oh, and if you don't want it to forget up on youtube just add youtube to the list of excluded sites. In the greasemonkey thing to go "manage user scripts" and add it to the list. Pretty easy.
Oh cool. Thanks.

Oh cool. Thanks.

Make sure you add the asterisk after the address so it knows to disable the script on all sub-pages of youtube, not just the homepage address youtube.com.

Make sure you add the asterisk after the address so it knows to disable the script on all sub-pages of youtube, not just the homepage address youtube.com.
Thanks, it works perfectly now.

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: [Select]
// @include    http://forum.blockland.us/index.php?topic=*
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.

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.

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.

there are already scripts for this which should work for embedded videos

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

there are already scripts for this which should work for embedded videos
Oh.

I should probably google those.

I'm having a problem.
I'm using the script and it works fine but when I click on my profile it automatically directs me to the youtube page because I have a link to my channel there.


that's weird, I thought i already had the topic=* thing whitelisted.


that's weird, I thought i already had the topic=* thing whitelisted.
It is, it works fine on my browser.