Greasy Fork is available in English.

B站原神评论标注

评论区原神成分自动标注

Maker
wenhaohao0818
Dagelijks aantal installaties
0
Totaal aantal installaties
162
Beoordelingen
0 0 0
Versie
1.1
Gemaakt op
12-09-2022
Bijgewerkt op
12-09-2022
Grootte
4,43 KB
Licentie
MIT
Wordt toegepast op

多种成分标记,对线快人一步
基础代码来自于原神指示器
借鉴了别人的代码,支持自定义关键字识别,多个标签展示准确识别对线成分

还有个B站成分检测器,比较好用:https://github.com/trychen/bilibili-comment-checker/blob/main/bilibili-comment-checker.user.js
本脚本来源https://greasyfork.org/zh-CN/scripts/450720-%E5%8E%9F%E7%A5%9E%E7%8E%A9%E5%AE%B6%E6%8C%87%E7%A4%BA%E5%99%A8
修改多关键字匹配,标记样式

使用方法
请在变量tags中配置关键字,字典的key为要匹配的关键字,字典的value为对应标签
例如想匹配动态中含有肖战关键字,增加 "肖战":‘虾爬子' , 即修改tags为
//-------code-------
const tags = {"原神":'[原批]',
"王者荣耀":'[农批]',
"互动抽奖":'[抽奖哥]',
"肖战":‘虾爬子',
}
//-------code-------
刷新即可


效果如下