Hide Twitter's "Trending now" section on the right-hand side.
twitter.com - hide "Trending now" section by aspiers
Details
Authoraspiers
LicenseCC Zero
Categorytwitter.com
Created
Updated
Size381 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 twitter.com - hide "Trending now" section
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide Twitter's "Trending now" section on the right-hand side
@author Adam Spiers
==/UserStyle== */
@-moz-document domain("twitter.com") {
div[aria-label="Timeline: Trending now"] {
display: none;
}
}