继续操作前请注册或者登录。

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

MusicBrainz: Editor Subscription Manager

Manages subscriptions, tracks name changes and detects deleted users.

当前为 2026-01-03 提交的版本,查看 最新版本

这些是此脚本变更过代码的版本。 显示所有版本。

  • v0.2.2 2026-01-03

    Organize repository structure: move scripts to src, update documentation, and add update URLs

    Bump all userscript versions to trigger updates for handover

  • v0.2.1 2025-12-21

    Do not scan when opening subscriptions manager

  • v0.2.0 2025-12-11

    feat: Implement persistent caching, enhanced editor metrics, and passive scanning in Subscription Manager

    This major update overhauls the Editor Subscription Manager's architecture, shifting from ephemeral scraping to a persistent, data-driven approach, significantly enhancing utility and reducing external request load.

    Technical Enhancements:

    • Persistent Data Layer: Introduced localStorage caching for editor metadata (stats, status, profile details) with a configurable Time-To-Live (TTL), minimizing redundant API/page requests to MusicBrainz.
    • Comprehensive Metric Collection: Expanded data scraping to include detailed editor performance metrics, specifically:
      • Accepted and Rejected edit counts.
      • Calculated Rejection Rate metric for identifying potential issues.
      • Tracking of user name changes (previousNames array) to maintain editor identity coherence.
    • Advanced Status Resolution: Implemented logic to track and clearly flag various editor statuses decoupled from the immediate subscription list:
      • Deleted Accounts (via 404 and profile content checks).
      • Lost Subscriptions (accounts previously subscribed but missing from the current list).
      • Visited Profiles (cached non-subscriptions).
    • Passive Data Acquisition: Added functionality to scan and cache editor data upon visiting any user profile page (/user/<name>), ensuring data remains fresh through normal browsing activity.
    • Refined Management Interface: Consolidated all management functions into a single report view, featuring smart refresh modes (updating only stale/new entries) and new batch unsubscription options based on inactivity duration and rejection rate.
  • v0.1.1 2025-11-07

    fix @match directive

  • v0.1.0 2025-11-04 Imported from URL