Skip to content

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

Just hides the Grok button at the lower right

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;
}
}

Reviews

No reviews yet.