一行代码让网页自动变黑白

参考:

哀悼模式 mourning-mode:https://github.com/CaoMeiYouRen/mourning-mode

document.body.style.filter = 'grayscale(1)'

也可以直接用包

<script type="text/javascript" src="https://npm.elemecdn.com/mourning-mode@latest/dist/index.browser.js"></script>

启用后就会在指定日期开启哀悼模式。