Removes noise from SO.
Remove sidebars from Stack Overflow by sam-berry
Details
Authorsam-berry
LicenseNo License
Categorystackoverflow.com
Created
Updated
Size370 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name remove stack overflow sidebars
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("stackoverflow.com") {
#sidebar, #left-sidebar {
display: none;
}
#content {
border: none;
}
}