changeset 11:ad2ca744bcbb default tip

Hide Gemini thingy in Chat as well. This loosens the CSS selector for the button to use just one class, but it's probably fine.
author Paul Fisher <paul@pfish.zone>
date Mon, 03 Feb 2025 23:54:00 -0500
parents 2b89067741fb
children
files extension/css/mail.css extension/manifest.json
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extension/css/mail.css	Tue Jan 28 01:36:20 2025 -0500
+++ b/extension/css/mail.css	Mon Feb 03 23:54:00 2025 -0500
@@ -1,4 +1,4 @@
-/* top toolbar */ .Zmxtcf.e5IPTd,
+/* top toolbar */ .Zmxtcf,
 /* "summarize this email" */ html body .nH .nH .einvLd,
 /* "help me write" */ .wG.J-Z-I.bDl, .jKzJCd,
 /* suggested replies */ .B6t8wd {
--- a/extension/manifest.json	Tue Jan 28 01:36:20 2025 -0500
+++ b/extension/manifest.json	Mon Feb 03 23:54:00 2025 -0500
@@ -1,7 +1,7 @@
 {
     "manifest_version": 3,
     "name": "Hide Gemini",
-    "version": "0.2.7",
+    "version": "0.2.8",
     "icons": {
         "16": "icons/16.png",
         "32": "icons/32.png",
@@ -38,7 +38,12 @@
         },
         {
             "css": ["css/mail.css"],
-            "matches": ["https://mail.google.com/mail/*"]
+            "matches": [
+                "https://mail.google.com/chat",
+                "https://mail.google.com/chat/*",
+                "https://mail.google.com/mail",
+                "https://mail.google.com/mail/*"
+            ]
         },
         {
             "css": ["css/search.css"],