شبکه‌های اجتماعی
utations.forEach((mutation) => { if (mutation.type === 'childList') { if (mutation.target.innerHTML.trim() !== '') { container.classList.remove('ad-skeleton'); } } }); }); observer.observe(container, { childList: true, subtree: true }); }); } window.addEventListener('DOMContentLoaded', observeAds);