ComicK - Hide Low Chapter Mangas

Removes manga entries with fewer chapters than the user-defined threshold.

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
BreezeSpark
Instalaciones diarias
0
Instalaciones totales
1
Calificaciones
0 0 0
Versión
3.4.2025.2
Creado
3/3/2025
Actualizado
5/3/2025
Tamaño
1,42 KB
Licencia
GPL-3.0-or-later
Funciona en

ComicK - Hide Low Chapter Mangas

A userscript designed to enhance your browsing experience on ComicK by filtering out manga entries with fewer chapters than a user-defined threshold. This helps you focus on manga series with more substantial content.

Features

  • Customizable Threshold: Set a minimum chapter count to filter out manga with fewer chapters.
  • Dynamic Filtering: Automatically removes manga entries as the page updates or new content is loaded using MutationObserver.
  • Non-Intrusive: Operates seamlessly in the background without requiring additional permissions.

How It Works:

  • The script scans manga entries for chapter links and extracts the chapter number from the URL.
  • If the chapter number is below the user-defined threshold, the corresponding manga entry is removed from the page.

Settings

You can customize the behavior of the script by modifying the settings object in the script:

  • minChapterCount: Set this value to define the minimum number of chapters a manga must have to remain visible. Default is 30.

Images