Tricky Rule

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

Tricky Rule

Post by johnas2 »

While surfing sometimes I want to block tables or whatever, depending on something static that they might have, for example an image.

An example of this could be: http://www.tuparada.com/tarjetas/dia-in ... -1-40.html

I want to create a rule to hide all Premium cards, the ones that have the image from

Code: Select all

http://www.tuparada.com/images/premiumnew.gif
Is there a way to do so ?
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Post by Adblock Plus Fan »

If I understood you correctly:
Image
Is this how you wanted to hide the page?

If so, try this:

Code: Select all

tuparada.com##SPAN.textohome:last-child > NOBR:first-child > A[href^="tarjeta.aspx?id="]:first-child
I'm not sure if it's possible to get the remnants of those items in ABP.
Locked