Merge pull request #172 from TrentShailer/main

Remove Gmail's, Google Drive's, Google Doc's "Try Gemini" button
This commit is contained in:
laylavish 2025-06-13 20:12:21 +00:00 committed by GitHub
commit fa15d6de41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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, 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()