Skip to content

deepl - dark mode by NotJ3st3r

Screenshot of deepl - dark mode

Details

AuthorNotJ3st3r

LicenseNo License

Categorydeepl.com

Created

Updated

Size395 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple dark mode for deepl.com/translator

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           deepl - dark mode
@namespace      j3st3r.xyz
@version        1.0.0
@description    A simple dark mode for deepl.com/translator
@author         NotJ3st3r
@license        gpl-3.0
==/UserStyle== */

@-moz-document domain("www.deepl.com") {
    html {
        filter: invert(90%) hue-rotate(180deg) brightness(110%) contrast(110%);
        background: white;
    }
}

Reviews

No reviews yet.