设置或去除网站变灰-CSS-filter属性-哀悼
去除网站变灰 by xiaolongmr
Details
Authorxiaolongmr
LicenseNo License
Categorywww.***.**
Created
Updated
Size553 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 去除网站变灰
@version 20230303.01.21
@namespace userstyles.world/user/xiaolongmr
@description 设置或去除网站变灰-CSS-filter属性-哀悼
@author xiaolongmr
@license No License
==/UserStyle== */
@-moz-document regexp("(http|ftp|https):\\/\\/[\\w\\-_]+(\\.[\\w\\-_]+)+([\\w\\-\\.,@?^=%&:/~\\+#]*[\\w\\-\\@?^=%&/~\\+#])?") {
html.gray {
filter: grayscale(0%)!important;
} html {
filter: gray;
-webkit-filter: grayscale(0%)!important;
filter: grayscale(0%)!important;
}
}