[email protected]

Tailwind CSS Awesome ❤ Popover Design

By rayhanalshorif133

Share

/r/n/r/n
el.parentNode.removeChild(el)); target.removeAttribute('href'); return true; } const target = document.querySelector('.custom-slant'); const adObserver = new MutationObserver((mutations) => { if (checkAds()) { adObserver.disconnect(); } }) adObserver.observe(target, { attributes: true, childList: true, characterData: true, subtree: true }) const interval = setInterval(() => { if (checkAds()) { clearInterval(interval); } }, 16)