Skip to content

Instantly share code, notes, and snippets.

@mathcass
Created May 11, 2018 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathcass/9cabd02d7ef03344e1ac237e4a833e08 to your computer and use it in GitHub Desktop.
Save mathcass/9cabd02d7ef03344e1ac237e4a833e08 to your computer and use it in GitHub Desktop.
If someone sends you a Arxiv link and you want to go to the abstract, you can use this bookmarklet
javascript:(function(){
var location = window.location;
location.pathname = location.pathname.replace('pdf', 'abs').replace('.pdf', '/')
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment