* filmbokep hello all, for a few day my income from popup ads is going down, because uc browser already have program adblock. please someone give me a script to disable this adblock if my visitor visit my site.
thank you.
2016-12-22 11:51 · (0)
* Graham * filmbokep
This version seems to work on ucweb and opermini + web browsers
Visit this page to test http://adgj.mw.lt/00atest
create ads.js plaintext file
var e=document.createElement('div');
e.id='dWKgDXYUxTRf';
e.style.display='none';
document.body.appendChild(e);

Copy code

On your pages add this script
<script src="/ads.js" type="text/javascript"></script>
<script type="text/javascript">

if(document.getElementById('dWKgDXYUxTRf')){
  alert('Blocking Ads: No');
} else {
  alert('Blocking Ads: Yes');
}

</script>

Copy code

This version just puts up an alert to test the script
2016-12-22 13:30 (edited 2016-12-22 15:14 by Graham ) · (0)
* filmbokep * Graham first i make plaintext ad.js, and the second i'm not understand where i must add that script? Is in my post? If like that so i must add that script one by one in my post. Or you mean diffent ...?
2016-12-22 14:37 · (0)
* Graham * filmbokep The second script(s) just need to be added to the page once
but I am getting problems making it work for some reason
http://www.detectadblock.com/
2016-12-22 14:55 (edited 2016-12-22 15:43 by Graham ) · (0)
* Thor * Graham What about anti-adblock last time? That doesn't work again?
2016-12-22 18:11 · (0)
* Graham * Thor It is all down to the name of the file after that they basically do the same thing but in a different way
I found that just ads.js as in this version was not enough of a trigger (it worked when i renamed it ad-frame.js )
Its surprisingly hard to actually spoof all the different adblockers with one script
2016-12-22 18:36 · (0)
* Graham This seems to be about the most complete version
https://fuckadblock.sitexw.fr/blockadblock/
You need to use this version as the original causes adult ads !
2016-12-23 11:57 · (0)

Online: Guests: 1