Created
May 11, 2020 16:57
-
-
Save thislooksfun/a0178cee2587f4454d1199dec387dede to your computer and use it in GitHub Desktop.
This file contains 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
/* ==UserStyle== | |
@name Salamanstra | |
@author Cascadea User | |
@version 1.0 | |
@namespace cascadea188508083 | |
@preprocessor default | |
==/UserStyle== */ | |
@-moz-document domain("salamanstra.keenspot.com") | |
{ | |
body> :nth-child(1), | |
body> :nth-child(5), | |
body> :nth-child(6), | |
body> :nth-child(7), | |
body> :nth-child(8) > :not(:first-child) { | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment