gamesky no grey
游民星空去灰色 by viewtheard
Details
Authorviewtheard
LicenseNo License
Categorygamesky
Created
Updated
Size341 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 gamersky.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description 游民星空去灰色
@author viewtheard
==/UserStyle== */
@-moz-document domain("gamersky.com") {
head > style:nth-child(13) {
display: none;
}
html {
-webkit-filter: grayscale(0);
}
}