# HG changeset patch # User Paul Fisher # Date 1727220391 14400 # Node ID 4802c0568c26435bd3a33607c129897ca0da9cd1 Initial version of extension. diff -r 000000000000 -r 4802c0568c26 extension/css/docs.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extension/css/docs.css Tue Sep 24 19:26:31 2024 -0400 @@ -0,0 +1,5 @@ +/* top toolbar */ #docs-sidekick-button-container, +/* slides mini-toolbar */ #docs-side-toolbar .image-generation-prominent-toolbar-button, +/* docs floating comment thingy */ .docs-instant-bubble-container .superfab-aitextgeneratormenu-button { + display: none !important; +} diff -r 000000000000 -r 4802c0568c26 extension/css/drive.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extension/css/drive.css Tue Sep 24 19:26:31 2024 -0400 @@ -0,0 +1,3 @@ +/* top toolbar */ #WWNEkf { + display: none !important; +} diff -r 000000000000 -r 4802c0568c26 extension/css/mail.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extension/css/mail.css Tue Sep 24 19:26:31 2024 -0400 @@ -0,0 +1,5 @@ +/* top toolbar */ .Zmxtcf.e5IPTd, +/* "summarize this email" */ html body .nH .nH .einvLd, +/* "help me write" */ .wG.J-Z-I.bDl { + display: none !important; +} diff -r 000000000000 -r 4802c0568c26 extension/icons/128.png Binary file extension/icons/128.png has changed diff -r 000000000000 -r 4802c0568c26 extension/icons/16.png Binary file extension/icons/16.png has changed diff -r 000000000000 -r 4802c0568c26 extension/icons/256.png Binary file extension/icons/256.png has changed diff -r 000000000000 -r 4802c0568c26 extension/icons/32.png Binary file extension/icons/32.png has changed diff -r 000000000000 -r 4802c0568c26 extension/icons/64.png Binary file extension/icons/64.png has changed diff -r 000000000000 -r 4802c0568c26 extension/manifest.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extension/manifest.json Tue Sep 24 19:26:31 2024 -0400 @@ -0,0 +1,31 @@ +{ + "manifest_version": 3, + "name": "Hide Gemini", + "version": "0.1", + "icons": { + "16": "icons/16.png", + "32": "icons/32.png", + "64": "icons/64.png", + "128": "icons/128.png", + "256": "icons/256.png" + }, + "description": "Hides Gemini elements from Google properties.", + "content_scripts": [ + { + "css": ["css/docs.css"], + "matches": [ + "https://docs.google.com/document/d/*", + "https://docs.google.com/presentation/d/*", + "https://docs.google.com/spreadsheets/d/*" + ] + }, + { + "css": ["css/drive.css"], + "matches": ["https://drive.google.com/drive/*"] + }, + { + "css": ["css/mail.css"], + "matches": ["https://mail.google.com/mail/*"] + } + ] +} diff -r 000000000000 -r 4802c0568c26 store/listing.png Binary file store/listing.png has changed diff -r 000000000000 -r 4802c0568c26 store/listing.webp Binary file store/listing.webp has changed diff -r 000000000000 -r 4802c0568c26 store/svg.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/store/svg.svg Tue Sep 24 19:26:31 2024 -0400 @@ -0,0 +1,167 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +