Skip to content

Instantly share code, notes, and snippets.

@nekketsuuu
Created December 18, 2019 12:38
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 nekketsuuu/5eed13f0246493e118e637df7ed083e8 to your computer and use it in GitHub Desktop.
Save nekketsuuu/5eed13f0246493e118e637df7ed083e8 to your computer and use it in GitHub Desktop.
Bookmarklet for arXiv: Jump to a summary page from its PDF page
// If there are several versions, this jumps to its root page (i.e. without version string)
location.href = location.href.replace(/(v[0-9]+)?\.pdf/, "").replace(/pdf/, "abs");
// Note
//
// * [Understanding the arXiv identifier](https://arxiv.org/help/arxiv_identifier)
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment