keylol去灰色
其乐去灰色 by viewtheard
Details
Authorviewtheard
LicenseNo License
Category其乐
Created
Updated
Size436 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
keylol去灰色
Source code
/* ==UserStyle==
@name keylol去灰色
@namespace github.com/openstyles/stylus
@version 1.0.0
@description keylol社区去灰色
@author viewtheard
==/UserStyle== */
@-moz-document domain("keylol.com") {
#wp > style:nth-child(2){
display:none;
}
html {
filter: grayscale(0);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
}
}