Skip to content

Instantly share code, notes, and snippets.

@huazhanshen
Last active June 4, 2021 01:13
Show Gist options
  • Save huazhanshen/75bb29610c3a7e2799d413411f49497f to your computer and use it in GitHub Desktop.
Save huazhanshen/75bb29610c3a7e2799d413411f49497f to your computer and use it in GitHub Desktop.
网站变灰色调代码
使用小俊博客的css,将代码加入主题的 header.php 的 </head> 或 index.php / index.html 的 </head>前,保存即可,包括网站的广告、图片等等,整个网页变成了灰色调。支持 Chrome 浏览器、新版 Edge 浏览器以及 Firefox 浏览器。
```language
<link type="text/css" rel="stylesheet" href="https://www.xjisme.com/usr/uploads/2020/04/AllGray.css"/>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment