oktw says to #ysitdfunction() { if(AntiAd.flag){ for(var i = 0; i < document.images.length; i++){ if( AntiAd.verifyLink(document.images[i].src) ) { document.images[i].src = ''; } } var attachImg = document.getElementsByName("attachImgName"); if(attachImg.length > 0){ for(var i = 0; i < attachImg.length; i++){ if( AntiAd.verifyLink(attachImg[i].id) ) { attachImg[i].id = ''; attachImg[i].href = ''; } } } } } AntiAd.check = function(element) { if(false == AntiAd.flag){ if(element &&at Wed, Jan 27, 2016 10:40 PM