diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-09-20 02:42:46 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 02:42:46 +0300 |
commit | 783f2715f586559961a6440cc1617011ac365501 (patch) | |
tree | e82cdc172ccd21ffcd8dd77e818de1ef9023c974 /modules/nixfiles/firefox/userContent.css | |
parent | 2022-09-16 (diff) |
2022-09-20
Diffstat (limited to '')
-rw-r--r-- | modules/nixfiles/firefox/userContent.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/nixfiles/firefox/userContent.css b/modules/nixfiles/firefox/userContent.css index a6421e7..1dc3add 100644 --- a/modules/nixfiles/firefox/userContent.css +++ b/modules/nixfiles/firefox/userContent.css @@ -16,7 +16,7 @@ } } -@-moz-document regexp("https?:\/\/(\.*.)?gitlab(\..*)?\.(com|org).*") { +@-moz-document regexp("https?:\/\/(.*.)?gitlab(\..*)?\.(com|org).*") { code { font-family: var(--monospace-font-family) !important; font-size: var(--monospace-font-size) !important; @@ -235,11 +235,14 @@ } @-moz-document regexp("https?:\/\/tabs\.ultimate-guitar\.com.*") { - #comment, + #comments, #shots, a[rel*="noreferrer"], a[target="_blank"], - div[class*="SiteWideBanner"] { + button, + div[class*="SiteWideBanner"], + footer, + iframe { display: none !important; } } |