emby 里展示豆瓣 评分 链接 评论(可关)
当前为
emby 里增加豆瓣 评分 链接 评论(可关)
其他相关脚本

重置缓存
function cleanLocalStorage() {
for (i in localStorage) {
if (i.search(/^tt/) != -1 || i.search(/\d{8}/) != -1) {
console.log(i);
localStorage.removeItem(i);
}
}
}
cleanLocalStorage();
感谢
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址