diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-07-03 11:43:45 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-07-03 11:43:45 +0300 |
commit | a08d9d966a3bc60ac917a5a94b766f8d2487d6db (patch) | |
tree | bf0065d382dc4afbd1437c5b70bb85d105fa81ea | |
parent | 2023-07-03 (diff) |
2023-07-03
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/firefox/userContent.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/nixos/firefox/userContent.css b/modules/nixos/firefox/userContent.css index dc811ca..6335ff5 100644 --- a/modules/nixos/firefox/userContent.css +++ b/modules/nixos/firefox/userContent.css @@ -331,7 +331,7 @@ } } -@-moz-document regexp("https?://protondb\.com/app/.*") +@-moz-document regexp("https?://(www\.)?protondb\.com/app/.*") { /* SteamDeck reports. */ div[class*="GameReports__Container"]:nth-child(8) { @@ -339,7 +339,7 @@ } } -@-moz-document regexp("https?://open-vsx\.org/.*") +@-moz-document regexp("https?://open-vsx\.org.*") { MuiCollapse-container, cc-window.cc-banner, @@ -348,9 +348,9 @@ } } -@-moz-document regexp("https?://duckduckgo\.com/") +@-moz-document regexp("https?://duckduckgo\.com.*") { - .badge-link, /* Annoying "Make DuckDuckGo default" ad. */ + .badge-link, /* Annoying DuckDuckGo extension ads. */ .footer { display: none !important; } |