Removes "Grok", "Premium" and "Verified Orgs" tabs from the main sidebar, as well as "Ads", "Jobs", "Create your Space" from the "More" popup. And a lot more!
De-bloat Twitter/X by Zeitheron
Details
AuthorZeitheron
LicenseNo License
CategoryTwitter
Created
Updated
Code size702 B
Code checksumc267b35e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name De-bloat Twitter/X
@version 20250103.23.33
@namespace https://userstyles.world/user/Zeitheron
@description Removes "Grok" and "Premium" tabs from the main sidebar, as well as "Ads", "Jobs", "Create your Space" from the "More" popup.
@author Zeitheron
@license No License
==/UserStyle== */
@-moz-document domain("x.com"), domain("twitter.com") {
a[href='/i/grok'],
a[href='/i/premium_sign_up'],
a[href='/i/spaces/start'],
a[href='/jobs'],
a[href='/i/verified-orgs-signup'],
a[href='/settings/monetization'],
div > button[data-testid="grokImgGen"],
div > div > aside[aria-label="Try Premium for free today"] {
display: none;
}
}