Rule to hide object

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

Rule to hide object

Post by Uli »

Hello,

in ABP at my rules to hide elements, I have 3 rules:

##A[href^="http://www.facebook."]
##A[href^="http://de.facebook."]
##A[href^="http://facebook."]

Is there a way to add these rules into only one rule? Maybe there is a wildcard like http://*facebook.?

Thanks for you help.

Uli
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: Rule to hide object

Post by MonztA »

That would be

Code: Select all

##a[href*="facebook."]
Uli

Re: Rule to hide object

Post by Uli »

Thanks a lot, its working well. :D
Locked