function loadAdsenseScript() { if (adsenseLoaded) return; if (window.scrollY > 0) { // zmień na inny próg jeśli chcesz adsenseLoaded = true; var s = document.createElement('script'); s.async = true; s.src = '//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'; document.head.appendChild(s); } } window.addEventListener('scroll', loadAdsenseScript); window.addEventListener('DOMContentLoaded', loadAdsenseScript); })();