Skip to content

Hide "What's happening" box in Twitter by nikou

Details

Authornikou

LicenseNo License

Categorytwitter

Created

Updated

Size623 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the "What's happening" box in Twitter

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Twitter - Hide "What's happening"
@namespace      github.com/openstyles/stylus
@version        1.0.4
@description    Hides the "What's happening" box in Twitter
@author         Nikou
==/UserStyle== */

@-moz-document domain("twitter.com") {
    
    /* Skip the 2nd and 3rd class selector to work any visual theme */
    div.css-1dbjc4n.r-1867qdf.r-1phboty.r-rs99b7.r-1ifxtd0.r-1udh08x section {
        display: none !important;
    }
    
    [aria-label="Cronología: Tendencias del momento"],
    [aria-label="Timeline: Trending now"] {
        display: none;
    }
}

Reviews

No reviews yet.