Skip to content

Stackoverflow MaxView by semnodime

Details

Authorsemnodime

LicenseNo License

Categorystackoverflow, superuser, stackexchange

Created

Updated

Size486 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Enlarges the content section in StackOverflow/SuperUser/Stackexchange...

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           StackOverflow_MaxView
@namespace      none
@version        1.0.4
@description    Enlarges the content section in StackOverflow for questions, edits, etc.
@author         Semnodime
==/UserStyle== */
@-moz-document
    domain("stackoverflow.com"),
    domain("superuser.com"),
    domain("stackexchange.com")
{
    #content {
        max-width: 100% !important;
    }

    body > .container {
        max-width: 100% !important;
    }
}

Reviews

No reviews yet.