Last active
October 27, 2023 10:35
-
-
Save olejorgenb/9219abde004a899e74b8cb89b4e623f1 to your computer and use it in GitHub Desktop.
Search SciHub for current page
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
// bookmarklet_title: SciHub | |
function findInSciHub() { | |
const sciHubUrl = `https://sci-hub.se/${location.toString()}` | |
window.open(sciHubUrl, "_blank") | |
} | |
findInSciHub() |
Should try to extract DOI since the URL is not robust. (some papers is found through URL, others not - even for the same type of links)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://bookmarkl.ink/olejorgenb/9219abde004a899e74b8cb89b4e623f1