Forum Moderators: martinibuster
For months now I've been noticing a sharp decrease both in my adsense page impressions and revenues. Only today I found out that this is because one of IPB forum's js files is using a security code that conflicts with adsense code.
If you're using IPB script for your forum, you need to find and remove the following code from: jscripts > ips_ipsclass.js
if(is_moz&&!is_safari){HTMLDocument.prototype.__defineGetter__("cookie",function(){return null;});window.addEventListener('load',function(){var _a=document.body;var _x=_a.innerHTML;var _y=new RegExp("HTMLDocument\\.prototype",'ig');if(_x.match(_y)){_x=_x.replace(_y,'HTMLDocument_prototype');_a.innerHTML=_x;}},false);} Once I removed the above code, adsense ads displayed normally in firefox just like it does in IE.