Hides some things in MDN that I consider clutter.
Declutter MDN by M0on9
Details
AuthorM0on9
LicenseCC0
Categorydeveloper.moziilla.org
Created
Updated
Code size469 B
Code checksum8a15e1d3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}