你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/561238-mangaupdates-extended-info,源站連結 點此以跳轉

MangaUpdates Extended Info

Fetch series info and display in a modern custom UI



點此查看下載連結位址https://update.greasyfork.org.cn/scripts/561238/MangaUpdates%20Extended%20Info.user.js

安装此脚本?
作者
Anveet Kaur
日安装量
1
总安装量
2
评分
0 0 0
版本
3.0
创建于
2026-01-03
更新于
2026-01-03
大小
37.5 KB
许可证
暂无
适用于

MangaUpdates Extended Info UserScript

Overview

This Userscript transforms the standard list view on MangaUpdates.com into a modern, feature-rich dashboard with a card-based grid layout, instant loading, and advanced data visualization.

Key Features

🎨 Modern UI Overhaul

  • Card Grid Layout: Replaces the traditional table with a responsive grid of series cards.
  • Glassmorphism Design: Features a dark, modern aesthetic with glass-like cards, smooth gradients, and refined typography.
  • Rich Series Cards: Each card displays:
    • High-quality series thumbnail (clickable).
    • Series title and synopsis (rendered from Markdown).
    • Genres: Displayed as clean, colored pills.
    • Status: Visual badges for "Completed" v.s. "Ongoing".
    • Ratings: Shows both the Bayesian rating (with stars) and your personal rating (e.g., "My: 8/10").
    • Status Text: Renders custom status notes (e.g., "Vol 5, Ch 32") with formatted styling.

⚡ Performance & Caching

  • Instant Load: Caches the rendered HTML layout for immediate display on subsequent visits (0ms visual load time).
  • Smart Caching: Stores series data (IDs, descriptions, genres, images) in Tampermonkey storage to minimize API requests.
  • Background Processing: Fetches updates silently in the background while you browse the cached view.
  • Unused Entry Tracking: Automatically flags cached entries that are no longer in your list for cleanup analysis.

🛠️ Advanced Tools & Controls

  • Persistent Header: A sticky control bar that stays visible while scrolling.
  • Toggle View: fast-switch between the new "Enhanced View" and the "Original View" table.
  • Hard Refresh: A "Reset Cache" button to forcefully clear stored data for the current list and re-fetch fresh info from the API.
  • Per-Card Refresh: Update a single series instantly by clicking the refresh icon on its card.
  • Filters:
    • "Show Only Completed": Checkbox to instantly filter the grid for completed series only.

📊 Analytics

  • Header Stats: Real-time counters showing:
    • 📦 Cache: Total series cached.
    • 📋 Original: Number of series in the current list.
    • Modern: Number of series rendered in the enhanced view.
  • Status Log: Live activity log showing what the script is processing (e.g., "Fetching [1/20] Series Name").

Technical Highlights

  • API Integration: Queries the MangaUpdates V1 API to fetch missing details like images and descriptions.
  • Robust Error Handling: Gracefully handles API failures, missing images, and network issues.
  • Safe DOM Manipulation: Uses a "Shadow UI" approach where the original table is hidden but preserved for data scraping.