We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227a99c commit a61ef01Copy full SHA for a61ef01
1 file changed
DarkMode.user.js
@@ -3,7 +3,7 @@
3
// @name:zh-CN 护眼模式
4
// @name:zh-TW 護眼模式
5
// @name:en Dark Mode
6
-// @version 1.4.4
+// @version 1.4.5
7
// @author X.I.U
8
// @description 简单有效的全网通用护眼模式(夜间模式、暗黑模式、深色模式)
9
// @description:zh-CN 简单有效的全网通用护眼模式(夜间模式、暗黑模式、深色模式)
@@ -23,6 +23,14 @@
23
// @namespace https://github.com/XIU2/UserScript
24
// @supportURL https://github.com/XIU2/UserScript
25
// @homepageURL https://github.com/XIU2/UserScript
26
+// @exclude https://*.iqiyi.com/*
27
+// @exclude https://*.youku.com/*
28
+// @exclude https://m.v.qq.com/*
29
+// @exclude https://v.qq.com/*
30
+// @exclude https://*.acfun.cn/*
31
+// @exclude https://*.youtube.com/*
32
+// @exclude https://*.youtube-nocookie.com/*
33
+// @exclude https://weread.qq.com/*
34
// ==/UserScript==
35
36
(function() {
0 commit comments