about summary refs log tree commit diff
path: root/modules/nixos/firefox/userContent.css
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-01-04 11:55:51 +0300
committerAzat Bahawi <azat@bahawi.net>2024-01-04 11:55:51 +0300
commitb41c88fa6e6348d74dd9a27f51e72799bd9f7230 (patch)
treed149e2dec10dffa3bc617409ab192c8ebf9cfea9 /modules/nixos/firefox/userContent.css
parent2023-12-26 (diff)
2024-01-04
Diffstat (limited to '')
-rw-r--r--modules/nixos/firefox/userContent.css18
1 files changed, 6 insertions, 12 deletions
diff --git a/modules/nixos/firefox/userContent.css b/modules/nixos/firefox/userContent.css
index 544539f..c9a33b7 100644
--- a/modules/nixos/firefox/userContent.css
+++ b/modules/nixos/firefox/userContent.css
@@ -118,14 +118,16 @@
     #sidebar,
     .ai-start,
     .bottom-notice,
-    .comment-user,
     .d-flex.g4,
     .d-flex.s-btn-group,
     .js-add-link.comments-link,
     .js-consent-banner,
     .js-dismissable-hero,
     .js-post-issue,
+    .js-saves-btn,
     .js-show-link.comments-link,
+    .js-vote-down-btn,
+    .js-vote-up-btn,
     .post-taglist,
     .s-notice,
     .s-topbar,
@@ -176,16 +178,16 @@
     }
 }
 
-@-moz-document regexp("https?://habr\.com/(ru|en)/(article|company/.*/news|companies|blog|post)/.*")
+@-moz-document regexp("https?://habr\.com/(ru|en)/(articles|company/.*/news|companies|blog|post)/.*")
 {
     .Vue-Toastification__container,
+    .tm-article-labels,
+    .tm-article-presenter__banner,
     .tm-article-presenter__footer,
     .tm-article-presenter__meta,
     .tm-article-snippet__labels,
-    .tm-article-sticky-panel,
     .tm-base-layout__header,
     .tm-block.tm-block_spacing-bottom,
-    .tm-block_spacing-around,
     .tm-comment-footer,
     .tm-comment__header,
     .tm-editoral-subscription,
@@ -342,14 +344,6 @@
     }
 }
 
-@-moz-document regexp("https?://(www\.)?protondb\.com/app/.*")
-{
-    /* SteamDeck reports. */
-    div[class*="GameReports__Container"]:nth-child(8) {
-        display: none !important;
-    }
-}
-
 @-moz-document regexp("https?://open-vsx\.org.*")
 {
     MuiCollapse-container,

Consider giving Nix/NixOS a try! <3