Skip to content

Instantly share code, notes, and snippets.

@MohamedElashri
Last active August 28, 2022 23:35
Show Gist options
  • Save MohamedElashri/eafd91c5ce01cf7e18eb9c24c44692cd to your computer and use it in GitHub Desktop.
Save MohamedElashri/eafd91c5ce01cf7e18eb9c24c44692cd to your computer and use it in GitHub Desktop.
Sci-Hub look up engine for Zotero. Add to zotero engines file (https://www.zotero.org/support/locate#managing_lookup_engines). Afterwards, relaunch Zotero, make sure the newly added lookup engine is checked under Locate (green arrow) -> Manage Lookup Engines.
[
{
"name": "Sci-Hub Lookup",
"alias": "Sci-Hub",
"icon": "null",
"_urlTemplate": "https://sci-hub.ru/{z:DOI}",
"description": "Sci-Hub full text PDF search",
"hidden": false,
"_urlParams": [],
"_urlNamespaces": {
"z": "http://www.zotero.org/namespaces/openSearch#",
"": "http://a9.com/-/spec/opensearch/1.1/"
},
"_iconSourceURI": "http://sci-hub.ru/favicon.ico"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment