File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
- // @name 护眼模式
3
- // @name :zh-CN 护眼模式
4
- // @name :zh-TW 護眼模式
5
- // @name :en Dark Mode
2
+ // @name Dark Mode
6
3
// @version 1.4.9
7
4
// @author X.I.U
8
5
// @updateURL https://raw.githubusercontent.com/0x7C2f/UserScripts/main/eye-protection.user.js
22
19
// @noframes
23
20
// @license GPL-3.0 License
24
21
// @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/*
28
26
// ==/UserScript==
29
27
30
28
( function ( ) {
503
501
return false
504
502
}
505
503
}
506
- } ) ( ) ;
504
+ } ) ( ) ;
You can’t perform that action at this time.
0 commit comments