Skip to content

Instantly share code, notes, and snippets.

@lazyoracle
Created April 26, 2021 08:38
Show Gist options
  • Save lazyoracle/bff68491a95fa0db5d1566defc23cdb4 to your computer and use it in GitHub Desktop.
Save lazyoracle/bff68491a95fa0db5d1566defc23cdb4 to your computer and use it in GitHub Desktop.
Javascript bookmarklet for Sci-Hub
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