Hide Copilot as a reviewer on Github PRs
hide copilot reviewer by imperosol
Details
Authorimperosol
LicenseNo License
Categorygithub
Created
Updated
Code size357 B
Code checksum882cd105
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hide copilot reviewer
@version 20250419.14.53
@namespace ?
@description Hide Copilot as a reviewer on Github PRs
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://github.com") {
p:has([data-assignee-name="Copilot"]), p:has([data-assignee-name="Juknum"]) {
display: none!important;
}
}