diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:39:07 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:43:43 -0400 |
commit | f168193e64793621652a86a3b2f238fe153f5b65 (patch) | |
tree | 70e2fd53eb269a1a8caab6a875d0271d74a4cf12 /userstuff/google-docs | |
parent | 07f1dd42bcecd27b2bd6c7a6cfaa01f4fb40293b (diff) |
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.
Diffstat (limited to 'userstuff/google-docs')
-rw-r--r-- | userstuff/google-docs/Banish Gemini.user.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 |