Non-LGBT MDN

color everything to default colors as it was back before. (basically removes lgbt s***)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name Non-LGBT MDN
@description color everything to default colors as it was back before. (basically removes lgbt s***)
@author NotYou
@match *://developer.mozilla.org/*
@namespace -
@version 1.0.0
@license GPL-3.0-or-later
==/UserStyle== */

.light body {
    --pride-0: var(--mdn-color-black) !important;
    --pride-1: var(--mdn-color-black) !important;
    --pride-2: var(--mdn-color-black) !important;
    --pride-3: var(--mdn-color-black) !important;
    --pride-4: var(--mdn-color-black) !important;
    --pride-5: var(--mdn-color-black) !important;
}

.dark body {
    --pride-0: var(--mdn-color-white) !important;
    --pride-1: var(--mdn-color-white) !important;
    --pride-2: var(--mdn-color-white) !important;
    --pride-3: var(--mdn-color-white) !important;
    --pride-4: var(--mdn-color-white) !important;
    --pride-5: var(--mdn-color-white) !important;
}