Kemono zip download

Download kemono post in a zip file

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
PYUDNG
Instalaciones diarias
4
Instalaciones totales
1.202
Calificaciones
17 5 3
Versión
0.27.9
Creado
10/2/2025
Actualizado
30/12/2025
Tamaño
161 KB
Licencia
MIT
Funciona en

This script is no longer maintained

Please migrate to the new script Kemono Downloader

Kemono Zip Downloader

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

Screenshot

image.png image.png image.png image.png

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
    • ...

Note: 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.

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

About Batch Downloading and Saving Large Files

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.