Disable GitHub Copilot button and search bar.
Disable GitHub Copilot by emersion
Details
Authoremersion
LicenseWTFPL
Categorygithub.com
Created
Updated
Size246 B
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 {
display: none !important;
}
}