Invert Colors for All Websites
Invert Colors for All Websites by rewqxecsvub
Details
Authorrewqxecsvub
LicenseNo License
Categorygoogle.com
Created
Updated
Size240 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 Invert Colors for All Websites
@version 20250131.10.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix(http://), url-prefix(https://) {
html, img, video, iframe {
filter: invert(1);
}
}