Kemono zip download

Download kemono post in a zip file

作者
PYUDNG
今日安裝
2
安裝總數
132
評價
4 0 0
版本
0.17
建立日期
2025-02-10
更新日期
2025-04-10
尺寸
96.4 KB
授權條款
MIT
腳本執行於

Kemono Zip Downloader

Yes, a downloader for kemono again. One in zip format.

Screenshot

ZIP file content

The zip file that actually downloaded for you is customizable in script settings, files like api data and text content can be removed from zip file

Downloading one post

  • Post Title.zip\
    • attachments\ Stores all files (images, etc.)
      • 1-file name 1
      • 2-file name 2
      • ...
    • content.html Stores text content
    • file-file name Main file of the post, usually cover pic
    • data.json Stores api data

Downloading multiple posts

  • Creator.zip\
    • Post1 Title\ Stores all files for post1
    • Post2 Title\ Stores all files for post2
    • ...

Console User Interface

In addition to the download button in webpage and script-manager's menu, the script also provides a console interface for users to call programmatically. Users can access the interface via window.ZIP object.

The content of the interface may change between script versions. Take a look at the interface after upgrading the script if you use it.
The following screenshot is based on the console interface provided by script version 0.3.1.

ADGuard Exception Rule

With user feedbacks and tests, we found ADGuard extension is blocking some of the userscripts on kemono.su
If this script is not working on kemono.su when you have ADGuard installed and activated, try this ADGuard rule:

kemono.su#@%#//scriptlet("abort-current-inline-script", "globalThis", "break;case")

To use it:

  1. Open ADGuard extension settings
  2. Switch to user filters page
  3. Copy & paste the rule into the user filters textbox in a new line
  4. Save
  5. Reload kemono.su pages