var canRunAds = true; (function () { var adBlockEnabled = false; var testAd = document.createElement('div'); testAd.innerHTML = ' '; testAd.className = 'adsbox'; document.body.appendChild(testAd); window.setTimeout(function () { if (testAd.offsetHeight === 0) { adBlockEnabled = true; } if (testAd.remove) { testAd.remove(); } else { testAd.parentNode.removeChild(testAd); } if (adBlockEnabled && window.adBlockDetected) { notifyBlockDetected(); } }, 100); })();;