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

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
Post Title.zip\
attachments\ Stores all files (images, etc.)
1-file name 12-file name 2content.html Stores text contentfile-file name Main file of the post, usually cover picdata.json Stores api dataCreator.zip\
Post1 Title\ Stores all files for post1Post2 Title\ Stores all files for post2Note: Please avoid using scripts for large-scale downloads of massive content. Due to browser environments and network limitations, downloading large batches or big files may cause various issues—like ZIP compression failures, connection errors, downloads getting stuck, etc. Currently, the script doesn’t fully support heavy downloading. To prevent errors, freezes, or files not saving properly, it’s better to split your downloads into smaller batches.
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.

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:
With user feedbacks and tests, when downloading a large number of files, the resulting ZIP file can also be very large, which may cause the browser to be unable to save it to the disk. If you encounter this issue, simply enable the "Use File API for saving ZIP files" option in the settings, select the save location, and the problem will be resolved.