Last active
April 27, 2026 13:32
-
-
Save sophiethefox/8510e3435307013a9315ab78a3fa4cf2 to your computer and use it in GitHub Desktop.
uBlock Origin filter list for Grok buttons on Twitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! probably not the best, threw together for personal use | |
| ! profile hovering, "profile summary" | |
| x.com##div[data-testid="HoverCard"]>div>div>div>button>div>span>span:has-text(Profile Summary):upward(4) | |
| x.com##div[data-testid="HoverCard"]>div>div>div>button>span>span>span:has-text(Profile Summary):upward(4) | |
| x.com##button[aria-label="Profile Summary"] | |
| ! grok button in toolbar | |
| x.com##div[data-testid="toolBar"]>nav>div>div[data-testid="ScrollSnap-SwipeableList"]>div>div>button[data-testid="grokImgGen"]:upward(1) | |
| ! grok button in sidebar | |
| x.com##nav>a[aria-label="Grok"] | |
| ! grok button beside explore sidebar | |
| x.com##path[d="M2.205 7.423L11.745 21h4.241L6.446 7.423H2.204zm4.237 7.541L2.2 21h4.243l2.12-3.017-2.121-3.02zM16.957 0L9.624 10.435l2.122 3.02L21.2 0h-4.243zm.767 6.456V21H21.2V1.51l-3.476 4.946z"]:upward(div[data-testid="GrokDrawer"]) | |
| ! explain this post | |
| x.com##button[aria-label="Grok actions"]:upward(1) | |
| ! grok prompts on post | |
| x.com##path[d="M2.205 7.423L11.745 21h4.241L6.446 7.423H2.204zm4.237 7.541L2.2 21h4.243l2.12-3.017-2.121-3.02zM16.957 0L9.624 10.435l2.122 3.02L21.2 0h-4.243zm.767 6.456V21H21.2V1.51l-3.476 4.946z"]:upward(div[data-testid="ScrollSnap-SwipeableList"]):not(:has(path[d="M3 5.5C3 4.119 4.119 3 5.5 3h13C19.881 3 21 4.119 21 5.5v13c0 1.381-1.119 2.5-2.5 2.5h-13C4.119 21 3 19.881 3 18.5v-13zM5.5 5c-.276 0-.5.224-.5.5v9.086l3-3 3 3 5-5 3 3V5.5c0-.276-.224-.5-.5-.5h-13zM19 15.414l-3-3-5 5-3-3-3 3V18.5c0 .276.224.5.5.5h13c.276 0 .5-.224.5-.5v-3.086zM9.75 7C8.784 7 8 7.784 8 8.75s.784 1.75 1.75 1.75 1.75-.784 1.75-1.75S10.716 7 9.75 7z"])) | |
| ! twt premium advertising because ofc | |
| x.com##path[d="M10.59 12L4.54 5.96l1.42-1.42L12 10.59l6.04-6.05 1.42 1.42L13.41 12l6.05 6.04-1.42 1.42L12 13.41l-6.04 6.05-1.42-1.42L10.59 12z"]:upward(div:has(button)):has(span:has-text(/Access your post analytics/)):upward(1) | |
| x.com##aside[aria-label="Subscribe to Premium"]:upward(1) | |
| ! "join the verified circle" | |
| x.com##div[data-testid="verified_profile_upsell"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment