Load ads after 15 mil
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
element.async = true;
|
element.async = true;
|
||||||
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
|
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
|
||||||
document.body.appendChild(element);
|
document.body.appendChild(element);
|
||||||
}, 0);
|
}, 50);
|
||||||
};
|
};
|
||||||
|
|
||||||
window.addEventListener("load", downloadJsAtOnload, false);
|
window.addEventListener("load", downloadJsAtOnload, false);
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
element.async = true;
|
element.async = true;
|
||||||
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
|
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
|
||||||
document.body.appendChild(element);
|
document.body.appendChild(element);
|
||||||
}, 0);
|
}, 50);
|
||||||
};
|
};
|
||||||
|
|
||||||
window.addEventListener("load", downloadJsAtOnload, false);
|
window.addEventListener("load", downloadJsAtOnload, false);
|
||||||
|
Reference in New Issue
Block a user