Let's put first that I really do like wikipedia. But that banner for donation is annoying me.
So I'm trying to get rid of it.
I want to block all Donation bars on all languages of wikipedia.
The thing that should be blocked is in this form:
Code: Select all
*.wikipedia.org###B11_Donate_*_AvsB
Code: Select all
[a-zA-Z]{2}.wikipedia.org###B11_*
/\[a-za-z\]\{2}\.wikipedia\.org###b11_/
/\[a-za-z\]\{2}\.wikipedia\.org###b11_*/
Could anyone help me out?
PS. I'm also very bad at regex. And now I can't really find good documentation for regex for Adblock Plus filters. Is this right or am I just nog able to find it?