Open arimourao opened 7 years ago
filters for adblockers
@@||uol.com.br/*ad$script
or
uol.com.br##.overlay-lightbox
uol.com.br##.content-lightbox
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?
only Reek could say if it's acceptable or no, but if works why not ?
add - /detectadblock
uBO - uol.com.br##script:inject(setTimeout-defuser.js, DetectAdBlock, 500)
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.