From ff3537b7c369538f2a987bf03a0aa9322bdeee53 Mon Sep 17 00:00:00 2001 From: Heavy Date: Thu, 3 Oct 2024 19:24:36 +0200 Subject: [PATCH] (firefox): Add custom style for NZZ. --- .chezmoitemplates/chrome/userContent.css | 4 ++++ .../Profiles/6h6s103a.Heise-Test/chrome/userContent.css.tmpl | 1 + 2 files changed, 5 insertions(+) create mode 100644 .chezmoitemplates/chrome/userContent.css create mode 100644 AppData/Roaming/Mozilla/Firefox/Profiles/6h6s103a.Heise-Test/chrome/userContent.css.tmpl diff --git a/.chezmoitemplates/chrome/userContent.css b/.chezmoitemplates/chrome/userContent.css new file mode 100644 index 0000000..e88943c --- /dev/null +++ b/.chezmoitemplates/chrome/userContent.css @@ -0,0 +1,4 @@ + +/* NZZ Seiten werden nur in grau dargestellt, dank eines opacity Filters */ +@-moz-document domain(nzz.ch) {.nzzinteraction { opacity: 1 !important;} } + diff --git a/AppData/Roaming/Mozilla/Firefox/Profiles/6h6s103a.Heise-Test/chrome/userContent.css.tmpl b/AppData/Roaming/Mozilla/Firefox/Profiles/6h6s103a.Heise-Test/chrome/userContent.css.tmpl new file mode 100644 index 0000000..f340560 --- /dev/null +++ b/AppData/Roaming/Mozilla/Firefox/Profiles/6h6s103a.Heise-Test/chrome/userContent.css.tmpl @@ -0,0 +1 @@ +{{ template "chrome/userContent.css" . }}