Skip to content

Twitter - Hide trending topics box by sometechbro

Details

Authorsometechbro

LicenseNo License

CategoryTwitter

Created

Updated

Size607 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the trending topics or "What's Happening" box on Twitter. I see too much bad stuff in there and it's algorithmically manipulated anyway, so not really an accurate picture of "what's going on in the world." Twitter is much better with it gone.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Twitter - Hide trending topics box
@version      20211229.23.20
@namespace    userstyles.world/user/sometechbro
@description  Hides the trending topics or "What's Happening" box on Twitter. I see too much bad stuff in there and it's algorithmically manipulated anyway, so not really an accurate picture of "what's going on in the world." Twitter is much better with it gone.
@author       sometechbro
@license      No License
==/UserStyle== */

@-moz-document domain("twitter.com") {
  [aria-label="Timeline: Trending now"] {
      display: none !important;
  }
}

Reviews

No reviews yet.