Skip to content

StackOverflow minimizer by gudvinr

Details

Authorgudvinr

LicenseNo License

Categorystackoverflow.com

Created

Updated

Size448 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make stackoverflow interface more accessible and distraction-free

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           StackOverflow minimizer
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Make stackoverflow interface more accessible and distraction-free
@author         gudvinr
==/UserStyle== */
@-moz-document domain("stackoverflow.com") {
    #left-sidebar,
    #hot-network-questions,
    #sidebar > .s-sidebarwidget {
        display: none;
    }

    #content {
        border: none;
    }
}

Reviews

No reviews yet.