Rules with AG_AntiAntiBlock breaks websites.
For example these:
Here - https://www.idevice.ro/2017/01/28/sports-games-cele-mai-bune-jocuri-de-sport-pentru-iphone-si-ipad-7/
I see errors in console and comments from disqus does not load.
Here - http://www.androconsejos.com/2017/01/review-del-letv-le2.html
Errors in console and gallery is broken, if you click on image it should load in gallery, but it is not.
Here - http://www.avaxhome.co/mastering-probabilistic-graphical-models-using-python.html
Errors in console and Captcha does not load.
I think, that avaxhome.co now use BlockAdblock script.
By the way, how to properly block script from antiblock.org?
I think this website is using this - http://www.terrarium.com.pl/763-poecilotheria-regalis-ptasznik-krolewski/
For example these:
Code:
avaxhome.co#%#var AG_AntiAntiBlock = function() { var baseCreateElement = document.createElement; document.createElement = function(name) { if (name && name.match(/div|font|center/i)) { return null; } else { return baseCreateElement(name); } } };
avaxhome.co#%#AG_onLoad(function() { AG_AntiAntiBlock(); });
idevice.ro#%#var AG_AntiAntiBlock = function() { var baseCreateElement = document.createElement; document.createElement = function(name) { if (name && name.match(/div|font|center/i)) { return null; } else { return baseCreateElement(name); } } };
idevice.ro#%#AG_onLoad(function() { AG_AntiAntiBlock(); });
androconsejos.com#%#var AG_AntiAntiBlock = function() { var baseCreateElement = document.createElement; document.createElement = function(name) { if (name && name.match(/div|font|center/i)) { return null; } else { return baseCreateElement(name); } } };
androconsejos.com#%#AG_onLoad(function() { AG_AntiAntiBlock(); });
I see errors in console and comments from disqus does not load.
Here - http://www.androconsejos.com/2017/01/review-del-letv-le2.html
Errors in console and gallery is broken, if you click on image it should load in gallery, but it is not.
Here - http://www.avaxhome.co/mastering-probabilistic-graphical-models-using-python.html
Errors in console and Captcha does not load.
I think, that avaxhome.co now use BlockAdblock script.
By the way, how to properly block script from antiblock.org?
I think this website is using this - http://www.terrarium.com.pl/763-poecilotheria-regalis-ptasznik-krolewski/