Skip to content

Instantly share code, notes, and snippets.

@g307m
Last active September 28, 2020 15:06
Show Gist options
  • Save g307m/7304d2d6cec536c10779f32ba384b647 to your computer and use it in GitHub Desktop.
Save g307m/7304d2d6cec536c10779f32ba384b647 to your computer and use it in GitHub Desktop.
Normal Old Reddit Logo
/* ==UserStyle==
@name normal reddit logo
@namespace https://gist.github.com/grantlmul/7304d2d6cec536c10779f32ba384b647
@version 1.0.0
@description gets rid of the blm logo and any future logo changes on old reddit
@author grantlmul
==/UserStyle== */
@-moz-document domain("reddit.com") {
#header-img {
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(http://www.redditstatic.com/sprite-reddit.EMWQffWtZwo.png)0px -313px;
width: 120px;
height: 40px;
padding-left: 120px;
}
}
@g307m
Copy link
Author

g307m commented Sep 28, 2020

click raw to import to stylus

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