Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save corvusdeinanis/45b82f1dcc98d56d3b929a473d8a1d2f to your computer and use it in GitHub Desktop.
Save corvusdeinanis/45b82f1dcc98d56d3b929a473d8a1d2f to your computer and use it in GitHub Desktop.
Simple javascript bookmarklet to remove the citation numbers.
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