Skip to content

Declutter MDN by M0on9

Details

AuthorM0on9

LicenseCC0

Categorydeveloper.moziilla.org

Created

Updated

Size469 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides some things in MDN that I consider clutter.

Notes

You could also probably just use uBlock origin to do the same lol.

Source code

/* ==UserStyle==
@name         Declutter MDN
@version      20241223.16.48
@namespace    https://userstyles.world/user/M0on9
@description  Hides some things in MDN that I consider clutter. You could also probably just use uBlock origin to do the same lol.
@author       M0on9
@license      CC0
==/UserStyle== */

@-moz-document url-prefix("https://developer.mozilla.org/") {
.toc-container .article-actions-container .article-footer {
    display: none;
}
}

Reviews

No reviews yet.