developers.google.com inverted
developers.google.com inverted by chiboreache
Details
Authorchiboreache
LicenseNo License
Categorydevelopers.google.com
Created
Updated
Size428 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
developers.google.com inverted
Source code
/* ==UserStyle==
@name developers.google.com
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("developers.google.com") {
html,
footer {
background-color: white !important;
filter: saturate(3) invert(95%) brightness(120%) hue-rotate(0.5turn) !important
}
img {
filter: saturate(1) invert(250%) brightness(100%) hue-rotate(0turn) !important
}
}