Dnyan
Well-known member
Dnyan Deshmukh submitted a new resource:
Show adblock detected notice - Polite request to user for disabling adblock software
Read more about this resource...
Show adblock detected notice - Polite request to user for disabling adblock software
Today i used an old resource of xF1 on xF2 by copying required things.
This Tutorial will help you to shows adblock notice to user in place of google advertisement banner.
View attachment 173313
In order to get it working on your website, first create a template
Name it - advertisement.js
add following code to it - its just a one line code.
PHP:<script>document.write('<div id="tester">an advertisement</div>');</script>
Then go to extra.less template and add...
Read more about this resource...