Skip to content

Old Reddit Improvements by alexlovesbeans

Details

Authoralexlovesbeans

LicenseUnlicense

Categoryreddit

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

About

This style makes small improvements that I (the maintainter of this) see as appropriate. This is mostly for personal use, but I choose to make it public to convinience others that might want to use it.

Compatibility

It is strongly recommended to use this alongside Reddit Enhancement Suite. Unmodified Old Reddit is not supported by this.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Old Reddit Improvements
@version      20220101.03.21
@namespace    userstyles.world/user/alexlovesbeans
@description  # Old Reddit Improvements (read, important)
## About
So far, all this does is hide elements which I believe are unneeded.

## Compatibility
It is strongly recommended to use this alongside Reddit Enhancement Suite, because it was designed to be used in such a way. Unmodified Old Reddit is not, and will not be supported by this.
@author       alexlovesbeans
@license      No License
==/UserStyle== */

@-moz-document domain("old.reddit.com") {
/* Old Reddit Improvements */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu&family=Ubuntu+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
* { font-family: Ubuntu !important }
code { font-family: 'Ubuntu Mono' !important }

.promotedlink { display: none !important }
#RESShortcutsViewport, .srSep { display: none !important }
.premium-banner-outer { display: none !important }
.rank { display: none !important }
.listing-chooser { display: none !important }
.sidebox.create > .spacer { display: none !important }

.footer-parent { display: none !important }
.NERPageMarker { display: none !important }
.neverEndingReddit { visibility: hidden !important }
.debuginfo { display: none !important }

.tabmenu > li { font-size: 30px !important }
.tabmenu > li > a { border-radius: 10px 10px 0px 0px !important }

#srDropdownContainer > a, #RESStaticShortcuts > .separator, .subbarlink { font-size: 14px !important }

#thing_t3_ * {
	size: 300% !important
}
}

Reviews

No reviews yet.