diff --git a/English/specific_web_sites.txt b/English/specific_web_sites.txt index 36512829f38..71953ea1389 100644 --- a/English/specific_web_sites.txt +++ b/English/specific_web_sites.txt @@ -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);