Skip to content

Instantly share code, notes, and snippets.

@brunolimame
Created October 9, 2020 19:02
Show Gist options
  • Save brunolimame/f7be06ff7c84a68c88186241907ecb34 to your computer and use it in GitHub Desktop.
Save brunolimame/f7be06ff7c84a68c88186241907ecb34 to your computer and use it in GitHub Desktop.
Carregar google adsense via script
var loadBanner = [].map.call(document.getElementsByClassName('adsbygoogle'),function(el){
if(!el.classList.contains("adsbygoogle-noablate")){
(adsbygoogle = window.adsbygoogle || []).push({});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment