Load ads after 15 mil

This commit is contained in:
Paulo Gustavo Veiga 2022-11-20 09:28:38 -08:00
parent ac3f4bed31
commit 7f6343bdc8
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
element.async = true;
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
document.body.appendChild(element);
}, 0);
}, 50);
};
window.addEventListener("load", downloadJsAtOnload, false);

View File

@ -33,7 +33,7 @@
element.async = true;
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
document.body.appendChild(element);
}, 0);
}, 50);
};
window.addEventListener("load", downloadJsAtOnload, false);