How to combine filters to block a post?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Noize
Posts: 4
Joined: Tue Jun 02, 2009 12:46 am

How to combine filters to block a post?

Post by Noize »

Hi,

there're boards that have Firstload-ads included as average posts.

I hope it's ok to post a link to a warez-site, since it's only for testing purposes.
Link

In this thread you will see the second post is an Firstload-ad. I tried to find some specific attributes, but the post is embedded into an unspecific tbody. The only hint I got is the alt-attribute within the Firstload-link, cause only FL-links start with "Download starten:"

Now I wanted to combine this alt-filter with the tbody. I used EHH and checked beside the alt-filter also the #TBODY, but it just didn't work.

Hope you guys can help :wink:

thx in advance!

Noize
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Post by Adblock Plus Fan »

You can try this filter:

Code: Select all

boerse.bz##DIV#posts > DIV > TABLE:first-child + BR + TABLE.tborder > TBODY
and see if it works. And keep an eye on when/if the filter blocks something it shouldn't. I'm not familiar with the site so it's too much effort to check for false positive for you :P


Btw. I used the advanced tree structure in EHH to compose this rule. Example:
Image
Noize
Posts: 4
Joined: Tue Jun 02, 2009 12:46 am

Post by Noize »

awesome! it works!
i'll give it a try and see, if it's blocking sth it shouldn't.

but it seems to work great! thanks :D

next time i'll experiment with the structures ;)
Locked