YousableTubeFix

By Mindeye Last update Feb 2, 2012 — Installed 594,748 times.

Video over menus

in
Subscribe to Video over menus 5 posts, 3 voices



leopolly Scriptwright
FirefoxWindows

Something I just noticed...
When "Move and resize the video by default" is checked, if we try to access the drop-down menus (on the upload button and next to the username), the video stays over it.
Could this be fixed?

 
krisu Scriptwright
FirefoxWindows

Only with changing the size of letters or size of menu. Flash is always on top...

 
leopolly Scriptwright
FirefoxWindows

then how the hell does this script manages to display those update notifications over the video?

 
aoxyjvwdfkbs Scriptwright
FirefoxWindows

I don't see the popup navbox on the upload button anymore for some reason (it used to be div#masthead-nav-user ul.yt-menubutton-menu but it's completely gone now) but the username popup navbox can be moved up a bit to fit above the video (in the css styles section of the script code around line 500):

	// fix video pages - move popup navbox on user button between top of window and video
	"div#masthead-utility ul.yt-menulink-menu { top:-28px }",

Or maybe it would be better to set wmode="opaque" on embed#movie_player (although I don't know if this method has any unwanted consequences). Try around line 1300 right after this existing code:

// Changes the Flash Player Quality attribute (depends on the Main Reload)
player.setAttribute("quality", flashQuality);

Code to add:
// Allow overlapping html stuff on the flash player
player.setAttribute("wmode", "opaque");

 
leopolly Scriptwright
FirefoxWindows

thanks a lot!
I used the "wmode" setting, and it's working great so far.
It also gives back the functionality to scroll through the page when the pointer is over the video...
I hope Mindeye can integrate this into the script, so that I don't have to add it everytime it updates.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel