Skip to content

Instantly share code, notes, and snippets.

@kmwalsh
Created June 24, 2025 20:25
Show Gist options
  • Save kmwalsh/81661063bfa8e4f691f532c6fab978bb to your computer and use it in GitHub Desktop.
Save kmwalsh/81661063bfa8e4f691f532c6fab978bb to your computer and use it in GitHub Desktop.
go AWAY, gemini (user stylesheet)
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