Kemer Downloader

One-click download of images (compressed download/single image download), create page data for json download, one-click open all current posts

Author
Canaan HS
Daily installs
2
Total installs
3,485
Ratings
13 3 1
Version
0.0.21-Beta5
Created
2023-08-02
Updated
2025-03-24
Size
47.9 KB
License
MPL-2.0
Applies to

One-Click Image Downloader and Data Processing Tool

⚠️ The website has recently undergone a major update, and some features may be broken or cause the site to not function properly. Please disable the script until it is fixed.


👻 How to Use

  1. Install a browser script manager (such as Tampermonkey)
  2. Install the script
  3. Visit the following sites:

⚠️ Usage Notes

  • It is recommended to wait until the page fully loads the original images before clicking the download button.
  • If the page does not have a "Files" tab, no download button will be created.
  • Sometimes, if the page loads too quickly, the MutationObserver may not have time to create the button, which could result in the button not being created.

📜 Feature Overview

Download Button

  • A button is created next to the "Files" tab on the page. It may not be very noticeable, and that's intentional—it was designed that way.

Switch Download Mode

  • Compressed download
  • Single image download (the new version of the plugin may have issues)

One-Click Post Open (Only for Post Preview Pages)

  • Enter a range to automatically open all posts on the current page.

Data Collection (Only for Post Preview Pages)

  • Collect data from the current page to the last page, retrieving relevant post data (currently, this works properly only on nekohouse in the release version; in the development version, it works on the other two sites).

⚙️ Additional Configuration (Located at the top of the code)

Parameter Description Default Value
Dev Enable developer mode to print debug info in the console false
ContainsVideo Download includes videos, which will significantly increase download time false
CompleteClose Automatically close the page after the download is complete false
ConcurrentDelay Delay in seconds before sending download requests 3
ConcurrentQuantity Number of download requests initiated simultaneously 5
BatchOpenDelay Delay in milliseconds when opening each post in one-click post open 500

🔗 Related Links


📦 Version Information

Release Version: 0.0.21-Beta5

Update Contents

  1. Fixed the issue with downloading data
  2. Modified default configuration (file name)
  3. Added download thread count and delay (replacing the experimental delay)

Known Issues

  1. In newer versions of Tampermonkey, the GM_download API is behaving abnormally, causing issues with single image download. It is recommended to use the compressed download option only.