Hide useless AI and other crap
Hide elon shit by Lounek09
Details
AuthorLounek09
LicenseNo License
Categoryhttps://x.com
Created
Updated
Size655 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 Hide elon shit
@version 20250120.16.18
@namespace 000
@description Hide useless AI and other crap
@author Lounek09
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://x.com/") {
a[href*="grok"],
a[href*="premium_sign_up"],
a[href*="highlights"],
a[href*="articles"],
a[href*="verified-orgs"],
div > div[data-testid="GrokDrawer"],
div > button[data-testid="grokImgGen"],
div > button[aria-label="Grok actions"],
button[aria-label="Profile Summary"],
div:has(> div > aside[aria-label="Subscribe to Premium"])
{
display: none;
}
}