Skip to content

momijizukamori/site2epub

Repository files navigation

A collection of extensions for creating epubs for offline reading from various online novel sites. They use a shared central framework, with per-site configurations. They only have one main external dependency, on jszip, which is used to compress the epub contents (epubs are essentially a special type of zip) - all other dependencies are simply for packaging. It also inlines a copy of nodepub, in order to make changes to support reading input from dynamic sources, and to remove unused features that require additional dependencies.

To Build

  • npm install
  • webpack build --config-name [site name] (or webpack build to rebuild all)
  • cd dist/[site name]
  • web-ext build

To Run

About

Extensions to turn online novels into epubs for offline reading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published