diff options
Diffstat (limited to 'userstuff/google-docs/Banish Gemini.user.css')
-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 |