Skip to content

Instantly share code, notes, and snippets.

@jakubfijalkowski
Last active June 18, 2018 18:14
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 jakubfijalkowski/4aa3e3b7aabdd27d004b9df275f65f08 to your computer and use it in GitHub Desktop.
Save jakubfijalkowski/4aa3e3b7aabdd27d004b9df275f65f08 to your computer and use it in GitHub Desktop.
arXiv search for Chrome omnibar
javascript:window.open('https://arxiv.org/search/?query=' + '%s'.split(' ').map(encodeURI).join('+') + '&searchtype=all&order=-announced_date_first&size=50','_self');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment