Skip to content

Instantly share code, notes, and snippets.

@tldrlol
Last active February 2, 2019 08:45
Show Gist options
  • Save tldrlol/83409a4f195c86c1a0762b2a9c4ba630 to your computer and use it in GitHub Desktop.
Save tldrlol/83409a4f195c86c1a0762b2a9c4ba630 to your computer and use it in GitHub Desktop.
/* hide blocked messages */
.messageGroupBlocked-3wrQQX,
.messageGroupBlocked-JqfeE2 {
display: none;
}
/* disable spoiler tags */
.theme-dark .spoilerText-3p6IlD,
.theme-light .spoilerText-3p6IlD {
background: none;
}
.theme-dark .spoilerText-3p6IlD.hidden-HHr2R9,
.theme-light .spoilerText-3p6IlD.hidden-HHr2R9 {
background: none;
}
.theme-dark .spoilerText-3p6IlD.hidden-HHr2R9:hover,
.theme-light .spoilerText-3p6IlD.hidden-HHr2R9:hover {
background: none;
}
.spoilerText-3p6IlD.hidden-HHr2R9 .inlineContent-3ZjPuv {
opacity: 1;
}
.spoilerText-3p6IlD.hidden-HHr2R9 {
cursor: text;
}
/* fix small images */
.inline-2bgipb.hiddenSpoilers-1ksnR6 {
visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment