File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 ( `正在刷新后台数据...` ) ;
You can’t perform that action at this time.
0 commit comments