Mercurial > personal > no-gemini
annotate extension/css/docs.css @ 12:f62ccc5b03c8
Hide more items and fix URL patterns.
- Hides a bunch of Gemini menu items and buttons within Sheets and Docs.
(Thanks, Laura!)
- Fixes multilogin issues / the fact that things wouldn't hide when you
when to docs.new / sheets.new / slides.new. (Thanks, Ben!)
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 11 Feb 2025 23:11:21 -0500 |
parents | 42cdeba9bdb9 |
children |
rev | line source |
---|---|
0 | 1 /* top toolbar */ #docs-sidekick-button-container, |
2 /* slides mini-toolbar */ #docs-side-toolbar .image-generation-prominent-toolbar-button, | |
2 | 3 /* docs floating comment thingy */ .docs-instant-bubble-container .superfab-aitextgeneratormenu-button, |
8
42cdeba9bdb9
Add summarize button in Sheets and AI elements in Ads.
Paul Fisher <paul@pfish.zone>
parents:
2
diff
changeset
|
4 /* Drive "summarize this table" */ .FormulaBarContainerGeminiSummarizeButton, |
12
f62ccc5b03c8
Hide more items and fix URL patterns.
Paul Fisher <paul@pfish.zone>
parents:
8
diff
changeset
|
5 /* "Help me write"/GenAI menu items */ .goog-menuitem:has(.docs-icon-ai-text-generator-18, .docs-icon-image-generation-18, .docs-icon-spark-18x18), |
f62ccc5b03c8
Hide more items and fix URL patterns.
Paul Fisher <paul@pfish.zone>
parents:
8
diff
changeset
|
6 /* "Help me create a table" */ .building-blocks-sidekick-entrypoint-button, |
f62ccc5b03c8
Hide more items and fix URL patterns.
Paul Fisher <paul@pfish.zone>
parents:
8
diff
changeset
|
7 /* "summarize this file" */ .docs-link-bubble-sidekick-prompt-button-card-component { |
0 | 8 display: none !important; |
9 } |