programiz.com inverted
programiz.com inverted by chiboreache
Details
Authorchiboreache
LicenseNo License
Categoryprogramiz.com
Created
Updated
Size479 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
programiz.com inverted
Source code
/* ==UserStyle==
@name programiz.com inverted
@version 20220506.15.26
@namespace userstyles.world/user/chiboreache
@description programiz.com inverted
@author chiboreache
@license No License
==/UserStyle== */
@-moz-document domain("programiz.com") {
html, footer, pre {
filter: saturate(3) invert(95%) brightness(120%) hue-rotate(0.5turn) !important
}
img {
filter: saturate(1) invert(250%) brightness(100%) hue-rotate(0turn) !important
}
}