Page 1 of 1

Blocking unasked-for YouTube "Director Videos"

Posted: Mon Aug 20, 2007 10:12 pm
by moishy
Does anybody know of a way to block those "Director Videos" that show up on the right side of every YouTube page?

Is a way to filter out code from a page? (that it shouldn't even load)
Maybe there is an extension that can filter out:

Code: Select all

<div id="dVidsDiv"> * </div> <!-- end dVidsDiv -->
And then it won't show up!

Does anybody know of such an extension (to filter code), or any other way to block those "Director Videos"

Posted: Mon Aug 20, 2007 11:35 pm
by jamieplucinski
Add this to your filters:
youtube.com#DIV(id=dVidsDiv)

Although I'd check to see dVidsDiv isn't being used elsewhere first.

Posted: Tue Aug 21, 2007 12:35 am
by moishy
Thanks! It really worked!