Skip to content

Article sans distractions (franceinfo) by teslagen

Screenshot of Article sans distractions (franceinfo)

Details

Authorteslagen

LicenseCC0

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

Created

Updated

Size1.3 kB

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         Article sans distractions (franceinfo)
@version      20240805.12.40
@namespace    https://userstyles.world/user/teslagen/readable/
@description  `Pour lire un article sans se laisser distraire.
@homepage     https://userstyles.world/user/teslagen/readable/
@author       teslagen
@license      CC0
==/UserStyle== */

@-moz-document domain("www.francetvinfo.fr") {
.header-sub /* Menu de navigation */
, .header-main__entries > .header-main__tv-entry
, .header-main__entries > .header-main__radio-entry
, .header-main__entries > .header-main__live-entry
, .header-main__entries > .header-main__services-entry
, .header-main__entries > .header-main__account-entry
, .header-main__entries > .header-main__separator
, .social-zone /* Boutons rezosocio et commentaires */
, #comments
, .content-banner-nl /* Encart newsletter */
, .same-topic /* Section "suggestions d'autres articles" */
, .newspilot-rebounds /* Suggestions d'articles venant d'autres sources */
, .content-smartfeed /* Contenus sponsorisés */
, .most-read /* Articles les plus lus */
, .card-slider
, .pre-footer
, footer
{ display: none !important;}

article { background: white;}

main {
    max-width: 1200px;
    margin: auto;
}
body {
    background: linear-gradient(white, black);
}
}

Reviews

No reviews yet.