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" . }}