Suwayomi Comick Tracker

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
La Croix
今日安裝
2
安裝總數
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!