Last active
June 18, 2018 18:14
-
-
Save jakubfijalkowski/4aa3e3b7aabdd27d004b9df275f65f08 to your computer and use it in GitHub Desktop.
arXiv search for Chrome omnibar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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