[see workaround] Youtube ads not blocked on chrome

Everything about using Adblock Plus on Google Chrome
prattvilleusa
Posts: 10
Joined: Wed Sep 02, 2015 9:13 pm

Re: ABP no longer works

Post by prattvilleusa »

Heres a screen shot of what the ads look like, ranging from 10 secs, to 4 mins https://imgur.com/2VGeiBl
tyw7
Posts: 8
Joined: Fri Sep 04, 2015 3:06 pm

Re: youtube on chrome: ABP no longer works

Post by tyw7 »

I manually added the filter

Code: Select all

youtube.com##video[src="blob:https%3A//www.youtube.com/eac9235f-3159-4e72-946c-3c22db48290a"]
and that seem to work.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: youtube on chrome: ABP no longer works

Post by mapx »

does it work for all videos ? :shock:
tyw7
Posts: 8
Joined: Fri Sep 04, 2015 3:06 pm

Re: youtube on chrome: ABP no longer works

Post by tyw7 »

It seems to work with the couple of videos I tested.
Frossa
Posts: 5
Joined: Fri Sep 04, 2015 6:11 pm

Re: youtube on chrome: ABP no longer works

Post by Frossa »

Doesn't work for me...
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: youtube on chrome: ABP no longer works

Post by mapx »

try

Code: Select all

youtube.com##video[src^="blob:https"]
Frossa
Posts: 5
Joined: Fri Sep 04, 2015 6:11 pm

Re: youtube on chrome: ABP no longer works

Post by Frossa »

mapx wrote:try

Code: Select all

youtube.com##video[src^="blob:https"]
Still doesn't work... I can't believe this...

EDIT: Seems to be working now, after a few Chrome restarts and patience. Thank you so much :D
Last edited by Frossa on Fri Sep 04, 2015 8:31 pm, edited 1 time in total.
tyw7
Posts: 8
Joined: Fri Sep 04, 2015 3:06 pm

Re: youtube on chrome: ABP no longer works

Post by tyw7 »

Frossa wrote:Doesn't work for me...
Did you use the whole code? What I did is with the ad playing I manually blocked the element.
Frossa
Posts: 5
Joined: Fri Sep 04, 2015 6:11 pm

Re: youtube on chrome: ABP no longer works

Post by Frossa »

tyw7 wrote:
Frossa wrote:Doesn't work for me...
Did you use the whole code? What I did is with the ad playing I manually blocked the element.
It's alright, it worked out. Thank you so much for your help :)
tyw7
Posts: 8
Joined: Fri Sep 04, 2015 3:06 pm

Re: youtube on chrome: ABP no longer works

Post by tyw7 »

Frossa wrote:
tyw7 wrote:
Frossa wrote:Doesn't work for me...
Did you use the whole code? What I did is with the ad playing I manually blocked the element.
It's alright, it worked out. Thank you so much for your help :)
Which code did you use?
tyw7
Posts: 8
Joined: Fri Sep 04, 2015 3:06 pm

Re: youtube on chrome: ABP no longer works

Post by tyw7 »

youtube.com##video[src^="blob:https"] seems to block the video itself too.
prattvilleusa
Posts: 10
Joined: Wed Sep 02, 2015 9:13 pm

Re: youtube on chrome: ABP no longer works

Post by prattvilleusa »

youtube.com##video[src^="blob:https"] Does not work for me, it also appears that ads are also playing on Pandora as well. no banners or popups, its either audio or Video
Frossa
Posts: 5
Joined: Fri Sep 04, 2015 6:11 pm

Re: youtube on chrome: ABP no longer works

Post by Frossa »

tyw7 wrote: Which code did you use?
This one: youtube.com##video[src="blob:https%3A//www.youtube.com/eac9235f-3159-4e72-946c-3c22db48290a"]
tyw7
Posts: 8
Joined: Fri Sep 04, 2015 3:06 pm

Re: youtube on chrome: ABP no longer works

Post by tyw7 »

These codes added kinda worked, but I found some of the ads not blocking, so I manually block the codes.

But make sure

Code: Select all

youtube.com##.video-stream.html5-main-video
is not added.

Just these:

Code: Select all

youtube.com##video[src="blob:https%3A//www.youtube.com/6c890ff5-cfb7-44e2-9648-caf5885211d0"]
youtube.com##video[src="blob:https%3A//www.youtube.com/9431b17e-66ca-4142-aef7-7025160a227f"]
youtube.com##video[src="blob:https%3A//www.youtube.com/eac9235f-3159-4e72-946c-3c22db48290a"]
youtube.com##video[src="blob:https%3A//www.youtube.com/f66d5c78-90ff-46ef-a8c0-0bdeb64d097f"]
prattvilleusa
Posts: 10
Joined: Wed Sep 02, 2015 9:13 pm

Re: youtube on chrome: ABP no longer works

Post by prattvilleusa »

TW7, those codes are not working for me
Locked