Update specific_web_sites.txt

http://www.teamer.ru/projects/116699/1380340.html
anti-block
This commit is contained in:
Alex
2014-08-27 20:27:24 +03:00
parent 43cc347dec
commit e57c8282eb

View File

@@ -3,3 +3,5 @@
! This section contain any type of rule grouped by domain.
!
gamersglobal.de#%#var AG_AntiAntiBlock = function() { var baseCreateElement = document.createElement; document.createElement = function(name) { if (name && name == 'font') { return null; } else { return baseCreateElement(name); } } };
gamersglobal.de#%#window.addEventListener('DOMContentLoaded', AG_AntiAntiBlock);