YousableTubeFix

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

Promoted videos

in
Subscribe to Promoted videos 2 posts, 2 voices



SlimShady Scriptwright

Could you add an option to hide the 'Promoted Videos' section on the 'watch video' page?
Thanks.

 
Mindeye Script's Author

YousableTubeFix already removes that section, but YouTube changed its code and now it isn't working. It'll be fixed in next version, meanwhile you can edit the script and change...:


// Removes "Promoted videos" ads (and its parent wrapper)
delNode(getParent("watch-promoted-container"));

...with:


// Removes "Promoted videos" ads (and its parent wrapper)
delNode(getParent($x1("//div[contains(@class, 'watch-promoted-container')]")));

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