From 1f2006642ab073d37a5f86b167d1c9977169effb Mon Sep 17 00:00:00 2001 From: iman Date: Sun, 4 Oct 2020 23:00:17 +0700 Subject: [PATCH] Create Manga-Image-loader script for auto loading paginated image in web pages. --- Projects/1-Beginner/Manga-Image-loader | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Projects/1-Beginner/Manga-Image-loader diff --git a/Projects/1-Beginner/Manga-Image-loader b/Projects/1-Beginner/Manga-Image-loader new file mode 100644 index 00000000..10e8ef88 --- /dev/null +++ b/Projects/1-Beginner/Manga-Image-loader @@ -0,0 +1,25 @@ +# Manga-Image-Loader + +**Tier:** 1-Beginner + +script for auto loading paginated image in web pages. It will join image in pages together based on the rules. +the scripts allows you to load all entire chapters from manga or any sites (image based) in a long strip format (all images on one page). +more lightweight and fast and it tries to do away with the bloat that many other similar scripts have. + +## User Stories + +- [ ] user can specify how many images to be loaded in website page +- [ ] user can specify the height and width of the loaded image +- [ ] user can set settings for next use or make new other for specific web +- [ ] user can specify what web pages that do not need to be use the script +- [ ] user can run scripts using a shortcut + +## Bonus features + +- [ ] user can choose shorting order of image asc and dsc +- [ ] user can find image based on number specifically + +## Useful links and resources + +- [Super-preloader](https://github.com/machsix/Super-preloader) +