Simply hide the new Reddit side bar
Hide new side bar by clorteau
Details
Authorclorteau
LicenseCC-BY-4.0
Categoryreddit
Created
Updated
Size470 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 new side bar
@namespace uso
@author northernlights
@description `Simply hide the new Reddit side bar`
@version 20210805.15.40
@license CC-BY-4.0
==/UserStyle== */
@-moz-document domain("reddit.com") {
#SHORTCUT_FOCUSABLE_DIV ._1BFbVxT49QnrAN3fqGZ1z8, ._2Xq-4oyrEvHjL5U_EeMnK8, ._20b4i5iUhjZQqDZ1BM_Q-9, ._3Kd8DQpBIbsr5E1JcrMFTY , ._1tvThPWQpORoc2taKebHx {
display: none !important;
}
}