Disable GitHub Copilot button and search bar.
Disable GitHub Copilot by emersion
Details
Authoremersion
LicenseWTFPL
Categorygithub.com
Created
Updated
Code size319 B
Code checksum88f2bc8a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Disable GitHub Copilot
@version 20241219.00.49
@namespace ?
==/UserStyle== */
@-moz-document domain("github.com") {
.AppHeader-CopilotChat,
.copilotPreview__container,
div:has(> div > [data-testid="open-in-copilot-agent-button"]) {
display: none !important;
}
}