上一主题 下一主题
ScriptCat,新一代的脚本管理器脚本站,与全世界分享你的用户脚本油猴脚本开发指南教程目录
返回列表 发新帖

如何让背景不灰

[复制链接]
  • TA的每日心情
    无聊
    2023-11-2 17:37
  • 签到天数: 275 天

    [LV.8]以坛为家I

    107

    主题

    438

    回帖

    944

    积分

    荣誉开发者

    积分
    944

    荣誉开发者油中2周年卓越贡献生态建设者

    发表于 2022-12-1 19:59:06 | 显示全部楼层 | 阅读模式

    image.png

    I frequently record, because want to leave something.
  • TA的每日心情
    无聊
    2023-11-2 17:37
  • 签到天数: 275 天

    [LV.8]以坛为家I

    107

    主题

    438

    回帖

    944

    积分

    荣誉开发者

    积分
    944

    荣誉开发者油中2周年卓越贡献生态建设者

    发表于 2022-12-5 21:37:01 | 显示全部楼层
    1. (function(){
    2.     const styleSheet = document.createElement('style');
    3.     document.head.appendChild(styleSheet);
    4.     styleSheet.textContent = "html,body,div{-webkit-filter: none !important;-moz-filter: none !important;-ms-filter: none !important;-o-filter:none !important;filter: none !important;}";
    5. })()
    复制代码
    I frequently record, because want to leave something.
    回复

    使用道具 举报

  • TA的每日心情
    无聊
    2023-11-2 17:37
  • 签到天数: 275 天

    [LV.8]以坛为家I

    107

    主题

    438

    回帖

    944

    积分

    荣誉开发者

    积分
    944

    荣誉开发者油中2周年卓越贡献生态建设者

    发表于 2022-12-6 21:05:16 | 显示全部楼层
    1. (function() {
    2.     GM_addStyle("* {filter: none !important}");
    3.     //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;}");
    4. })();
    复制代码
    I frequently record, because want to leave something.
    回复

    使用道具 举报

  • TA的每日心情
    慵懒
    2023-6-4 20:12
  • 签到天数: 121 天

    [LV.7]常住居民III

    0

    主题

    139

    回帖

    130

    积分

    中级工程师

    积分
    130

    新人报道油中2周年

    发表于 2022-12-1 21:24:23 | 显示全部楼层
    只有垬朝的网页gray
    回复

    使用道具 举报

  • TA的每日心情
    开心
    2023-4-2 22:42
  • 签到天数: 2 天

    [LV.1]初来乍到

    7

    主题

    51

    回帖

    60

    积分

    初级工程师

    积分
    60

    油中2周年

    发表于 2022-12-2 00:05:52 | 显示全部楼层
    ctrl+F 直接搜gray,要么把gray去掉 要么改成white
    回复

    使用道具 举报

    发表回复

    本版积分规则

    快速回复 返回顶部 返回列表