Skip to content

Stackoverflow Annoyances by xrstf

Details

Authorxrstf

LicenseNo License

Categorystackoverflow

Created

Updated

Size701 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides certain annoying fields that just clutter the screen.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Stackoverflow Annoyances
@version      20220520.12.23
@namespace    userstyles.world/user/xrstf
@description  Hides certain annoying fields that just clutter the screen.
@author       xrstf
@license      No License
==/UserStyle== */

@-moz-document domain("stackexchange.com"), domain("stackoverflow.com"), domain("superuser.com") {
.js-dismissable-hero, .js-freemium-cta, #announcement-banner, .s-sidebarwidget__yellow, .hero-box {
    display: none;
}
    
    /* fix for https://userstyles.org/styles/35345/stackoverflow-dark using black screen on grey background */
    pre, .s-prose :not(.s-code-block) > code {
        color: rgb(221, 221, 221) !important;
    }
}

Reviews

No reviews yet.