Created
June 24, 2025 20:25
-
-
Save kmwalsh/81661063bfa8e4f691f532c6fab978bb to your computer and use it in GitHub Desktop.
go AWAY, gemini (user stylesheet)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div[data-tooltip*="Help me write"], //gemini email helper | |
div[aria-label*="Refine"], //docs gemini inline "refine" button | |
#docs-sidekick-button-container, //gemini toolbar in docs | |
div[style=""].nH:has(span[data-label="Summarize this email"]):not([role="main"]) //gemini email summary | |
{ | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment