Desaturates every website to make surfing less addictive
Desaturate Everything by skunkstriped
Details
Authorskunkstriped
LicenseNo License
CategoryEverything
Created
Updated
Size304 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 Empty @name replaces the default template - 3/3/2022, 1:57:17 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("http") {
html {
filter: saturate(0.75)
}
}