Another PQR bite the dust

monster
clov 2023-03-26 01:46:51 +01:00
parent a210cf6e0f
commit 1957c7a496
1 changed files with 20 additions and 1 deletions

View File

@ -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
}
}