(c) 2015 David Teviotdale
Extension for Firefox and Chrome that converts Web Novels (and other web pages) into an EPUB. Works with many sites, including the following:
- Baka-Tsuki.org
- ArchiveOfOurOwn.org
- blogspot (some)
- mugglenet.com
- FanFiction.net
- gravitytales.com
- hellping.org
- krytykal.org
- moonbunnycafe.com
- nanodesu (some of the *thetranslation.wordpress.com sites)
- readlightnovel.com
- royalroad.com
- shikkakutranslations.org
- sonako.wikia.com
- wuxiaworld.com
- rebirth.online
- and many other sites
Credits
- Firefox port by Markus Vieth
- Michael Fox (Belldandu)
- typhoon71
- toshiya44
- dreamer2908
- Parser for German Project Gutenberg by GallusMax
- Hogesyx
- Asif Mahmood
- snnsnn
- Sergii Pravdzivyi
- Aurimas Niekis
- Tom Goetz
- Alen Toma (css styling)
- JimmXinu
- gamebeaker (additional metadata, alphapolis, novicetranslations parser)
- Kondeeza
- Mathnerd314
- Sickan90
- Miracutor
- Kiradien
- lamaesus
- Dimava
- Browse to a Baka-Tsuki web page that has the full text of a story.
- Click on the WebToEpub icon on top right of the window.
- Check story details are correct.
- Select image to use for cover.
- Click the "Pack EPUB" button.
- Wait for progress bar to finish (indicating the images being downloaded) and the generated EPUB to be placed in your downloads directory.
- Browse to first chapter of story you want.
- Click on the WebToEpub icon on top right of the window.
- Check story details are correct.
- Click the "Pack EPUB" button.
- Wait for progress bar to finish (indicating the additional chapters are being downloaded) and the generated EPUB to be placed in your downloads directory.
See: https://dteviot.github.io/Projects/webToEpub_DefaultParser.html
For details on how to extend, see the following
- https://dteviot.github.io/Projects/webToEpub_FAQ.html#write-parser
- https://dteviot.github.io/Projects/webToEpub_FAQ.html
- http://www.codeproject.com/Articles/1060680/Web-to-EPUB-Extension-for-Chrome.
- Start Chrome
- Go to https://chrome.google.com/webstore/detail/webtoepub/akiljllkbielkidmammnifcnibaigelm
- Click on the "Add to Chrome" button.
- Start Firefox
- Go to https://addons.mozilla.org/en-US/firefox/addon/webtoepub-for-baka-tsuki
- Click on "Download anyway"
Note, I usually put copies of the current Development versions, including the jszip library, in https://drive.google.com/drive/folders/1B_X2WcsaI_eg9yA-5bHJb8VeTZGKExl8?usp=sharing So, get the relevant zip, then
- For Chrome, just do step 2 then steps 6 to 9
- For Firefox, just do step 3, then steps 8 to 14
- Note, if you don't intend to change the code, you can skip unziping the zip file (step 3) and at step 14, select the zip file (instead of "manifest.json" from the zip file.)
- Download the extension.
- For most recent release, go to https://github.com/dteviot/WebToEpub and click on the "Download Zip" button.
- For current development branch, go to https://github.com/dteviot/WebToEpub/tree/ExperimentalTabMode and click on the "Download Zip" button.
- Unpack zip file and move the "plugin" directory to the location you want to keep it.
- In the "plugin" directory from the previous step there is a "jszip" directory. Create a "dist" directory inside this "jszip" directory.
- Download jszip library v3.0.0 from https://github.com/Stuk/jszip
- Extract jszip.min.js from the jszip library and copy to the "dist" directory you created in step 3.
- Open Chrome and type "chrome://extensions" into the browser.
- Make sure "Developer Mode" at the top of the page is checked.
- Press the "Load unpacked extension.." button and browse to the "plugin" directory from step 2.
- On Chrome you may see a warning message "Unrecognized manifest key 'applications'." This can be safely ignored. (The source version supports both Firefox and Chrome. The 'applications' key is needed by Firefox, but Chrome does not recognise it.)
Make sure you can install unsigned addons (only possible in Nightly and Developer Edition).- Download the extension.
- For most recent release, go to https://github.com/dteviot/WebToEpub and click on the "Download Zip" button.
- For current development branch, go to https://github.com/dteviot/WebToEpub/tree/ExperimentalTabMode and click on the "Download Zip" button.
- Unpack zip file and move the "plugin" directory to the location you want to keep it.
- Open the file manifest.json in the plugin directory with a text editor and delete the line that goes:
"incognito": "split", - In the "plugin" directory from the previous step there is a "jszip" directory. Create a "dist" directory inside this "jszip" directory.
- Download jszip library v3.0.0 from https://github.com/Stuk/jszip
- Extract jszip.min.js from the jszip library and copy to the "dist" directory you created in step 4.
- Open Firefox and type "about:debugging#/runtime/this-firefox" into the URL bar.
- Click "Load Temporary Add-on".
- Select "Extensions"
- Click the icon that looks like a gear that is on the right of "Manage Your Extensions"
- Click "Debug Add-ons"
- Click "Load Temporary Add-on"
- Select "manifest.json" from the directory in step 4
Licenced under GPLv3.
WebToEpub uses the following libraries:
- JSZip library v3.0.0: https://github.com/Stuk/jszip, which is dual licensed with the MIT license or GPLv3.
- quint: http://qunitjs.com/, licensed under MIT license.
- Install Node.js (if not already installed)
- Run
npm install
to install dependencies - Run
npm run lint
to build plugin and lint - This will produce 3 files in the eslint directory.
- WebToEpub0.0.0.x.xpi (Firefox version of plug-in.)
- WebToEpub0.0.0.x.zip (Chrome version of plug-in.)
- packed.js
- Lint tests are OK if output ends with
Wrote Zip to disk; Done in XXXs.
- Install Node.js (if not already installed)
- Run
npm install
to install dependencies - Run
npm test
- Tests will be launched in your default browser. To open them in different browser, open the page URL in it.
- If you are not trying to run unit tests in
/unitTest/
folder, you do not need this- If you can use nodejs, see previous paragraph instead
- If you can not install nodejs or http-server is not working when you run
npm test
, and you have no alternative ways to serve files (like chrome Web Server app for example), you have to allow browser to run local html files to run tests.
- Close all running copies of Chrome
- Start Chrome with command line argument
--allow-file-access-from-files
. That is:
- Open a command propmt
- Browse to the directory holding Chrome
- Type in command
chrome.exe --allow-file-access-from-files
. Press "Enter".- If you don't do this, some tests will fail with error messages containing the text Failed to execute 'send' on 'XMLHttpRequest': Failed to load.
- Load
unitTest/Tests.html
- If you get Failed to read the 'localStorage' property from 'Window': Access is denied for this document errors
- Type chrome://settings/content into Chrome's search bar
- Uncheck Block third-party cookies and site data
- Click Finished
- Re-run unit tests
- When finished with unit tests.
- Restore original value of Block third-party cookies and site data (if you changed it).
- close all running copies of Chrome
- Start Firefox
- Go to
about:config
- Find
security.fileuri.strict_origin_policy
parameter- Set it to false
- Load
unitTest/Tests.html
- (Remember to reset
security.fileuri.strict_origin_policy
to true when done.