记录让网站变灰的最简单代码

在主题文件前插入以下代码即可<style>body{webkitfilter:grayscale(100%);-webkit-filter:grayscale(100%);filter:grayscale(100%)}</style>