diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-06-10 22:21:25 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-06-10 22:21:25 +0300 |
commit | 2d4e9a5abfc08386250f42ba0f0c25ae63073d3e (patch) | |
tree | 9ebbc36a66679886df3f7ce673935a58f96f15c9 /modules/nixos/firefox | |
parent | 2023-06-02 (diff) |
2023-06-10
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/firefox/userContent.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/nixos/firefox/userContent.css b/modules/nixos/firefox/userContent.css index 3903799..dc811ca 100644 --- a/modules/nixos/firefox/userContent.css +++ b/modules/nixos/firefox/userContent.css @@ -347,3 +347,11 @@ display: none !important; } } + +@-moz-document regexp("https?://duckduckgo\.com/") +{ + .badge-link, /* Annoying "Make DuckDuckGo default" ad. */ + .footer { + display: none !important; + } +} |