Ads on Tuxboard

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

Ads on Tuxboard

Post 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
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Ads on Tuxboard

Post by mapx »

test

Code: Select all

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

Re: Ads on Tuxboard

Post 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"]
jackybox

Re: Ads on Tuxboard

Post by jackybox »

This technique doesn't work for me. Any other solution?

Thx
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Ads on Tuxboard

Post 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 ?
jackybox

Re: Ads on Tuxboard

Post 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
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Ads on Tuxboard

Post by mapx »

try this filter (check if breaks some functionality)

Code: Select all

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

Re: Ads on Tuxboard

Post by jackybox »

This one works great. I'll see but I haven't noticed the broken functionnalities yet.

Thanks a lot :)
Locked