A userstyle to disable B&W filter on Chinese websites
Heaven Style by sparanoid
Details
Authorsparanoid
LicenseAGPL-3.0
Categoryuserstyles, chinese
Created
Updated
Size365 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 Heaven Style
@namespace github.com/openstyles/stylus
@version 1.0.1
@description A userstyle to disable B&W filter on Chinese websites
@author Sparanoid
==/UserStyle== */
@-moz-document domain("example.com") {
/* This block is to make userstyle valid */
}
:root,
html,
body {
filter: none !important;
}