Suwayomi Comick Tracker

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
La Croix
Dziennych instalacji
1
Wszystkich instalacji
12
Oceny
0 0 0
Wersja
18.0
Utworzono
25-11-2025
Zaktualizowano
25-11-2025
Rozmiar
17,2 KB
Licencja
MIT
Dotyczy

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!