Last active
March 26, 2021 19:59
-
-
Save blackhalt/1ec13b652421999299f0051694ffdaf9 to your computer and use it in GitHub Desktop.
Vikipēdijas teksta atsauču noņēmējs .js
This file contains 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
javascript:function a(){document.body.innerHTML=document.body.innerHTML.replace(/<sup\b[^>]*>(.*?)<\/sup>/gi," ");return;};a(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment