Created
February 26, 2021 20:49
-
-
Save yatil/b5197be65566d1779705311b8223c0db 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
/* ==UserStyle== | |
@name Twitter Remove Messages Tab | |
@author Eric Eggert | |
@version 1.0.0 | |
@namespace yatil | |
@preprocessor default | |
==/UserStyle== */ | |
@-moz-document domain("twitter.com") | |
{ | |
[data-testid="DMDrawer"] { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment