Skip to content

Commit 550ce8b

Browse files
authored
fix(foman): Replace jsdelivr to unpkg
1 parent 4335e68 commit 550ce8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ckylin-bilibili-unfollow.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name [Bilibili] 关注管理器
33
// @namespace ckylin-bilibili-foman
4-
// @version 0.2.25
4+
// @version 0.2.26
55
// @description 快速排序和筛选你的关注列表,一键取关不再关注的UP等
66
// @author CKylinMC
77
// @updateURL https://cdn.jsdelivr.net/gh/CKylinMC/UserJS/scripts/ckylin-bilibili-unfollow.user.js
@@ -1462,7 +1462,7 @@
14621462
}
14631463
const addMdiBtnStyle = () => {
14641464
if (document.querySelector("#CKFOMAN-MDICSS")) return;
1465-
document.head.innerHTML += `<link id="CKFOMAN-MDICSS" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css"/>`;
1465+
document.head.innerHTML += `<link id="CKFOMAN-MDICSS" rel="stylesheet" href="https://unpkg.com/@mdi/[email protected]/css/materialdesignicons.min.css"/>`;
14661466
}
14671467
const refreshChecked = () => {
14681468
setInfoBar(`正在刷新后台数据...`);

0 commit comments

Comments
 (0)