MusicBrainz: Automatically show AcoustIDs

Automatically triggers the "Show acoustIDs" function of loujine's script

当前为 2025-05-23 提交的版本,查看 最新版本

// ==UserScript==
// @name         MusicBrainz: Automatically show AcoustIDs
// @namespace    https://musicbrainz.org/user/chaban
// @version      1.0.2
// @description  Automatically triggers the "Show acoustIDs" function of loujine's script
// @tag          ai-created
// @author       chaban
// @license      MIT
// @include      https://*musicbrainz.org/artist/*/recordings*
// @grant        none
// @run-at       document-idle
// ==/UserScript==

if (document.querySelector('th:last-of-type')?.textContent.trim() !== 'AcoustID') {
        document.querySelector('#showAcoustids')?.click();
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址