Skip to content

Instantly share code, notes, and snippets.

@Semnodime
Last active November 9, 2020 04:15
Show Gist options
  • Save Semnodime/f26ceef099f6c49afda08e7e0b2cdf8a to your computer and use it in GitHub Desktop.
Save Semnodime/f26ceef099f6c49afda08e7e0b2cdf8a to your computer and use it in GitHub Desktop.
Stylus Userstyle: Display Content Only. (for StackOverflow & StackExchange Post Edit Page)
@-moz-document regexp("https?://(\\w*\\.)?stack(exchange|overflow)\\.com/posts/\\d+/edit") {
#sidebar,
#left-sidebar,
#footer {
display: none;
}
#content,
#mainbar,
.container {
max-width: 100% !important;
width: 100% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment