Skip to content

Disable GitHub Copilot (fork) by jguluarte

Details

Authorjguluarte

LicenseNo License

Categorygithub.com

Created

Updated

Code size336 B

Code checksum29cfc550

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disable github copilot button from the top of a PR, and also from the far right section of each line.

Notes

Source code

/* ==UserStyle==
@name       Disable GitHub Copilot
@version    20241219.00.49
@namespace  ?
==/UserStyle== */
@-moz-document domain("github.com") {
    .AppHeader-CopilotChat,
    .copilotPreview__container,
    .prc-ButtonGroup-ButtonGroup-vcMeG,
    #copilot-diff-header-button {
        display: none !important;
    }
}

Reviews

No reviews yet.