黑白首页,灰白首页,黑色首页去除

移除部分网站首页的灰白效果

// ==UserScript==
// @name         黑白首页,灰白首页,黑色首页去除
// @namespace    ny_gray_remove
// @version      0.0.1
// @description  移除部分网站首页的灰白效果
// @author       Wanten
// @copyright    noahyann
// @license      MIT
// @match        *://*/*
// @run-at       document-start
// @icon         https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @grant        GM_addStyle
// ==/UserScript==

(function() {
  //document.documentElement.style.filter = "none";
  GM_addStyle("*{-webkit-filter: none !important;filter:  none !important;}");
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址