Suwayomi Comick Tracker

Track Comick.dev chapter counts on Suwayomi. Fully customizable.

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
La Croix
日安装量
0
总安装量
3
评分
0 0 0
版本
18.0
创建于
2025-11-25
更新于
2025-11-25
大小
17.2 KB
许可证
MIT
适用于

Suwayomi Comick Tracker

A UserScript that integrates Comick.dev chapter counts directly into the Suwayomi WebUI.

This script helps you easily see how many chapters are available online compared to what you have in your local library, without needing to leave the Suwayomi interface.

🌟 Features

  • Live Chapter Counts: Adds a badge (Red = Success, Grey = Error) showing the latest chapter number from Comick.dev.
  • Smart Matching: Automatically searches and picks the entry with the highest chapter count.
  • Custom Search: Incorrect match? You can manually edit the search query for specific manga.
  • Direct Link: One-click button (↗ Comick) to open the manga page on Comick.dev.
  • Highly Customizable: Change button positions, colors, and scan intervals easily within the script.
  • Cache System: Caches results for 24 hours (default) to prevent API spamming.

📥 Installation

  1. Install Tampermonkey: Get the Tampermonkey extension for your browser (Chrome, Firefox, Edge, Brave, etc.).

  2. Install the Script: Click install this Script.

  3. ⚠️ IMPORTANT: Configure Your URL: By default, the script only works on localhost. If you use a custom domain or IP for Suwayomi, you must add it.

    1. Open the script in the Tampermonkey Editor.
    2. Look for the Header section at the top.
    3. Add a new line with your URL:
    // @match        http://localhost:4567/*
    // @match        http://127.0.0.1:4567/*
    // @match        https://YOUR-SUWAYOMI-DOMAIN.com/*  <-- ADD THIS LINE
    
    1. Save the script (File > Save).

❓ Troubleshooting

Why do I see "Err" on the badges?

This usually happens because Cloudflare is blocking the script from accessing Comick.dev.

The Fix:

  1. Open https://comick.dev in a new tab in the same browser.
  2. Wait for the page to load fully (if it asks to "Verify you are human", do it).
  3. Go back to Suwayomi and click the Refresh button.

Note: You do NOT need to create an account or log in to Comick. You just need to visit the site once so your browser gets the security clearance cookie.

The search result is wrong/different manga?

  1. Go to the Manga Details page in Suwayomi.
  2. Click the green ✎ Edit Search button.
  3. Type the exact title of the manga as it appears on Comick.dev.
  4. Click OK. The script will remember this mapping forever.

⚙️ Configuration

You can customize the script by editing the SETTINGS AREA at the top of the code:

  • CACHE_TIME: How long to remember chapter counts (Default: 24 hours).
  • BUTTON POSITIONS: You can change bottom, right, gap, and direction separately for the Library view and the Manga Details view.

📜 License

This project is licensed under the MIT License - feel free to modify and share!