Skip to content

Twitter: hide Grok in sidebar by rybak

Screenshot of Twitter: hide Grok in sidebar

Details

Authorrybak

LicenseCC Zero

Categorytwitter.com

Created

Updated

Size396 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the item "Grok" in the sidebar

Notes

Source code

/* ==UserStyle==
@name        Twitter: hide Grok in sidebar
@namespace   github.com/rybak
@version     1
@description Hides the item "Grok" in the sidebar
@homepageURL https://github.com/rybak/
@license     CC Zero
@author      Andrei Rybak
==/UserStyle== */

@-moz-document domain("twitter.com") {
    [aria-label="Grok"],
    nav [href="/i/grok"] {
        display: none;
    }
}

Reviews

No reviews yet.