Mercurial > personal > no-gemini
annotate extension/css/docs.css @ 37:05e3a2eb1b30 default tip
Bump to v0.2.23
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 16 Oct 2025 12:28:39 -0400 |
parents | 7c3bfcb83d80 |
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, |
18
60347e04b78f
Use icon selectors to avoid locale-dependent code for menu items.
Paul Fisher <paul@pfish.zone>
parents:
17
diff
changeset
|
5 /* "Help me write"/GenAI menu items */ .goog-menuitem:has( |
60347e04b78f
Use icon selectors to avoid locale-dependent code for menu items.
Paul Fisher <paul@pfish.zone>
parents:
17
diff
changeset
|
6 .docs-icon-ai-text-generator-18, |
60347e04b78f
Use icon selectors to avoid locale-dependent code for menu items.
Paul Fisher <paul@pfish.zone>
parents:
17
diff
changeset
|
7 .docs-icon-image-generation-18, |
60347e04b78f
Use icon selectors to avoid locale-dependent code for menu items.
Paul Fisher <paul@pfish.zone>
parents:
17
diff
changeset
|
8 .docs-icon-spark-18x18, |
60347e04b78f
Use icon selectors to avoid locale-dependent code for menu items.
Paul Fisher <paul@pfish.zone>
parents:
17
diff
changeset
|
9 .docs-icon-summarize-auto-18x18, |
60347e04b78f
Use icon selectors to avoid locale-dependent code for menu items.
Paul Fisher <paul@pfish.zone>
parents:
17
diff
changeset
|
10 .docs-icon-summarize-auto-24x24), |
12
f62ccc5b03c8
Hide more items and fix URL patterns.
Paul Fisher <paul@pfish.zone>
parents:
8
diff
changeset
|
11 /* "Help me create a table" */ .building-blocks-sidekick-entrypoint-button, |
17
6e36a73972d0
Hide "building blocks" and other AI crap in Docs.
Outside contributor <dev.null@pfish.zone>
parents:
12
diff
changeset
|
12 /* "modify with a prompt" */ .docs-bubble-material:has(.docs-icon-ai-text-20), |
18
60347e04b78f
Use icon selectors to avoid locale-dependent code for menu items.
Paul Fisher <paul@pfish.zone>
parents:
17
diff
changeset
|
13 /* "AI summary" building block in sidebar */ .building-block-card-content-container:has(.docs-icon-summarize-auto-24x24), |
21
464a6d95441b
Actually include YT button; hide "analyze this data" in Sheets.
Paul Fisher <paul@pfish.zone>
parents:
18
diff
changeset
|
14 /* "summarize this file" */ .docs-link-bubble-sidekick-prompt-button-card-component, |
36
7c3bfcb83d80
Add more crap that now appears in Google Sheets.
Paul Fisher <paul@pfish.zone>
parents:
21
diff
changeset
|
15 /* "analyze this data" */ .waffle-griddy-suggestions-bubble-container, |
7c3bfcb83d80
Add more crap that now appears in Google Sheets.
Paul Fisher <paul@pfish.zone>
parents:
21
diff
changeset
|
16 /* Insert AI column */ .extendTableControlsOverlayColumnsmithIcon, |
7c3bfcb83d80
Add more crap that now appears in Google Sheets.
Paul Fisher <paul@pfish.zone>
parents:
21
diff
changeset
|
17 /* prompt in "create pivot table" */ .waffle-sdsd-gemini-entrypoint-wrapper, |
7c3bfcb83d80
Add more crap that now appears in Google Sheets.
Paul Fisher <paul@pfish.zone>
parents:
21
diff
changeset
|
18 /* AI menu items */ .goog-menuitem.ai-standard-menu-item |
21
464a6d95441b
Actually include YT button; hide "analyze this data" in Sheets.
Paul Fisher <paul@pfish.zone>
parents:
18
diff
changeset
|
19 { |
0 | 20 display: none !important; |
21 } |