Hide sidebar
Hide Sidebar by kissaki
Details
Authorkissaki
LicenseAGPL-3.0
Categoryfeddit
Created
Updated
Size340 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 Hide Sidebar
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide sidebar
@author Jan Klass
==/UserStyle== */
@-moz-document domain("feddit.de") {
#sidebarMain { display: none; }
#sidebarInfo { display: none; }
#sidebarSubscribed { display: none; }
}