Skip to content

Instantly share code, notes, and snippets.

@maartenberg
Last active July 8, 2025 09:32
Show Gist options
  • Select an option

  • Save maartenberg/59de6ee65def9410f3be02c35d6738b0 to your computer and use it in GitHub Desktop.

Select an option

Save maartenberg/59de6ee65def9410f3be02c35d6738b0 to your computer and use it in GitHub Desktop.
AI-button blocker filter list. To add this to your uBlock Origin or other adblocker, copy the following URL: https://gist.githubusercontent.com/maartenberg/59de6ee65def9410f3be02c35d6738b0/raw/AInietbellen.txt
! Title: Maarten's AI-button blocker list
! Version: 9
! Homepage: https://gist.github.com/maartenberg/59de6ee65def9410f3be02c35d6738b0
! Blocks the div containing the "Summarize this email" button
mail.google.com##span[data-label="Summarize this email"]:upward(1)
mail.google.com##span[data-label="Summarise this email"]:upward(1)
! Blocks the sparkle button in the top-right on GMail
mail.google.com##button[aria-label="Ask Gemini"]:upward(2)
! Blocks the sparkle button in the top-right on Drive
docs.google.com##button[aria-label="Ask Gemini"]:upward(2)
drive.google.com##button[aria-label="Ask Gemini"]:upward(4)
! Summarize this folder
drive.google.com###summarizeFolder
! Summarize this file
drive.google.com##div[data-tooltip="Unsupported item selected"] div:contains("Summarize this file"):upward(3)
drive.google.com##div[data-tooltip="Unsupported item selected"] div:contains("Summarise this file"):upward(3)
drive.google.com##div[data-tooltip="Summarize this file"] div:contains("Summarize this file"):upward(3)
drive.google.com##div[data-tooltip="Summarise this file"] div:contains("Summarise this file"):upward(3)
! Blocks the notetaking header on Google Meet, unless someone else enables it (so you can see it's turned on)
meet.google.com##button[aria-label="Meet isn't taking notes"]:upward(5)
! Blocks the "talk to copilot" on the Github homepage
github.com##.AppHeader-CopilotChat
! Blocks the "Github copilot is now available for free" sidebar on the homepage
! Thanks to @AlexCELewis
github.com##form[action="/settings/dismiss-notice/dashboard_promo_copilot_free"]
! Blocks the "talk to copilot" in the top-right menu
github.com##.copilotPreview__container
! "Code with Copilot Agent Mode" on PRs
github.com##button[data-testid="open-in-copilot-agent-button"]:upward(3)
! "Grot"
grafana.com##button.ask-ai-button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment