Page 1 of 1

Ads on Tuxboard

Posted: Tue Mar 03, 2015 11:01 am
by CeM
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

Re: Ads on Tuxboard

Posted: Tue Mar 03, 2015 11:23 am
by mapx
test

Code: Select all

tuxboard.com##[src^="data:image/gif;"]

Re: Ads on Tuxboard

Posted: Wed Mar 04, 2015 1:42 pm
by CeM
It works thx! There were just one left, just add this rule too, to resolve the problem
tuxboard.com##[src^="data:image/jpg;base64"]

Re: Ads on Tuxboard

Posted: Mon Mar 09, 2015 6:36 pm
by jackybox
This technique doesn't work for me. Any other solution?

Thx

Re: Ads on Tuxboard

Posted: Mon Mar 09, 2015 7:08 pm
by mapx
jackybox wrote:This technique doesn't work for me. Any other solution?

Thx
doesn't work where ? exact link ? what do you want to hide / block ?
browser version ? ABP version ?

Re: Ads on Tuxboard

Posted: Mon Mar 09, 2015 7:38 pm
by jackybox
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

Re: Ads on Tuxboard

Posted: Mon Mar 09, 2015 10:11 pm
by mapx
try this filter (check if breaks some functionality)

Code: Select all

tuxboard.com##A[href="http://www.tuxboard.com/"]

Re: Ads on Tuxboard

Posted: Mon Mar 09, 2015 10:33 pm
by jackybox
This one works great. I'll see but I haven't noticed the broken functionnalities yet.

Thanks a lot :)