Skip to content

Instantly share code, notes, and snippets.

@rzymek
Created November 18, 2023 17:45
Show Gist options
  • Save rzymek/a38dece7d6e3ef3d963a612ea41cbe91 to your computer and use it in GitHub Desktop.
Save rzymek/a38dece7d6e3ef3d963a612ea41cbe91 to your computer and use it in GitHub Desktop.
google adblock
x=document.evaluate(`//span[text()='Sponsorowane']`, document, null, XPathResult.ANY_TYPE, null);
s=[];while (x1 = x.iterateNext()) s.push(x1);
s.forEach(a=>a.parentElement.remove());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment