Removes "Grok", "Premium" and "Verified Orgs" tabs from the main sidebar, as well as "Ads", "Jobs", "Create your Space" from the "More" popup.
De-bloat Twitter/X by Zeitheron
Details
AuthorZeitheron
LicenseNo License
CategoryTwitter
Created
Updated
Size600 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 De-bloat Twitter/X
@version 20240628.01.05
@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'] {
display: none;
}
}