Last active
November 9, 2020 04:15
-
-
Save Semnodime/f26ceef099f6c49afda08e7e0b2cdf8a to your computer and use it in GitHub Desktop.
Stylus Userstyle: Display Content Only. (for StackOverflow & StackExchange Post Edit Page)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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