Skip to content

Instantly share code, notes, and snippets.

@Swyter
Last active July 4, 2025 03:08
Show Gist options
  • Save Swyter/7b7da983f5dd025229d116b8468cea99 to your computer and use it in GitHub Desktop.
Save Swyter/7b7da983f5dd025229d116b8468cea99 to your computer and use it in GitHub Desktop.
Remove the «Code with Copilot Agent Mode» / «Code with agent mode» / «Your Copilot» button spam from GitHub issues

Install uBlock Origin and add this rule to your filters, blocking this cruft even when Copilot has been technically fully-disabled site-wide in your GitHub account options:

github.com##button[data-testid='open-in-copilot-agent-button']:upward(div[data-testid='sidebar-section'])      /* swy: 'Code with agent mode' button in every issue */
github.com##a[href='/settings/copilot'] svg.octicon-copilot:upward(li[class*='prc-ActionList-ActionListItem']) /* swy: 'Your Copilot' option on sidebar */
@Swyter
Copy link
Author

Swyter commented Jul 4, 2025

imagen imagen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment