# HG changeset patch # User Paul Fisher # Date 1738644840 18000 # Node ID ad2ca744bcbb9e5f8905f4103002ff332bd29234 # Parent 2b89067741fb79d5aa0be84eaa0cbd354cb24682 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. diff -r 2b89067741fb -r ad2ca744bcbb extension/css/mail.css --- 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 { diff -r 2b89067741fb -r ad2ca744bcbb extension/manifest.json --- 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"],