# HG changeset patch # User Paul Fisher # Date 1737062208 18000 # Node ID cf7ff331daccbe00368ce0d3b9e1c99aca638900 # Parent 05ababfe867c0f2f40eb50c05fb5f24bb2561203 Add new "summarize this file" that has appeared in Drive. diff -r 05ababfe867c -r cf7ff331dacc extension/css/drive.css --- a/extension/css/drive.css Sat Jan 04 20:39:21 2025 -0500 +++ b/extension/css/drive.css Thu Jan 16 16:16:48 2025 -0500 @@ -1,4 +1,7 @@ /* top toolbar */ #WWNEkf, -/* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button { +/* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button, +/* "summarize this file" toolbar */ .iQnZTe.SMHH7, +/* there appears to be no easy way to hide the "summarize this file" menu item :( */ +/* gemini toolbar */ .vfUWtf { display: none !important; } diff -r 05ababfe867c -r cf7ff331dacc extension/manifest.json --- a/extension/manifest.json Sat Jan 04 20:39:21 2025 -0500 +++ b/extension/manifest.json Thu Jan 16 16:16:48 2025 -0500 @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Hide Gemini", - "version": "0.2.3", + "version": "0.2.4", "icons": { "16": "icons/16.png", "32": "icons/32.png",