Skip to content

Instantly share code, notes, and snippets.

@thatandromeda
Created August 28, 2019 10:01
Show Gist options
  • Save thatandromeda/bb4e59a51bac9640966662a1aafcfabc to your computer and use it in GitHub Desktop.
Save thatandromeda/bb4e59a51bac9640966662a1aafcfabc to your computer and use it in GitHub Desktop.
CSS to remove trending topics, thereby making Twitter more humane
/* 28 August 2019 */
div[aria-label="Timeline: Trending now"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment