Last active
September 28, 2025 19:23
-
-
Save yamert/d6baa6b1722428273c269450fd663b13 to your computer and use it in GitHub Desktop.
HTML rm
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
| document | |
| .querySelectorAll('div#xxx') | |
| .forEach(element => element.remove()); | |
| document | |
| .querySelectorAll('[id^="yandex_rtb"]') | |
| .forEach(element => element.remove()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment