Skip to content

developer.mozilla.org - un-disgusting 3 by osirisgothra

Screenshot of developer.mozilla.org - un-disgusting 3

Details

Authorosirisgothra

LicenseGGPL 2

Categorydeveloper.mozilla.org

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

YET ANOTHER DARK THEME FOR SOMEONE WHO HATES ALL THE LIGHT ONES

Notes

This is the LAST time I will rewrite any style for MDN, this one should survive from here on out, but I wont be making any nice MDN styles ANY MORE because script and HTML have become a garbage repository of junk on junk on more junk and theirs is the worst

Source code

/* ==UserStyle==
@name           developer.mozilla.org - un-disgusting 3 (yes once again)
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description   YET ANOTHER DARK THEME FOR SOMEONE WHO HATES ALL THE LIGHT ONES
@author         Gabriel T. Sharp
==/UserStyle== */

@-moz-document domain("developer.mozilla.org") {
    
    /*
        (warning.. gripe follows, sensitive people kindly f-off)
        Change: removed all the old code, because
        MDN had to go make a clusterf**k of their elements like everyone else
        And I'm not going through them one by one again like last time, be happy with filter
        
        ...NOT TO MENTION (warning, rant follows)
        all the post-jscript bulls***t these devs have been doing lately, sick of it
        as if their beloved code is so precious they have to get recognized and loved
        for it, because god forbid we live in a world where everyone is equal, because
        god forbid we live in unity, as long as there is vanity, no unity. not ever.
    
    
        C O D E   W R I T E R   A R R O G A N C E
    
    */
    :root
    {
        filter: invert(100%) hue-rotate(180deg) saturate(50%) contrast(90%) brightness(105%);
    }
    div
    {
        border-radius: 20px !important;
    }
    
    
}

Reviews

No reviews yet.