Last active
June 5, 2026 09:11
-
-
Save quilicicf/942ea6352e12d6f4a5eddbcbfc5e8027 to your computer and use it in GitHub Desktop.
Get the F off my lawn, Copilot
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
| /** | |
| * 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