Skip to content

ladepeche.fr - article sans distractions by teslagen

Screenshot of ladepeche.fr - article sans distractions

Details

Authorteslagen

LicenseCC0

Categoryhttps://userstyles.world/user/teslagen/readable/

Created

Updated

Size687 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pour lire un article sans se laisser distraire.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ladepeche.fr - article sans distraction
@version      2.0.0
@namespace    https://ladepeche.fr/readable/
==/UserStyle== */

@-moz-document domain("ladepeche.fr") {
.ad
, .article-full__section-2 /* Bandeau à gauche */
, aside /* Bandeau à droite */
, .article-full__share /* Boutons rezosocio */
, .etx-player /* Lecture audio */
, .std-elt__inline /* Blocs "à lire aussi" disséminés au milieu de l'article */
{ display: none; }

body {
    background: linear-gradient(white, red);
}

.container {
    width: 90%;
    min-width: 400px;
    max-width: 1000px;
}

.section
, .article-full__section-1{
    width: initial;
}
}

Reviews

No reviews yet.