Skip to content

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

Dark mode for exportify

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);
	}
}

Reviews

No reviews yet.