reek / anti-adblock-killer

Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.
http://reek.github.io/anti-adblock-killer/
Other
6.02k stars 757 forks source link

uol.com.br #2658

Open arimourao opened 7 years ago

arimourao commented 7 years ago

Site displays a adblock warning to the user and partially blocks content. I already fixed adding a rule to this site. This issue is just to reference in the PR I will submit shortly.

mapx- commented 7 years ago

filters for adblockers @@||uol.com.br/*ad$script

or

uol.com.br##.overlay-lightbox
uol.com.br##.content-lightbox
arimourao commented 7 years ago

I solved this adding the following site rule:

uol_com_br : {
        host : ['uol.com.br'],
        onStart : function () {
          Aak.setCookie('showAdbModal', '0');
        }
      },

Is this also acceptable?

mapx- commented 7 years ago

only Reek could say if it's acceptable or no, but if works why not ?

uBlock-user commented 7 years ago

add - /detectadblock

uBO - uol.com.br##script:inject(setTimeout-defuser.js, DetectAdBlock, 500)