Last active
February 2, 2019 08:45
-
-
Save tldrlol/83409a4f195c86c1a0762b2a9c4ba630 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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