Skip to content

Instantly share code, notes, and snippets.

@quilicicf
Last active June 5, 2026 09:11
Show Gist options
  • Select an option

  • Save quilicicf/942ea6352e12d6f4a5eddbcbfc5e8027 to your computer and use it in GitHub Desktop.

Select an option

Save quilicicf/942ea6352e12d6f4a5eddbcbfc5e8027 to your computer and use it in GitHub Desktop.
Get the F off my lawn, Copilot
/**
* Stylesheet to hide Copilot buttons from GitHub's UI everywhere the settings don't give you power to remove them.
* I intend to evolve it as I go along, currently, only the PR review page added.
* Assumes all the available knobs in GH's settings have been tinkered to remove Copilot.
*/
[data-testid="copilot-diff-explain-button"] { display: none; }
button:has(>svg.octicon-copilot) { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment