Skip to content

Commit 2d4d73d

Browse files
committed
safemode支持
1 parent 7528e12 commit 2d4d73d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name NotSoSharp
33
// @namespace https://github.com/gui-ying233/NotSoSharp
4-
// @version 1.3.0
4+
// @version 1.4.0
55
// @description 尝试还原萌娘百科部分一方通行所屏蔽的内容
66
// @author 鬼影233
77
// @license MIT
@@ -15,6 +15,7 @@
1515
(async () => {
1616
"use strict";
1717
if (
18+
new URLSearchParams(window.location.search).get("safemode") ||
1819
document.currentScript ||
1920
!document.documentElement.innerText.includes("\u266F")
2021
)

0 commit comments

Comments
 (0)