diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-09-01 14:22:34 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-01 14:22:34 +0300 |
commit | a9eaf09572e57a48d96e02796ed16427c02a50c3 (patch) | |
tree | 26552af5cccf339c1e805bc9f47ae5e8b36048d9 /modules/nixfiles/firefox/userContent.css | |
parent | 2022-08-28 (diff) |
2022-09-01
Diffstat (limited to '')
-rw-r--r-- | modules/nixfiles/firefox/userContent.css | 50 |
1 files changed, 46 insertions, 4 deletions
diff --git a/modules/nixfiles/firefox/userContent.css b/modules/nixfiles/firefox/userContent.css index 8426dc3..b93d5dd 100644 --- a/modules/nixfiles/firefox/userContent.css +++ b/modules/nixfiles/firefox/userContent.css @@ -82,6 +82,7 @@ .tm-block_spacing-around, .tm-comment-footer, .tm-comment__header, + .tm-editoral-subscription, .tm-footer, .tm-footer-menu, .tm-header, @@ -127,7 +128,7 @@ } } -@-moz-document url-prefix(https://jisho.org) +@-moz-document url-prefix("https://jisho.org") { header, footer { @@ -135,7 +136,7 @@ } } -@-moz-document url-prefix(https://search.nixos.org) +@-moz-document url-prefix("https://search.nixos.org") { .search-sidebar, footer.container { @@ -150,7 +151,7 @@ } } -@-moz-document url-prefix(https://steamdb.info) +@-moz-document url-prefix("https://steamdb.info") { #steamdb-extension-protip { display: none !important; @@ -167,7 +168,7 @@ } } -@-moz-document url-prefix(https://utaten.com/lyric) +@-moz-document url-prefix("https://utaten.com/lyric") { :root { --kana-font-size: 20px; @@ -208,3 +209,44 @@ width: 100% !important; } } + +@-moz-document url-prefix("https://www.songsterr.com") +{ + #favorite, + #fullscreen, + #logo, + #menu-favorites, + #menu-help, + #menu-plus, + #menu-signin, + #menu-submit, + #promo, + #revisions, + #showroom, + #text-showroom, + footer { + display: none !important; + } +} + +@-moz-document url-prefix("https://tabs.ultimate-guitar.com") +{ + #comment, + #shots, + a[rel*="noreferrer"], + a[target="_blank"], + div[class*="SiteWideBanner"] { + display: none !important; + } +} + +@-moz-document url-prefix("https://developer.mozilla.org") +{ + .main-document-header-container.top-navigation { + display: none !important; + } + + .sidebar { + --offset: default !important; + } +} |