Skip to content

Commit

Permalink
hide even more grok
Browse files Browse the repository at this point in the history
  • Loading branch information
usyless committed Jan 14, 2025
1 parent 9e46bff commit 985c67c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/element_hiding.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
'a[href="/i/grok"]',
'button[aria-label="Grok actions"]',
'div:has(> div[data-testid^="followups_"] + nav > div > div[data-testid="ScrollSnap-SwipeableList"])',
'button[aria-label="Enhance your post with Grok"]'
'button[aria-label="Enhance your post with Grok"]',
'button[aria-label="Profile Summary"]',
'div.css-175oi2r.r-1777fci.r-1wzrnnt'
],
hide_jobs: ['a[href="/jobs"]'],
hide_lists: ['a[href*="/lists"]'],
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Improvements for Twitter",
"version": "1.1.1.5",
"version": "1.1.2",
"author": "usy",
"homepage_url": "https://github.com/usyless/twitter-improvements",
"description": "Various helpful additions and changes for Twitter",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Improvements for Twitter",
"version": "1.1.1.5",
"version": "1.1.2",
"author": "usy",
"homepage_url": "https://github.com/usyless/twitter-improvements",
"description": "Various helpful additions and changes for Twitter",
Expand Down

0 comments on commit 985c67c

Please sign in to comment.