function init(){adsBlocked(function(o){o?($("#ST1mar").removeClass("hidden"),$(".at-adblock-wrapper").addClass("fadeIn")):console.log("Ad-blocker Enabled : "+o)})}function adsBlocked(o){var n=new Request("https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",{method:"HEAD",mode:"no-cors"});fetch(n).then(function(o){return o}).then(function(n){console.log(n),o(!1)}).catch(function(n){console.log(n),o(!0)})}setTimeout(()=>{init()},0),$(".ad-btn").click(function(){location.reload()});