bilibili去灰色
bilibili去灰色 by viewtheard
Details
Authorviewtheard
LicenseNo License
Categorybilibili
Created
Updated
Size369 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
bilibili去灰色
Source code
/* ==UserStyle==
@name bilibili去灰色
@namespace github.com/openstyles/stylus
@version 1.0.1
@description bilibili去灰色
@author viewtheard
==/UserStyle== */
@-moz-document domain("www.bilibili.com") {
html.gray {
-webkit-filter: grayscale(0) saturate(1);
}
#bili-header-banner-img > img:nth-child(3){
display:none;
}
}