https://github.com/roshan-r/ieee-xplore-unlocker
A browser extension to get locked content from ieee xplore using sci-hub
https://github.com/roshan-r/ieee-xplore-unlocker
browser-extension chrome-extension firefox-addon hacktoberfest ieee ieee-xplore javascript unlocker
Last synced: 6 months ago
JSON representation
A browser extension to get locked content from ieee xplore using sci-hub
- Host: GitHub
- URL: https://github.com/roshan-r/ieee-xplore-unlocker
- Owner: Roshan-R
- Created: 2022-10-11T15:41:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T16:30:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T00:51:17.290Z (7 months ago)
- Topics: browser-extension, chrome-extension, firefox-addon, hacktoberfest, ieee, ieee-xplore, javascript, unlocker
- Language: JavaScript
- Homepage:
- Size: 358 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
IEEE Xplore Unlocker
![]()
**A browser extension to get locked content from ieee xplore using sci-hub.**
IEEE Xplore Unlocker uses the doi from the Xplore page to insert a button with a link to the corresponding sci-hub page.
## Manual Installation
### Chromium
- Download and unzip `ieee-xplore-unlocker.zip` ([latest release desirable](https://github.com/Roshan-R/ieee-xplore-unlocker/releases)).
- Rename the unzipped directory to `ieee-xplore-unlocker`
- When you later update manually, replace the **content** of the `ieee-xplore-unlocker` folder with the **content** of the latest zipped version.
- This will ensure that all the extension settings will be preserved
- As long as the extension loads **from same folder path from which it was originally installed**, all your settings will be preserved.
- Go to chromium/chrome *Extensions*.
- Click to check *Developer mode*.
- Click *Load unpacked extension...*.
- In the file selector dialog:
- Select the directory `ieee-xplore-unlocker` which was created above.
- Click *Open*.The extension will now be available in your chromium/chromium-based browser.
Remember that you have to update manually also.## Credits
Installation steps taken from [uBlock Origin's Readme](https://github.com/gorhill/uBlock/tree/master/dist#install).