Skip to content

MDN Zen by lexops

Screenshot of MDN Zen

Details

Authorlexops

LicenseNo License

Categoryhttps://developer.mozilla.org

Created

Updated

Size717 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes all the clutter. Optimal for studying.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         MDN Zen
@version      20240330.16.36
@namespace    https://userstyles.world/user/lexops
@description  Removes all the clutter. Optimal for studying.
@author       lexops
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://developer.mozilla.org") {
.top,
.top-banner,
.top-navigation,
.article-actions-container,
#sidebar-quicklinks,
.toc-container,
.article-footer,
.bottom-banner,
#nav-footer {
    display: none !important;
}
}

@-moz-document url-prefix("https://developer.mozilla.org") {
body {
    color: #d1d5db;
}

.main-wrapper,
th {
    background-color: #111827 !important;
}

code {
    color: #f472b6;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
}
}

Reviews

No reviews yet.