bendibao no grey
本地宝去灰色 by viewtheard
Details
Authorviewtheard
LicenseNo License
Category本地宝
Created
Updated
Size327 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
本地宝去灰色
Source code
/* ==UserStyle==
@name bendibao去灰色
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author viewtheard
==/UserStyle== */
@-moz-document domain("bendibao.com") {
head > style:nth-child(7){
display:none;
}
html{
-webkit-filter: grayscale(0);
}
}