From 58f5fbbf157d0d9a21fcef53ec3db63b4dda77af Mon Sep 17 00:00:00 2001 From: Trent Shailer Date: Sat, 31 May 2025 15:54:50 +1200 Subject: [PATCH 1/3] Hide Gmail's try Gemini button --- list.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/list.txt b/list.txt index 683cf60..db596ad 100644 --- a/list.txt +++ b/list.txt @@ -3623,3 +3623,6 @@ github.com##li > a[href$="/copilot"]:upward(li) ! // Just in case exceptions mail.google.com#@#a[href*="/play.ht"]:upward(2):remove() mail.google.com#@#a[href*=".play.ht"]:upward(2):remove() + +! // Gmail: Try Gemini button +mail.google.com##div[role="tooltip"]:has-text(Try Gemini):upward(3) From 8f39a5afeb61e4c9aa2149b2ccd3dbe93cd1e7b6 Mon Sep 17 00:00:00 2001 From: Trent Shailer Date: Sat, 31 May 2025 15:59:31 +1200 Subject: [PATCH 2/3] Remove Gmail's Try Gemini button --- list.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list.txt b/list.txt index db596ad..b648d26 100644 --- a/list.txt +++ b/list.txt @@ -3625,4 +3625,4 @@ mail.google.com#@#a[href*="/play.ht"]:upward(2):remove() mail.google.com#@#a[href*=".play.ht"]:upward(2):remove() ! // Gmail: Try Gemini button -mail.google.com##div[role="tooltip"]:has-text(Try Gemini):upward(3) +mail.google.com##div[role="tooltip"]:has-text(Try Gemini):upward(3):remove() From 43ad443d2f9269964ce3bc33b73196adfde21c46 Mon Sep 17 00:00:00 2001 From: Trent Shailer Date: Sat, 31 May 2025 16:11:14 +1200 Subject: [PATCH 3/3] Update to include Google Drive and Docs --- list.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/list.txt b/list.txt index b648d26..246ccce 100644 --- a/list.txt +++ b/list.txt @@ -3624,5 +3624,5 @@ github.com##li > a[href$="/copilot"]:upward(li) mail.google.com#@#a[href*="/play.ht"]:upward(2):remove() mail.google.com#@#a[href*=".play.ht"]:upward(2):remove() -! // Gmail: Try Gemini button -mail.google.com##div[role="tooltip"]:has-text(Try Gemini):upward(3):remove() +! // Gmail, Google Drive, Google Docs: Try Gemini button +mail.google.com,drive.google.com,docs.google.com##div[role="tooltip"]:has-text(Try Gemini):upward(3):remove()