Created
April 26, 2021 08:38
-
-
Save lazyoracle/bff68491a95fa0db5d1566defc23cdb4 to your computer and use it in GitHub Desktop.
Javascript bookmarklet for Sci-Hub
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: (function(){ window.open(location.origin.replace%28/%5Ehttps/, 'http') + '.sci-hub.se' + location.pathname + location.search, '_blank')})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment