ComicK - Hide Low Chapter Mangas

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

作者
BreezeSpark
日安装量
0
总安装量
1
评分
0 0 0
版本
3.4.2025.2
创建于
2025-03-03
更新于
2025-03-05
大小
1.4 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