改个名字

This commit is contained in:
xiu2
2021-05-13 11:40:03 +08:00
parent dd5b120403
commit becb0ce402
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
// ==UserScript==
// @name 暗黑模式
// @name 护眼模式
// @version 1.0.0
// @author X.I.U
// @description 最简单的全网通用暗黑模式
// @description 最简单的全网通用护眼模式、夜间模式、暗黑模式
// @match *://*/*
// @icon https://i.loli.net/2021/03/07/rdijeYm83pznxWq.png
// @grant GM_registerMenuCommand
@@ -25,7 +25,7 @@
}
registerMenuCommand();
addStyle();
// 注册脚本菜单
function registerMenuCommand() {