about summary refs log tree commit diff
path: root/modules/nixfiles/firefox/userContent.css
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-09-01 14:22:34 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-01 14:22:34 +0300
commita9eaf09572e57a48d96e02796ed16427c02a50c3 (patch)
tree26552af5cccf339c1e805bc9f47ae5e8b36048d9 /modules/nixfiles/firefox/userContent.css
parent2022-08-28 (diff)
2022-09-01
Diffstat (limited to '')
-rw-r--r--modules/nixfiles/firefox/userContent.css50
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;
+    }
+}

Consider giving Nix/NixOS a try! <3