wwwwwllllk 发表于 2022-12-1 19:59:06

如何让背景不灰

!(data/attachment/forum/202212/01/195850jqfiyf8si9e9qeei.png)

wwwwwllllk 发表于 2022-12-5 21:37:01

(function(){
    const styleSheet = document.createElement('style');
    document.head.appendChild(styleSheet);
    styleSheet.textContent = "html,body,div{-webkit-filter: none !important;-moz-filter: none !important;-ms-filter: none !important;-o-filter:none !important;filter: none !important;}";
})()

wwwwwllllk 发表于 2022-12-6 21:05:16

wwwwwllllk 发表于 2022-12-5 21:37


(function() {
    GM_addStyle("* {filter: none !important}");
    //GM_addStyle("* {-webkit-filter:grayscale(0)! important;-moz-filter:grayscale(0) !important;-ms-filter:grayscale(0) !important;-o-filter:grayscale(0) !important;filter:grayscale(0) !important;filter:none !important;}");
})();

Cupid9527 发表于 2022-12-1 21:24:23

只有垬朝的网页gray

Erick 发表于 2022-12-2 00:05:52

ctrl+F 直接搜gray,要么把gray去掉 要么改成white
页: [1]
查看完整版本: 如何让背景不灰