Skip to content

Instantly share code, notes, and snippets.

@roobie
Last active March 10, 2021 20:08
Show Gist options
  • Save roobie/c8d28599acd3116363fc1b917c6737c0 to your computer and use it in GitHub Desktop.
Save roobie/c8d28599acd3116363fc1b917c6737c0 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name don't kill my eyes, OLD reddit
@version 1.0.0
@description my old.reddit.com style
@author bjorn
@namespace bjorn
@updateURL https://gist.github.com/roobie/c8d28599acd3116363fc1b917c6737c0/raw/d57be0ee4a489315d868a8ad469f18b0ec7a2e08/old.reddit.com.user.css
@license CC-BY-NC-SA-4.0
==/UserStyle== */
@-moz-document domain("old.reddit.com") {
html
, body
, form, input
, .thing
, .titlebox
, .titlebox::before
, .redditname
, .redditname::before
, .side
, .side *
, .author
, .usertext
, .usertext * {
background: #222 !important;
color: #eee !important;
}
.infobar-toaster-container
, .commentsignupbar
, .premium-banner-outer
, .listingsignupbar {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment