Epublifier – scrape pages (books, manuals) for offline reading

Epublifier is a unique tool that converts websites into ePub books, allowing them to be imported into eReaders. Advanced users can customize the parsing of any site by writing JavaScript code. The tool currently supports popular sites like Novel Update and Wuxia World, as well as custom sites with UL/OL elements or regex on link text. Installation instructions are available for Firefox and Chrome. Example usage includes extracting a list of pages, traversing a web app with a next button, and extracting documentation. Build steps are provided for Windows 10 with npm version 8.1.2. The tool acknowledges jEpub for its contributions.

https://github.com/maoserr/epublifier

To top