# HG changeset patch # User Paul Fisher # Date 1750168626 14400 # Node ID 464a6d95441bbdb0f0c61f2ce78c61f434301b2e # Parent 6661e33327c6f4c25a3477f939c255329c30d972 Actually include YT button; hide "analyze this data" in Sheets. diff -r 6661e33327c6 -r 464a6d95441b extension/css/docs.css --- 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; } diff -r 6661e33327c6 -r 464a6d95441b extension/manifest.json --- 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/*" + ] } ] }