Just hides the Grok button at the lower right
JustHideGrokButton by expiteRz
Details
AuthorexpiteRz
LicenseNo License
Categorytwitter
Created
Updated
Size369 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 JustHideGrokButton
@version 20250118.15.45
@namespace https://userstyles.world/user/zearlation
@description Just hides the Grok button at the lower right
@author zearlation
==/UserStyle== */
@-moz-document url-prefix("https://x.com"), url-prefix("https://twitter.com") {
[data-testid="GrokDrawer"] {
display: none;
}
}