Created
September 13, 2020 18:51
-
-
Save AprilSylph/e9f8d58b12b6a2abe73438d56fe26b2e to your computer and use it in GitHub Desktop.
Hide the "What's happening" sidebar section on EN Twitter
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 No Trends | |
@namespace https://gist.github.com/AprilSylph | |
@version 1.0.0 | |
@description Hides the "What's happening" sidebar section on EN Twitter | |
@author AprilSylph | |
==/UserStyle== */ | |
@-moz-document domain("twitter.com") { | |
[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