Skip to content

Instantly share code, notes, and snippets.

@lextra2
Last active October 21, 2020 09:26
Show Gist options
  • Save lextra2/115b21e3362e4ac5a4a9fc1b2b40ecf3 to your computer and use it in GitHub Desktop.
Save lextra2/115b21e3362e4ac5a4a9fc1b2b40ecf3 to your computer and use it in GitHub Desktop.
reddit.com CSS
/* hides some elements */
#sr-header-area,
#header-img,
#RESAccountSwitcherIcon,
#NREMail.nohavemail,
.res-toggle-filterline-visibility,
.res-show-images,
.side,
.userkarma,
.footer-parent,
.debuginfo,
.infobar.commentsignupbar {
display: none !important;
}
/* adjusts user tab - top right */
#header-bottom-right {
top: 0 !important;
}
/* bottom spacing */
.nav-buttons {
margin-bottom: 40px !important;
}
/* gear icon menu, top right, popup menu looks */
.RESHover {
border: none !important;
}
/* search results spacing */
.search-result {
margin-bottom: 0px !important;
margin-top: 10px !important;
}
/* search results hover */
.search-result:hover {
background-color: rgb(55, 55, 55) !important;
}
/* search results max width */
.search-result-group {
max-width: 90% !important;
}
@lextra2
Copy link
Author

lextra2 commented Feb 11, 2020

Reddit Enhance
Page Navigator > Off
Never Ending Reddit > Off
Track Vote Weight > Off
Browse by Wheel > Off
Message Menu > Off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment