Hi. Since a few weeks, I notice that ads on http://www.tuxboard.com/ aren't blocked by ADP. In the source code, we can see that the "href" in "<a>" of the ads link changes every time you refresh the page. Also, images are passed in "base64".
Thx.
Example: http://www.tuxboard.com/premieres-derni ... uta_source
Ads on Tuxboard
Re: Ads on Tuxboard
test
Code: Select all
tuxboard.com##[src^="data:image/gif;"]
Re: Ads on Tuxboard
It works thx! There were just one left, just add this rule too, to resolve the problem
tuxboard.com##[src^="data:image/jpg;base64"]
tuxboard.com##[src^="data:image/jpg;base64"]
Re: Ads on Tuxboard
doesn't work where ? exact link ? what do you want to hide / block ?jackybox wrote:This technique doesn't work for me. Any other solution?
Thx
browser version ? ABP version ?
Re: Ads on Tuxboard
Thanks for your quick answer.
Every page of http://www.tuxboard.com display a huge amount of animated ads (such as the home page http://www.tuxboard.com/?uta_source or any article http://www.tuxboard.com/persuade-detre- ... uta_source).
I'd like to block all of them and I've Adblock Plus 1.8.11.
I already set my own filters more than once but they always re-appear.
http://i.imgur.com/9PIHcOg.jpg
Thank you for your help
Every page of http://www.tuxboard.com display a huge amount of animated ads (such as the home page http://www.tuxboard.com/?uta_source or any article http://www.tuxboard.com/persuade-detre- ... uta_source).
I'd like to block all of them and I've Adblock Plus 1.8.11.
I already set my own filters more than once but they always re-appear.
http://i.imgur.com/9PIHcOg.jpg
Thank you for your help
Re: Ads on Tuxboard
try this filter (check if breaks some functionality)
Code: Select all
tuxboard.com##A[href="http://www.tuxboard.com/"]
Re: Ads on Tuxboard
This one works great. I'll see but I haven't noticed the broken functionnalities yet.
Thanks a lot
Thanks a lot
