Hide Twitter's "Trending now" section on the right-hand side.
X / Twitter - hide "Trending now" section by aspiers
Details
Authoraspiers
LicenseCC Zero
Categorytwitter.com
Created
Updated
Size409 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name X / Twitter - hide "Trending now" section
@namespace github.com/openstyles/stylus
@version 1.1.1
@description Hide Twitter's "Trending now" section on the right-hand side
@author Adam Spiers
==/UserStyle== */
@-moz-document domain("twitter.com"), domain("x.com") {
div[aria-label="Timeline: Trending now"] {
display: none;
}
}