Created
November 18, 2023 17:45
-
-
Save rzymek/a38dece7d6e3ef3d963a612ea41cbe91 to your computer and use it in GitHub Desktop.
google adblock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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