/* ==UserStyle==
@name           UserScript Template
@namespace      nick2bad4u.github.io
@version        1.0.3
@description    Description
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
@supportURL     https://github.com/Nick2bad4u/UserStyles/issues
@downloadURL none
==/UserStyle== */
@-moz-document domain("") {
    /* Invert colors except images and videos */
    html,
    img,
    svg,
    video,
    iframe {
        filter: invert(1) hue-rotate(180deg) !important;
    }
}
