Skip to content

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

Disable GitHub Copilot button and search bar.

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;
}
}

Reviews

No reviews yet.