no grayScale
no grayScale by tychenjiajun
Details
Authortychenjiajun
LicenseNo License
Categoryweibo.com
Created
Updated
Size431 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 12/1/2022, 3:58:19 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("weibo.com") {
/* Insert code here... */
.grayTheme {
-webkit-filter: initial;
-moz-filter: initial;
-ms-filter: initial;
-o-filter: initial;
filter: initial;
}
}