Last active
June 4, 2021 01:13
-
-
Save huazhanshen/75bb29610c3a7e2799d413411f49497f to your computer and use it in GitHub Desktop.
网站变灰色调代码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
使用小俊博客的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