Created
August 28, 2019 10:01
-
-
Save thatandromeda/bb4e59a51bac9640966662a1aafcfabc to your computer and use it in GitHub Desktop.
CSS to remove trending topics, thereby making Twitter more humane
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
/* 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