Monitors WeLib pages and intercepts requests from read mode, downloading the files and bypassing the 5 books per hour limit.
Supported formats: PDF, EPUB, MOBI, DJVU, AZW3, FB2, MP3
Supported mirrors:
- welib.org
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (toggle in the top-right corner)
- Click Load unpacked
- Select the
welib-bypassfolder
- Open any book page on WeLib in read mode
- The extension automatically detects the available files and the download begins
welib-downloader/
├── manifest.json # Extension configuration
├── background.js # Manages downloads
├── content.js # Detects files on pages
└── icons/ # Extension icons
Note: this extension only works on Chromium-based browsers (Google Chrome, Microsoft Edge, Brave, Opera, Vivaldi, etc.). Firefox and Safari are not supported.
