Page 2 of 4

Re: ABP no longer works

Posted: Fri Sep 04, 2015 12:08 am
by prattvilleusa
Heres a screen shot of what the ads look like, ranging from 10 secs, to 4 mins https://imgur.com/2VGeiBl

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 3:07 pm
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.

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 4:45 pm
by mapx
does it work for all videos ? :shock:

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 4:55 pm
by tyw7
It seems to work with the couple of videos I tested.

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 7:26 pm
by Frossa
Doesn't work for me...

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 7:27 pm
by mapx
try

Code: Select all

youtube.com##video[src^="blob:https"]

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 7:32 pm
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

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 8:31 pm
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.

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 8:33 pm
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 :)

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 8:34 pm
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?

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 8:44 pm
by tyw7
youtube.com##video[src^="blob:https"] seems to block the video itself too.

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 9:09 pm
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

Re: youtube on chrome: ABP no longer works

Posted: Fri Sep 04, 2015 11:51 pm
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"]

Re: youtube on chrome: ABP no longer works

Posted: Sat Sep 05, 2015 1:30 am
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"]

Re: youtube on chrome: ABP no longer works

Posted: Sat Sep 05, 2015 2:13 am
by prattvilleusa
TW7, those codes are not working for me