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 758 forks source link

http://www.crash-aerien.news/forum/ #3629

Open alas2708 opened 7 years ago

alas2708 commented 7 years ago

Hi,

The following site still displays "please disable your adblocker" http://www.crash-aerien.news/forum/

YOUR CONFIGURATION Version: 10 AakScript: true AakList: true Browser: Safari ScriptManager: Tampermonkey

Can you please take a look?

Thanks,

uBlock-user commented 7 years ago
var noPub = function(){
--
  | var d = document, ads = d.createElement('script'),
  | html = d.getElementsByTagName('html')[0];
  | ads.setAttribute('src',
  | '//pagead2.googlesyndication.com/pagead/show_companion_ad.js');
  | ads.addEventListener('load',function(){ noPub=1 });
  | var testAds = function(){
  | if (noPub == 1) return 1;
  | while (html.firstChild) html.removeChild(html.firstChild);
  | html.textContent = "Les Connexions Avec Un Bloqueur Activé Représentant Actuellement Plus De 30% Des Visites, Vous Devez Donc Désactiver Le Vôtre Pour Visualiser L'Article.";
  | };
  | setTimeout(testAds, 2500);
  | html.appendChild(ads);
  | }();
uBlock-user commented 7 years ago

uBO - crash-aerien.news##script:inject(abort-on-property-read.js, noPub)

@jspenguin2017