V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Can I use?
http://caniuse.com/
Less
http://lesscss.org
Cool Libraries
Bootstrap from Twitter
Jetstrap
estk
V2EX  ›  CSS

网页灰色简洁代码

  •  
  •   estk · 2022-12-06 10:37:56 +08:00 · 1224 次点击
    这是一个创建于 505 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Chrome Console 输入

    const style=document.createElement('style');style.innerText='*{filter:grayscale(1)!important}';document.getElementsByTagName('head')[0].appendChild(style)
    

    然后回车

    grayscale(1) 全灰

    grayscale(0) 全彩

    wdssmq
        1
    wdssmq  
       2022-12-06 10:46:34 +08:00
    这种事就不要跟风了,谢谢。。
    NewYear
        2
    NewYear  
       2022-12-06 10:52:53 +08:00
    来晚了,这都最后一天了才来……
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5807 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 06:23 · PVG 14:23 · LAX 23:23 · JFK 02:23
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.