Skip to content

wiadomosci.gazeta.pl by tunguski

Details

Authortunguski

LicenseApache 2.0

Categorygazeta.pl

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide boilerplate from gazeta sites

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         wiadomosci.gazeta.pl
@version      20241203.20.38
@namespace    https://userstyles.world/user/tunguski
@description  Hide boilerplate from gazeta sites
@author       tunguski
@license      Apache 2.0
==/UserStyle== */

@-moz-document domain("www.sport.pl"), domain("www.plotek.pl"), domain("haps.pl"), domain("avanti24.pl"), domain("czterykaty.pl"), domain("g.pl"), domain("edziecko.pl"), domain("moto.pl"), regexp(".+[^wm].gazeta.pl.*") {
/* weekend.gazeta.pl */
body {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

body > :not(section.main_wrapper, :has(div.content_wrap), :has(div.article)) {
    display: none;
}

body > section.main_wrapper > :not(#article_title, .top_section, .bottom_section) {
    display: none;
}

.art_embed, 
section.tags, 
.related_images, 
aside, 
.footer_wrapper, 
#bottom_wrapper, 
.section_wrapper, 
.top_wrapper,
#c2c_embed {
    display: none !important;
}

div[id^='ban'] {
    display: none !important;
}

* {
    background-color: #ebbe60 !important;
}

}

@-moz-document domain("gazeta.pl") {

* {
    background-color: #ebbe60 !important;
}

body {
    padding-top: 0px;
}

img {
    display: none !important;
}

.salesModule__wrapper,
a:has(.article_partner, .o-article__partnerName),
footer,
.c-section--dontmissit,
.c-section--publio-gallery,
.c-section--lifestyle,
.c-section--dessert,
.c-section--wybo,
.lifestyle__wrapper,
.navigation,
.salesModule,
.c2cSection,
.verticalPlayer,
.horoscope__section,
.navigation_bottom,
.o-article__image,
.o-article__info,
.c2sPlayer__inArticleControl {
    display: none !important;
}

.sectionTiles .article {
    height: initial;
}

.sectionTiles .article .article__description {
    height: initial;
}

.sectionTiles .article .article__title {
    height: initial;
}

.sectionTiles .article .article__additionalInfo {
    display: none !important;
}
}

@-moz-document domain("m.gazeta.pl") {
.c-article {
    padding: 5px !important;
}

}

Reviews

No reviews yet.