Dark mode for exportify
Exportify dark mode by Amndeep7
Details
AuthorAmndeep7
LicenseMIT
Categoryexportify.net
Created
Updated
Size311 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 Exportify dark mode
@namespace asm.works
@version 1.0.0
@description Dark mode for exportify
@author Amndeep Singh Mann
==/UserStyle== */
@-moz-document domain("https://exportify.net") {
body {
background: black;
filter: invert(1);
}
}