annotate extension/css/docs.css @ 17:6e36a73972d0

Hide "building blocks" and other AI crap in Docs.
author Outside contributor <dev.null@pfish.zone>
date Sat, 26 Apr 2025 00:10:47 -0400
parents f62ccc5b03c8
children 60347e04b78f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4802c0568c26 Initial version of extension.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
1 /* top toolbar */ #docs-sidekick-button-container,
4802c0568c26 Initial version of extension.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
2 /* slides mini-toolbar */ #docs-side-toolbar .image-generation-prominent-toolbar-button,
2
e862bd8f7d82 Add some new Gemini crap.
Paul Fisher <paul@pfish.zone>
parents: 0
diff changeset
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,
17
6e36a73972d0 Hide "building blocks" and other AI crap in Docs.
Outside contributor <dev.null@pfish.zone>
parents: 12
diff changeset
7 /* "AI summary" building block in @ popup menu */ .goog-menuitem[aria-label="Insert AI summary"],
6e36a73972d0 Hide "building blocks" and other AI crap in Docs.
Outside contributor <dev.null@pfish.zone>
parents: 12
diff changeset
8 /* "modify with a prompt" */ .docs-bubble-material:has(.docs-icon-ai-text-20),
6e36a73972d0 Hide "building blocks" and other AI crap in Docs.
Outside contributor <dev.null@pfish.zone>
parents: 12
diff changeset
9 /* "AI summary" building block in sidebar */ .building-block-card-content-container[aria-label="Click to insert AI summary"],
12
f62ccc5b03c8 Hide more items and fix URL patterns.
Paul Fisher <paul@pfish.zone>
parents: 8
diff changeset
10 /* "summarize this file" */ .docs-link-bubble-sidekick-prompt-button-card-component {
0
4802c0568c26 Initial version of extension.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
11 display: none !important;
4802c0568c26 Initial version of extension.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
12 }