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.
1 parent 7147b8b commit 328d2d9Copy full SHA for 328d2d9
main.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name NotSoSharp
3
// @namespace https://github.com/gui-ying233/NotSoSharp
4
-// @version 1.5.0
+// @version 1.5.1
5
// @description 尝试还原萌娘百科部分一方通行所屏蔽的内容
6
// @author 鬼影233
7
// @license MIT
@@ -62,7 +62,7 @@
62
}
63
pageName += `${pageName ? ":" : ""}${mw.config.get("wgTitle")}`;
64
const r = (a, b, c = pageName) => {
65
- if (a[b].includes("\u266F")) a[b] = c;
+ if (a[b].includes("\u266F") && a[b] !== "幻影异闻录♯FE") a[b] = c;
66
};
67
r(document.getElementById("firstHeading"), "innerText");
68
r(document, "title", `${pageName} - 萌娘百科_万物皆可萌的百科全书`);
0 commit comments