Inspired by Sci-Hub Now!
When on a website for an article that is identifiable by a DOI, click the Nexus Now extension icon. The STC page for that article will be opened in a new tab. If you enable autodownload, a PDF of the article will attempt to download.
STC provides a Hub API, which maps a DOI to a PDF. Nexus Now uses this API to automatically download PDFs of articles.
The PDF may not be accessible through this API, but may still be accessible through STC, so if Nexus Now cannot find the PDF within 30 seconds, STC will be opened in a new tab as if autodownload is not enabled.
You can opt in or out of autodownload:
You can manually install the extension using the installers attached in
the latest release. The .xpi
installer should work for
gecko-based browsers (Firefox), and the .crx
installer should work for Chromium-based browsers (basically everything
else).
chromium.zip
file.Developer mode
is on. This will allow you to install extensions unaffiliated with the Chrome Web Store..zip
file anywhere onto the page to install the extension..crx
file.Developer mode
is on. This will allow you to install extensions unaffiliated with the Chrome Web Store..crx
file anywhere onto the page to install the extension..xpi
file.Automatic extension updating was introduced in version 0.2.1 and should work at least on Linux. If you have an older version than 0.2.1 installed, it is highly recommended that you manually install the latest version, which will subsequently be able to update itself without your manual intervention.
This extension uses Manifest V3, which is supported in:
You can build the extension yourself:
First, install dependencies:
npm install -g web-ext
Then build:
./build.sh