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
Rule to hide object
Re: Rule to hide object
That would be
Code: Select all
##a[href*="facebook."]