Skip to content

Instantly share code, notes, and snippets.

@itsbrex
Created October 4, 2023 03:04
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 itsbrex/7ba00212a59390cf8b654abf28b770aa to your computer and use it in GitHub Desktop.
Save itsbrex/7ba00212a59390cf8b654abf28b770aa to your computer and use it in GitHub Desktop.
Toggle Between arxiv <-> ar5iv
javascript:(function()%7Bvar%20a=window.location.href;a.match(/%5Ehttps:%5C/%5C/(www%5C.)?arxiv%5C.org/)?window.location.href=a.replace(%22arxiv.org%22,%22ar5iv.labs.arxiv.org%22):a.match(/%5Ehttps:%5C/%5C/(www%5C.)?ar5iv%5C.labs%5C.arxiv%5C.org/)&&(window.location.href=a.replace(%22ar5iv.labs.arxiv.org%22,%22arxiv.org%22))%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment