exception for element filter no work or no implemented

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

exception for element filter no work or no implemented

Post by fred »

hello (i'm a french user ; sorry by advance (only) for my bad english)

i would like use element filter ##[class*="pub"], but i want except [color=#00FF00][b]@@[/b][/color]##[class*="publish"] (or [color=#00FF00][b]@@[/b][/color]##[id*="publish"] for ##[id*="pub"]) :idea: !

i would like also check the beginning and the end of an attribute with 1 or more exception, for example ##div[title^="adv"][title[color=#00FF00][b]@@[/b][/color]$="ert"] :idea: !

Problem = ~mozilla.com,~fon.com,+999999ManuelEditForAddingAllWebSitesException##[class*="pub"]) :shock: ! See suggest above. Ok for you :roll: ?

Problem = i can't see all exceptions for the current web page inside the "Open list blockable items for actual web page" :x ! (I see green lines sometimes but not all cases, especially when a site is an exception in the rule (E.G. = "~mozilla.com,~fon.com##[class*="pub"]") on mozilla by E.G.). Fix it or implement please.

Thank you for implementing function exception with key word "[color=#00FF00][b]@@[/b][/color]" (for and with help of add-on "Adblock Plus Element Hiding Helper" and handmade).
Last edited by Hubird on Wed May 11, 2011 2:44 pm, edited 1 time in total.
Reason: Please choose colours that are not so hard on the eye
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Re: exception for element filter no work or no implemented

Post by Ares2 »

fred wrote:i would like use element filter ##[class*="pub"], but i want except @@##[class*="publish"]
Aside from the fact that this rule is pretty sucicidal :wink: , you can modfiy it this way to achieve your goal:

Code: Select all

##[class*="pub"]:not([class*="publish"])
Locked