From 1957c7a4963067ed3ed707b7bc71573917c48da6 Mon Sep 17 00:00:00 2001 From: clov Date: Sun, 26 Mar 2023 01:46:51 +0100 Subject: [PATCH] Another PQR bite the dust --- Other/Cheapest-Premium-Ever.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Other/Cheapest-Premium-Ever.css b/Other/Cheapest-Premium-Ever.css index a736022..9fbb763 100644 --- a/Other/Cheapest-Premium-Ever.css +++ b/Other/Cheapest-Premium-Ever.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Cheapest Premium Ever @namespace github.com/openstyles/stylus -@version 1.2.0 +@version 1.3.0 @description Les articles sont tous disponibles intégralement sur le site de l'éditeur, il suffit juste d'afficher des blocs et d'en masquer d'autres. @author clov @updateURL https://dev.clov.fr/clov/UserStyles/raw/branch/monster/Other/Cheapest-Premium-Ever.css @@ -43,3 +43,22 @@ height: auto!important } } + +@-moz-document domain("ladepeche.fr") { + .paywall, + section[rel="js-comment-anonymous"], + .article--premium__label, + .article__media--premium::after, + .article--premium__mini, + .icon-crown, + .subscription-block, + .aside-newspaper, + .article-full__section-2, + .btn--sub, + [rel="js-profile-link"] { + display: none!important + } + .article-full__body-content { + max-height: none!important + } +}