Mercurial > personal > no-gemini
changeset 55:f6cb2f2cbb0b
Hide more stuff and fix shopping.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Fri, 23 Jan 2026 23:55:19 -0500 |
| parents | 7af5f3d7ec03 |
| children | 787f2a616d0f |
| files | extension/css/docs.css extension/css/drive.css extension/css/mail.css extension/css/search.css |
| diffstat | 4 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/extension/css/docs.css Sun Dec 14 20:39:38 2025 -0500 +++ b/extension/css/docs.css Fri Jan 23 23:55:19 2026 -0500 @@ -1,4 +1,5 @@ /* top toolbar */ #docs-sidekick-button-container, +/* top toolbar (different) */ .appsElementsSidekickEntryPointRoot, /* slides mini-toolbar */ #docs-side-toolbar .image-generation-prominent-toolbar-button, /* docs floating comment thingy */ .docs-instant-bubble-container .superfab-aitextgeneratormenu-button, /* Drive "summarize this table" */ .FormulaBarContainerGeminiSummarizeButton,
--- a/extension/css/drive.css Sun Dec 14 20:39:38 2025 -0500 +++ b/extension/css/drive.css Fri Jan 23 23:55:19 2026 -0500 @@ -1,4 +1,5 @@ /* top toolbar */ #WWNEkf, +/* top toolbar (different) */ .fkkwSc, /* "summarize this file" toolbar */ .iQnZTe.SMHH7, /* gemini toolbar */ .vfUWtf, /* "summarize this folder" */ #summarizeFolder,
--- a/extension/css/mail.css Sun Dec 14 20:39:38 2025 -0500 +++ b/extension/css/mail.css Fri Jan 23 23:55:19 2026 -0500 @@ -1,7 +1,9 @@ /* top toolbar */ .Zmxtcf, +/* top toolbar (different) .r4vW1e, /* "help me write" */ .wG.J-Z-I.bDl, .jKzJCd, /* suggested replies */ .B6t8wd, /* blue "summary" box (added 2025-09) */ .eJPjde, -/* "summarize this email" v2.0 */ .einvLd { +/* "summarize this email" v2.0 */ .einvLd, +/* AI search result summaries */ .JLWipf { display: none !important; }
--- a/extension/css/search.css Sun Dec 14 20:39:38 2025 -0500 +++ b/extension/css/search.css Fri Jan 23 23:55:19 2026 -0500 @@ -1,6 +1,6 @@ /* AI summary */ .h7Tj7e, /* AI summary wrapper (?) */ .Wm5I1e, -/* AI loading screen */ .bzXtMb, +/* AI loading screen */ .EjQTId .Kevs9, /* AI-generated "people also ask" */ .related-question-pair:has(.XTvndd), /* AI-generated "things to know" */ [jscontroller=Elkdbc], /* AI Mode homepage button */ button.plR5qb,
