From f168193e64793621652a86a3b2f238fe153f5b65 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 20 Jan 2025 10:39:07 -0400 Subject: userstuff: initial commit Userscripts and userstyles. Extension/platform-agnostic. At the moment we're using the macOS 'Userscripts' app (from the app store), which we've configured to point to a folder in iCloud Documents, 'Userscripts Folder'. 'Userscripts Folder' is flat and each file is hardlinked with the appropriate placement in userstuff, though we haven't checked if the Userscripts app breaks hardlinks or not. --- userstuff/google-docs/Banish Gemini.user.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 userstuff/google-docs/Banish Gemini.user.css (limited to 'userstuff/google-docs/Banish Gemini.user.css') diff --git a/userstuff/google-docs/Banish Gemini.user.css b/userstuff/google-docs/Banish Gemini.user.css new file mode 100644 index 0000000..04f78cc --- /dev/null +++ b/userstuff/google-docs/Banish Gemini.user.css @@ -0,0 +1,9 @@ +/* ==UserStyle== +@name Banish Gemini +@description Removes Gemini promo button from Google Docs, etc +@match https://docs.google.com/* +==/UserStyle== */ + +#docs-sidekick-gen-ai-promo-button-container { + display: none; +} \ No newline at end of file -- cgit 1.3.0-6-gf8a5