Skip to content

Instantly share code, notes, and snippets.

@e-t-l
Last active March 30, 2023 22:17
Show Gist options
  • Save e-t-l/124575dbc273ad8b740ad83889e983ea to your computer and use it in GitHub Desktop.
Save e-t-l/124575dbc273ad8b740ad83889e983ea to your computer and use it in GitHub Desktop.
Lobotomize-spoilers
/*
==UserCSS==
@name Lobotomize Spoilers
@namespace e-t-l
@homepage https://gist.github.com/e-t-l/124575dbc273ad8b740ad83889e983ea
@match https://www.reddit.com/r/TheNinthHouse/*
@version 1.1
@author e-t-l
@license CC0-1.0
==/UserCSS==
*/
/*
==UserStyle==
@name Lobotomize Spoilers
@namespace e-t-l
@homepage https://gist.github.com/e-t-l/124575dbc273ad8b740ad83889e983ea
@match https://www.reddit.com/r/TheNinthHouse/*
@version 1.1
@author e-t-l
@license CC0-1.0
==/UserStyle==
*/
._2v4IIjPhKL0PDaWaWtjJ1E:not(._15VS32zBYFUDI5ssldQhEK) span {
visibility: hidden;
position: absolute;
}
._2v4IIjPhKL0PDaWaWtjJ1E:not(._15VS32zBYFUDI5ssldQhEK)::before {
font-weight: bold;
font-family: constantia;
content: "ORTUS";
visibility: visible;
position: relative;
background: #545452;
border-radius: 2px;
transition: background 1s ease-out;
padding-inline: 3px
}
._1wzhGvvafQFOWAyA157okr {
position: relative;
font-size: 0px
}
._1wzhGvvafQFOWAyA157okr::before {
font-size: 10px;
font-weight: bold;
font-family: constantia;
content: " ORTUS";
border-radius: 3px;
margin-right: 3px;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
word-break: normal;
box-sizing: border-box;
visibility: visible;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment