Skip to content

Commit a61ef01

Browse files
committed
排除 一些自带夜间模式的网站
1 parent 227a99c commit a61ef01

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

DarkMode.user.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @name:zh-CN 护眼模式
44
// @name:zh-TW 護眼模式
55
// @name:en Dark Mode
6-
// @version 1.4.4
6+
// @version 1.4.5
77
// @author X.I.U
88
// @description 简单有效的全网通用护眼模式(夜间模式、暗黑模式、深色模式)
99
// @description:zh-CN 简单有效的全网通用护眼模式(夜间模式、暗黑模式、深色模式)
@@ -23,6 +23,14 @@
2323
// @namespace https://github.com/XIU2/UserScript
2424
// @supportURL https://github.com/XIU2/UserScript
2525
// @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/*
2634
// ==/UserScript==
2735

2836
(function() {

0 commit comments

Comments
 (0)