排除 部分自带暗黑模式的视频网站

This commit is contained in:
xiu2
2021-06-18 18:01:51 +08:00
parent 73f6fd762c
commit ce0c6986f6
+6 -1
View File
@@ -1,9 +1,14 @@
// ==UserScript==
// @name 护眼模式
// @version 1.0.2
// @version 1.0.3
// @author X.I.U
// @description 最简单的全网通用护眼模式、夜间模式、暗黑模式
// @match *://*/*
// @exclude *://v.qq.com/*
// @exclude *://*.iqiyi.com/*
// @exclude *://*.youku.com/*
// @exclude *://*.mgtv.com/*
// @exclude *://tv.cctv.com/*
// @icon https://i.loli.net/2021/03/07/rdijeYm83pznxWq.png
// @grant GM_registerMenuCommand
// @grant GM_unregisterMenuCommand