We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1b2fb9 + 7362fdc commit 4cb3df9Copy full SHA for 4cb3df9
scripts/ckylin-bilibili-unfollow.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name [Bilibili] 关注管理器
3
// @namespace ckylin-bilibili-foman
4
-// @version 0.2.23
+// @version 0.2.24
5
// @description 快速排序和筛选你的关注列表,一键取关不再关注的UP等
6
// @author CKylinMC
7
// @updateURL https://cdn.jsdelivr.net/gh/CKylinMC/UserJS/scripts/ckylin-bilibili-unfollow.user.js
@@ -2631,7 +2631,7 @@
2631
if (user.official_verify.type != value) continue userloop;
2632
break;
2633
case "fans":
2634
- if (user.attribute == value) continue userloop;
+ if (user.attribute !== value) continue userloop;
2635
2636
case "special":
2637
if (user.special != value) continue userloop;
0 commit comments