Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@grantwinney
Last active October 23, 2019 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantwinney/24aa6dc6b759e14009a52d73a12961df to your computer and use it in GitHub Desktop.
Save grantwinney/24aa6dc6b759e14009a52d73a12961df to your computer and use it in GitHub Desktop.
A Stylus template for hiding all the cruft on the StackExchange / StackOverflow network
[
{
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"installDate": 1571792931541,
"name": "SE Simplified",
"sections": [
{
"code": "#announcement-banner, .-logo, #search, .-marketing-link, .site-header,\n.achievements-button-item, .-item.review-button-item, .help-button-item, .site-switcher-item,\n.bottom-notice, #left-sidebar, #sidebar, #footer {\n display: none !important;\n}\n\n#content {\n border: 0px !important;\n}",
"domains": [
"stackoverflow.com",
"stackexchange.com"
]
}
],
"updateDate": 1571792992594,
"id": 1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment