Skip to content

Instantly share code, notes, and snippets.

@yatil
Created February 26, 2021 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatil/b5197be65566d1779705311b8223c0db to your computer and use it in GitHub Desktop.
Save yatil/b5197be65566d1779705311b8223c0db to your computer and use it in GitHub Desktop.
/* ==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