diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/firefox/userContent.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/firefox/userContent.css b/modules/nixos/firefox/userContent.css index 8615990..82940ec 100644 --- a/modules/nixos/firefox/userContent.css +++ b/modules/nixos/firefox/userContent.css @@ -62,13 +62,13 @@ a[href^="/events"], a[href^="/explore"], a[href^="/github-copilot"], - a[href^="/marketplace"], a[href^="/organizations/enterprise"], a[href^="/settings/enterprises"], a[href^="/sponsors"], a[href^="/topics"], a[href^="/trending"], - a[href^="https://github.com/codespaces"], /* No code reviews on GitHub? */ + a[href^="https://github.com/codespaces"], /* No code reviews on GitHub? How come is this link in production? */ + button[data-testid="copilot-popover-button"], /* Fuck you, GitHub! I'm sick this shit. */ details[id^="funding-links-modal"], footer { display: none !important; |