Chrome Console 输入
const style=document.createElement('style');style.innerText='*{filter:grayscale(1)!important}';document.getElementsByTagName('head')[0].appendChild(style)
然后回车
grayscale(1) 全灰
grayscale(0) 全彩