mikananiBgmScore

Mikan 蜜柑计划首页显示 Bangumi 评分 / 标签 / 链接。

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
kjtsune
Installazioni giornaliere
1
Installazioni totali
106
Valutazione
1 1 0
Versione
0.8
Creato il
15/01/2023
Aggiornato il
25/09/2024
Dimensione
16 KB
Licenza
MIT
Applica a

mikananiBgmScore

Mikan 蜜柑计划首页显示 Bangumi 评分 / 标签 / 链接。

可选配置

在代码前几行里修改,有注释说明。

let config = {
    sortByScore: true,
    logLevel: 2,
    // 若 minScore 的值大于0.1,会隐藏低于该评分的条目。
    minScore: 0,
    // 清除无效标签的正则匹配规则
    tagsRegex: /\d{4}|TV|动画|小说|漫|轻改|游戏改|原创|[a-zA-Z]/,
    // 标签数量限制,填0禁用标签功能。
    tagsNum: 3,
    // https://next.bgm.tv/demo/access-token  解除 NSFW 条目限制。
    bgmToken: '',
};

FAQ

  • 评分根据上映天数缓存:10天内缓存1天。20天内缓存2天。半年内缓存5天。超过半年缓存15天。
  • NSFW 条目评分会标为 0.1,不隐藏。网络错误也会,只能等待缓存过期。
  • 标签会过滤掉标注数少于10的。取前三个,剩下的鼠标悬停评分处会显示。