Hi!
I need some help with building filter for generic rule that applies ta all current and future elements.
All the occurencies of unwanted element follow the naming scheme
myserver.com###block-ad-92
myserver.com###block-ad-21473
myserver.com###block-ad-806
...
...
So I need a rule to match path myserver.com###block-ad- followed by a positive nuber.
However making filter myserver.com###block-ad-* doesnot work.
How to create generic rule?
Re: How to create generic rule?
You could try myserver.com##[id^="block-ad-"]
Generally, wildcards don't work in hiding rules the way they do in blocking rules.
Generally, wildcards don't work in hiding rules the way they do in blocking rules.
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
Re: How to create generic rule?
This seems to work, thanks 
