Converts websites into epub.
A tool that allows you to extract a list of html pages from a website and compile them into an ePub book to be imported into your eReader of choice.
For advanced users who can write javascript, you can add additional parser definition to customize parsing of any site.
Check out the wiki for usage.
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/epublifier/
- Chrome: https://chrome.google.com/webstore/detail/epublifier/eopjnahefjhnhfanplcjpbbdkpbagikk
Build Environment
- Windows 10
- NPM version 8.1.2
Build Steps
- Install NPM
- Run
npm install
in base directory - Run
npm run build_ff
for Firefox - Run
npm run build
for Chrome
CI/CD