jQuery(document).ready(function($) { setTimeout(function() { var ad = document.querySelector("ins.adsbygoogle"); if (ad && ad.innerHTML.replace(/\s/g, "").length == 0) { if(adsplacerProAdblockFirstOnly){ var selector = jQuery("ins.adsbygoogle").first(); } else { var selector = jQuery("ins.adsbygoogle"); } selector.prop('style', 'display:block!important;'); selector.html(adsplacerProAdblockMessage.message); } }, 2000); setTimeout(function() { //Яндекс Директ var ad = jQuery("div").filter(function() { return this.id.match(/(yandex_rtb_R-A|yandex_ad)/); }); if (ad.length && ad.html().replace(/\s/g, "").length == 0) { if(adsplacerProAdblockFirstOnly){ var selector = jQuery("div").filter(function() { return this.id.match(/(yandex_rtb_R-A|yandex_ad)/); }).first(); } else { var selector = jQuery("div").filter(function() { return this.id.match(/(yandex_rtb_R-A|yandex_ad)/); }); } selector.prop('style', 'display:block!important;'); selector.html(adsplacerProAdblockMessage.message); } }, 2000); });