ComicK - Hide Low Chapter Mangas

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ავტორი
BreezeSpark
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
1
რეიტინგი
0 0 0
ვერსია
3.4.2025.2
შექმნილია
03.03.2025
განახლებულია
05.03.2025
Size
1,42 KB
ლიცენზია
GPL-3.0-or-later
გამოყენებს მათ

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