Skip to content

Instantly share code, notes, and snippets.

@furycd001
Last active April 21, 2023 12:49
Show Gist options
  • Save furycd001/69f2d5382d03e2c09ad4f6927647b87b to your computer and use it in GitHub Desktop.
Save furycd001/69f2d5382d03e2c09ad4f6927647b87b to your computer and use it in GitHub Desktop.
Minimal twitter userContent.css....
/* Newtab */
@-moz-document url("about:blank") {
body {
background-color: #272b35 !important;
}
}
@-moz-document url("about:newtab") {
body {
background-color: #272b35 !important;
}
}
@-moz-document url("https://twitter.com/home") {
.r-g6ijar, .r-1qk6wnv , .r-1w6e6rj, .r-e7q0ms, .r-1dqbpge, .r-1hycxz, .r-usiww2, .r-15ysp7h, .r-4wgw6l, .r-109y4c4 {
display: none !important;
}
.r-18bvks7, .r-157er04, .r-1ila09b {
border-color: transparent !important;
background-color: transparent !important;
}
.r-obd0qt {
align-items: flex-start !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment