Removes Grok, Premium, Highlights, Jobs, Verified orgs and Articles from the sidebar
Clean X Sidebar by fakesuu

Details
Authorfakesuu
Licensenone
Categoryx
Created
Updated
Code size1.2 kB
Code checksumabb4f3a1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Clean X Sidebar
@version 2.0
@namespace https://userstyles.world/user/fakesuu
@description Removes Grok, Premium, Jobs, Verified Orgs and Ads from the sidebar
@author fakesuu
@license none
==/UserStyle== */
@-moz-document url-prefix("https://x.com/") {
a[href*='premium_sign_up'] {
display: none;
}
a[href*='jobs'] {
display: none;
}
a[href*='gl-tw-tw-twitter-ads-rweb'] {
display: none;
}
a[href*='verified-orgs-signup'] {
display: none;
}
[aria-label="Grok"],
nav [href="/i/grok"] {
display: none;
}
section > div > div > div:has(img[src$="grok2_upsell_candidate_1.png"]),
section > div > div > div:has(img[src$="grok2_upsell_candidate_1.png"]) + div {
display: none;
}
section > div > div > div:has(a[href^="/i/grok"]),
section > div > div > div:has(a[href^="/i/grok"]) + div {
display: none;
}
div:has(> button[data-testid="grokImgGen"]) {
display: none;
}
div:has(> button[aria-label="Grok actions"]) {
display: none;
}
button[aria-label="Profile Summary"] {
display: none;
}
[data-testid="GrokDrawer"] {
display: none;
}
}