changeset 21:464a6d95441b

Actually include YT button; hide "analyze this data" in Sheets.
author Paul Fisher <paul@pfish.zone>
date Tue, 17 Jun 2025 09:57:06 -0400
parents 6661e33327c6
children a1fb69eaf3ec
files extension/css/docs.css extension/manifest.json
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extension/css/docs.css	Tue Jun 17 09:20:41 2025 -0400
+++ b/extension/css/docs.css	Tue Jun 17 09:57:06 2025 -0400
@@ -11,6 +11,8 @@
 /* "Help me create a table" */ .building-blocks-sidekick-entrypoint-button,
 /* "modify with a prompt" */ .docs-bubble-material:has(.docs-icon-ai-text-20),
 /* "AI summary" building block in sidebar */ .building-block-card-content-container:has(.docs-icon-summarize-auto-24x24),
-/* "summarize this file" */ .docs-link-bubble-sidekick-prompt-button-card-component {
+/* "summarize this file" */ .docs-link-bubble-sidekick-prompt-button-card-component,
+/* "analyze this data" */ .waffle-griddy-suggestions-bubble-container
+{
     display: none !important;
 }
--- a/extension/manifest.json	Tue Jun 17 09:20:41 2025 -0400
+++ b/extension/manifest.json	Tue Jun 17 09:57:06 2025 -0400
@@ -1,7 +1,7 @@
 {
     "manifest_version": 3,
     "name": "Hide Gemini",
-    "version": "0.2.13",
+    "version": "0.2.14",
     "icons": {
         "16": "icons/16.png",
         "32": "icons/32.png",
@@ -439,6 +439,12 @@
                 "https://www.google.cat/search",
                 "https://www.google.cat/search?*"
             ]
+        },
+        {
+            "css": ["css/youtube.css"],
+            "matches": [
+                "https://www.youtube.com/*"
+            ]
         }
     ]
 }