放在页面(模板)底部

如需整站黑白色,加在公共的footer模板里面即可.

<script>document.getElementsByTagName('html')[0].style.filter = 'grayscale(100%)';</script>

标签: none

评论已关闭