Off Topic > Drama

Blockland Greasemonkey Scripts

Pages: << < (51/80) > >>

Wedge:

Here's an old post of mine that has a script for stripping out large numbers and colors.
http://forum.blockland.us/index.php?topic=103197.0

I stopped using it because I'd like to be able to specify an upper and lower bound for text (so people can still use large/small fonts for emphasis and de-emphasis, but reducing all the size 72 words to 24 max).

Kingdaro:

i fixed some issues with the video embedding, iban can take care of anything else that needs to be taken care of.

Tylale:


--- Quote from: Kingdaro on January 20, 2012, 10:36:49 PM ---http://pastebin.com/ma0w71X5

basic probably buggy youtube embedding.

test:
http://www.youtube.com/watch?v=w96QLJ5Byq8&feature=g-u-u&context=G25fa997FUAAAAAAAGAA

--- End quote ---
Wow thats cool. If I click play on your video and then click play on the quoted video, the quoted one doesn't work though. Also you should make it so there is a fullscreen button instead of the watch later. I always fullscreen unless its just music.
EDIT: After editing the video turns back to text too.

Kingdaro:

i can't really change anything in the youtube video module itself, i can only change the embedding around it.

also, i don't know about that "the quoted one doesn't work" issue, since i have all of the videos on this page playing right now giving me a headache, lol.

Tylale:


--- Quote from: Kingdaro on January 20, 2012, 10:56:27 PM ---i can't really change anything in the youtube video module itself, i can only change the embedding around it.

also, i don't know about that "the quoted one doesn't work" issue, since i have all of the videos on this page playing right now giving me a headache, lol.

--- End quote ---
Does this help at all?
fs
Values: 0 or 1. Default is 0. Setting to 1 enables the fullscreen button in the embedded player and does not affect the chromeless player. The fullscreen option will not work if you load the YouTube player into another SWF. Note that you must include some extra arguments to your embed code for this to work. The bold text in the following example is required to enable fullscreen functionality:

--- Code: ---<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/u1zgFlCw8Aw?fs=1"</param>
<param name="allowFullScreen" value="true"></param>
<param name="allowScriptAccess" value="always"></param>
<embed src="http://www.youtube.com/v/u1zgFlCw8Aw?fs=1"
  type="application/x-shockwave-flash"
  allowfullscreen="true"
  allowscriptaccess="always"
  width="425" height="344">
</embed>
</object>
--- End code ---


Pages: << < (51/80) > >>

Go to full version