changeset 29:ed2d3ca3080b

Update description; add new summary stuff in GMail.
author Paul Fisher <paul@pfish.zone>
date Sat, 04 Oct 2025 14:55:41 -0400
parents cfa03c5f24c7
children be3daf3ad9b8
files extension/css/mail.css extension/manifest.json
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/extension/css/mail.css	Fri Oct 03 14:53:42 2025 -0400
+++ b/extension/css/mail.css	Sat Oct 04 14:55:41 2025 -0400
@@ -1,6 +1,6 @@
 /* top toolbar */ .Zmxtcf,
-/* "summarize this email" */ html body .nH .nH .einvLd,
 /* "help me write" */ .wG.J-Z-I.bDl, .jKzJCd,
-/* suggested replies */ .B6t8wd {
+/* suggested replies */ .B6t8wd,
+/* blue "summary" box (added 2025-09) */ .eJPjde {
     display: none !important;
 }
--- a/extension/manifest.json	Fri Oct 03 14:53:42 2025 -0400
+++ b/extension/manifest.json	Sat Oct 04 14:55:41 2025 -0400
@@ -1,6 +1,6 @@
 {
     "manifest_version": 3,
-    "name": "Hide Gemini",
+    "name": "Hide Gemini and Google AI",
     "version": "0.2.18",
     "icons": {
         "16": "icons/16.png",
@@ -12,7 +12,7 @@
     "browser_specific_settings": {
         "gecko": {"id": "{f5870d8d-9ad4-411b-9f9e-3e176e4b1541}"}
     },
-    "description": "Hides Gemini elements from Google properties.",
+    "description": "Hides AI-generated elements from Google properties, like search results, Google Drive, and more.",
     "content_scripts": [
         {
             "css": ["css/ads.css"],