Skip to content

Commit

Permalink
update UserscriptTemplate.user.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u committed Jan 3, 2025
1 parent 3ef1b9e commit 52af044
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions UserscriptTemplate.user.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/* ==UserStyle==
@name UserScript Template
@namespace typpi.online
@version 1.0.0
@version 1.0.1
@description Description
@author Nick2bad4u
@license UnLicense
@homepageURL https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("website.com") {
/* Invert colors except images and videos */
:is(
html:not([stylus-iframe]),
img,
svg,
video
) {
html,
img,
svg,
video,
iframe {
filter: invert(1) hue-rotate(180deg) !important;
}
}

0 comments on commit 52af044

Please sign in to comment.