Removes the Gemeni button from Gmail and Google Docs.
NO MORE GEMENI by griffenhiggins

Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://docs.google.com/
Created
Updated
Code size458 B
Code checksum85f9fe27
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
If I find more instances of the Gemeni button this userstyle will be updated to remove those too.
Source code
/* ==UserStyle==
@name NO MORE GEMENI
@version 20250320.20.33
@namespace https://userstyles.world/user/griffenhiggins
@description Removes the Gemeni button from Gmail and Google Docs.
@author griffenhiggins
@license No License
==/UserStyle== */
@-moz-document domain("docs.google.com"), domain("mail.google.com"), domain("drive.google.com") {
#docs-sidekick-gen-ai-promo-button-container, .e5IPTd {
display: none !important;
}
}