Random fun project from js beginner, I was annoyed by the continous ads popping up. So decided on writing a small tool to download the manga and read it locally instead.
It's simply a image scraper that scrapes the images from the website/downloads them and generates an index.htm file which the user opens to read the manga.
- Download/Install Node.js from here
- Run the commands below in your shell.
npm install
node main.js
- Works only with a single site template, add support for more site templates.
- Code cleanup/optimizations.