2022-11-30 一行代码让网页自动变黑白
参考:
哀悼模式 mourning-mode:https://github.com/CaoMeiYouRen/mourning-mode
1 | document.body.style.filter = 'grayscale(1)' |
也可以直接用包
1 | <script type="text/javascript" src="https://npm.elemecdn.com/mourning-mode@latest/dist/index.browser.js"></script> |
启用后就会在指定日期开启哀悼模式。
本文作者:草梅友仁
本文地址: https://blog.cmyr.ltd/archives/fe9ebe3d.html
版权声明:转载请注明出处!