Skip to content

Clean Up Stack Exchange by mfluehr

Details

Authormfluehr

LicenseNo License

Categorystackexchange

Created

Updated

Code size579 B

Code checksumb04d44d6

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide hot network questions on Stack Exchange sites.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Clean Up Stack Exchange
@namespace      github.com/openstyles/stylus
@version        1.0.4
@description    Hide hot network questions on Stack Exchange sites.
@author         Me
==/UserStyle== */

@-moz-document domain("stackoverflow.com"),
domain("serverfault.com"),
domain("superuser.com"),
domain("askubuntu.com"),
domain("stackexchange.com") {
    .s-post-summary__ignored,
    .s-sidebarwidget__yellow,
    .js-sidebar-zone,
    #hireme,
    #hot-network-questions,
    #newsletter-ad,
    .js-consent-banner {
        display: none;
    }
}

Reviews

No reviews yet.