Skip to content

Commit 2a1974b

Browse files
authored
Update eye-protection.user.js
1 parent 28e6dee commit 2a1974b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

eye-protection.user.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// ==UserScript==
2-
// @name 护眼模式
3-
// @name:zh-CN 护眼模式
4-
// @name:zh-TW 護眼模式
5-
// @name:en Dark Mode
2+
// @name Dark Mode
63
// @version 1.4.9
74
// @author X.I.U
85
// @updateURL https://raw.githubusercontent.com/0x7C2f/UserScripts/main/eye-protection.user.js
@@ -22,9 +19,10 @@
2219
// @noframes
2320
// @license GPL-3.0 License
2421
// @run-at document-start
25-
// @namespace https://github.com/XIU2/UserScript
26-
// @supportURL https://github.com/XIU2/UserScript
27-
// @homepageURL https://github.com/XIU2/UserScript
22+
// @namespace https://github.com/0x7C2f/UserScript
23+
// @supportURL https://github.com/0x7C2f/UserScript
24+
// @homepageURL https://github.com/0x7C2f/UserScript
25+
// @exclude http*://freecash.com/*
2826
// ==/UserScript==
2927

3028
(function() {
@@ -503,4 +501,4 @@
503501
return false
504502
}
505503
}
506-
})();
504+
})();

0 commit comments

Comments
 (0)