« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/userstuff/google-docs/Banish Gemini.user.css
diff options
context:
space:
mode:
Diffstat (limited to 'userstuff/google-docs/Banish Gemini.user.css')
-rw-r--r--userstuff/google-docs/Banish Gemini.user.css9
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