help with creating a element hiding filter

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
retard

help with creating a element hiding filter

Post by retard »

Please, someone fix my filter so it will work right. ABP doesn't care about my not equals sign !=

Code: Select all

table[width="770"][height!="144"]
User avatar
chewey
Posts: 501
Joined: Wed Jun 14, 2006 10:34 pm
Location: somewhere in Europe

Re: help with creating a element hiding filter

Post by chewey »

retard wrote:ABP doesn't care about my not equals sign !=
That's because there is no such thing in CSS.

Try the following:

Code: Select all

##table[width="770"]:not([height="144"])
(the ## being the "raw CSS syntax" modifier in ABP's filter snytax)
retard

Post by retard »

Thanks, that works beautifully.
Post Reply