ABP is blocking my website

Everything about using Adblock Plus on Google Chrome
Post Reply
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: ABP is blocking my website

Post by mapx »

It's due to 2 filters in rolist

Code: Select all

ro##DIV[id*="banner"]
ro##DIV[class^="banner"]
You need 2 exceptions in that list

Code: Select all

fisi.ro#@#DIV[id*="banner"]
fisi.ro#@#DIV[class^="banner"]
or (if you are not pushing ads) you could just rename those div / class

If you choose the first way (exception filters), just report your issue here:
https://www.zoso.ro/contact/
Post Reply