GreaseMonkey makes the depressing greyscale filter go away.
$("html").css("filter", "none");
$("html").css("webkit-filter", "none");
GreaseMonkey makes the depressing greyscale filter go away.
`$("html").css("filter", "none");
$("html").css("webkit-filter", "none");`
(post is archived)