copilothaterade.user.css
edited
1/* ==UserStyle==
2@name copilot haterade
3@namespace veryroundbird.house
4@version 1.0.0
5@description Just Get Rid Of Copilot, Thanks
6@author Carly Smallbird
7==/UserStyle== */
8
9@-moz-document url-prefix("https://github.com/") {
10 .copilotPreview__container,
11 .AppHeader-CopilotChat,
12 .ActionListItem:has([data-analytics-event='{"category":"Global navigation","action":"COPILOT","label":null}']),
13 #repo-content-pjax-container > div.container-xl:first-of-type > div:first-of-type > div:first-of-type:not(.Layout) {
14 display: none !important;
15 }
16}