This is a program for downloading stories from fiction.live. It can be run either from the node.js command line, or as a WebExtension in Firefox.
To install the Firefox extension, visit the Firefox addon store.
To run from the command line, check out the code and run:
$ npm install
$ ./index.js STORY_URL
To build the addon:
- Run
npm installto fetch build dependencies - Run
./build.shto create an addon file
This requires Mozilla's web-ext tool. Alternatively, you can run
./build.sh dev to compile the addon within the source directory.
Icon from icons8.com