Created
December 9, 2022 20:41
-
-
Save corvusdeinanis/45b82f1dcc98d56d3b929a473d8a1d2f to your computer and use it in GitHub Desktop.
Simple javascript bookmarklet to remove the citation numbers.
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[^>]*>(.*?)%3C\/sup%3E/gi,%20%22%22%20);return;};%20a(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment