Skip to content

Github MaxContent by semnodime

Details

Authorsemnodime

LicenseNo License

Categorygithub

Created

Updated

Size337 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Maximize view of all content containers.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           GitHub_MaxContent
@namespace      github.com
@version        1.0.0
@description    Maximize content view
@author         Semnodime
==/UserStyle== */

@-moz-document domain("github.com") {
.container-xl {
    max-width: 100% !important;
}
.container-lg {
    max-width: 100% !important;
}
}

Reviews

No reviews yet.