J'aime bien aller faire un petit tour de temps en temps sur le site du monde.fr mais le moins qu'on puisse dire, c'est qu'il est un peu trop chargé !
L'extension Stylish pour Firefox permet d'appliquer ses propres feuilles de style sur les sites qu'on veut.
Voici la mienne :
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp(".*\\.lemonde\\.fr.*") {
.overlay.offre_decouverte .container_18,
.fond_overlay.offre_decouverte{
display:none;
margin-left: -5000px;
}
.ombrelle,
#barre_titre,
#bandeau_bas,
.conteneur_haut *,
.conteneur_haut,
#header *,
#nav,
#nav *,
.top_container_article,
.bourse_widget_indices,
.bourse_widget_indices *,
.grid_6.col_droite *,
#footer,
#footer *
#footer_services,
#footer_services *,
div[id*='ariane-context-'],
.encart_dans_texte.abonne {
display: none !important ;
padding: 0 !important ;
height: 0 !important ;
margin: 0 !important ;
}
body {
background-color: #FFFFFF !important ;
}
.container_18 .col_gauche {
width: 100% !important;
}
.container_18 .col_gauche .grid_6 {
width: 49% !important;
}
.container_18 .grid_10 {
width: 90% !important;
}
.titre_une img,
.article_normal .illustration_haut img,
.article_normal .illustration_haut img {
height: 100% !important;
width: 100% !important;
}
}