Last active
May 12, 2017 17:33
Revisions
-
ICBA03 revised this gist
May 12, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ var kadar_adSenseCotnainer = document.getElementById("googlesyndication"); if ( kadar_adSenseCotnainer ) { -
ICBA03 created this gist
May 12, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ var kadar_adSenseCotnainer = document.getElementById("kadar_adsense-replace"); if ( kadar_adSenseCotnainer ) { var kadar_script = document.createElement('script'); var kadar_script2 = document.createElement('script'); kadar_script.src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"; kadar_script2.setAttribute('type', 'text/javascript'); kadar_script2.innerText = '(adsbygoogle = window.adsbygoogle || []).push({})'; kadar_adSenseCotnainer.innerHTML = "<ins class='adsbygoogle' style='display:block' data-ad-client='ca-pub-6528726188076812' data-ad-slot='7937423337' data-ad-format='auto'></ins>"; kadar_adSenseCotnainer.prepend(kadar_script); kadar_adSenseCotnainer.appendChild(kadar_script2); }