youtube promoted videos

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
anon

youtube promoted videos

Post by anon »

plz add this to your adblock list
youtube.com#div(PRO-data)
youtube.com#div(feedmodule-promoted)
youtube.com#div(feed_promoted-content)
youtube.com#div(feed_promoted)
youtube.com#div(PRO-titlebar)

anyone with user accounts can customize their home page by removing certain videos categories, except this one.

they are videos put up by youtube because people paid them

thx
flyboy0410

Thanks!

Post by flyboy0410 »

It worked!
User avatar
MORPEH
Posts: 65
Joined: Wed Feb 27, 2008 4:28 pm
Location: Russia
Contact:

Re: youtube promoted videos

Post by MORPEH »

anon wrote:plz add this to your adblock list
youtube.com#div(PRO-data)
youtube.com#div(feedmodule-promoted)
youtube.com#div(feed_promoted-content)
youtube.com#div(feed_promoted)
youtube.com#div(PRO-titlebar)

anyone with user accounts can customize their home page by removing certain videos categories, except this one.

they are videos put up by youtube because people paid them

thx
I'm add for Russian list
hofo_mofo

THANKS!!

Post by hofo_mofo »

Awesome!! Thank you very much!! Say goodbye to the "YouTube Spam"!!
User avatar
milo1
Posts: 13
Joined: Mon Oct 06, 2008 10:40 am
Location: Slovakia, E.U.
Contact:

Re: THANKS!!

Post by milo1 »

thank you. very good tip. :idea:
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Are those elements id's or classes? Those can be compacted so that the rule reads something like this:

Code: Select all

youtube.com#div(id^=feed)(id*=promoted)
... and possibly this too:

Code: Select all

youtube.com#div(id^=PRO-)
Those 2 would cover ALL of those rules .... but it needs to know whether it is an "id" or a "class" to use that wildcard syntax. It is not shown in those examples.
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Post by MonztA »

This filter is actually enough.

Code: Select all

youtube.com#DIV(id=feedmodule-PRO)
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

MonztA wrote:This filter is actually enough.

Code: Select all

youtube.com#DIV(id=feedmodule-PRO)
Are you saying that this will work for ALL of the above?

I don't know where you guys are seeing this stuff ... I can't find these ads. :(
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Post by MonztA »

You need to login and then scroll down to "Promoted Videos". If you do not have an account: http://www.bugmenot.com/view/youtube.com
0nly_Crackz

Post by 0nly_Crackz »

@Monzta
BugMeNot does not have a working login for youtube.
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Post by Ares2 »

You can also use a Google account.

[img removed]
Last edited by Ares2 on Mon Jul 20, 2009 3:44 am, edited 1 time in total.
Rubb

Post by Rubb »

The element hiding for the frontpage works great, but does anyone know a way to hide the Promoted Videos on the bottom right when you're actually viewing a video?
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Post by Ares2 »

Code: Select all

youtube.com#div(id=watch-promoted-videos-container)
Rubb

Post by Rubb »

Awesome! Thanks!
No longer having to look at those useless promoted videos, bliss!
tonio09

Re: youtube promoted videos

Post by tonio09 »

youtube.com#li(watch-pyv-vid) for the sidebar promoted video
Locked