Does just that: hiding the new Reddit side bar.
Hide new Reddit side bar by clorteau
Details
Authorclorteau
LicenseNo License
Categoryreddit
Created
Updated
Size596 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 Reddit side bar
@namespace USO Archive
@author northernlights
@description `Simply hide the new Reddit's side bar`
@version 20200429.22.7
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
/*
* Simply hide the new Reddit's side bar
*
* NorthernLights - 2020-04-28
*
*/
@-moz-document domain("reddit.com") {
#SHORTCUT_FOCUSABLE_DIV ._1BFbVxT49QnrAN3fqGZ1z8, ._2Xq-4oyrEvHjL5U_EeMnK8, ._20b4i5iUhjZQqDZ1BM_Q-9, ._3Kd8DQpBIbsr5E1JcrMFTY, ._1tvThPWQpORoc2taKebHxs {
display: none !important;
}
}