[email protected]
Tailwind CSS Awesome ❤ Popover Design
By rayhanalshorif133Popover Design with Tailwind CSS
"="">/r/n/r/n');="" if="" (!ad)="" {="" return;="" }="" array.from(ad.parentnode.queryselectorall('.hide-with-banner')).foreach(el=""> 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)