Greasy Fork is available in English.

Decrapify Newsroom

Removes a lot of ads and vertical space wastage from Newsroom.co.nz website.

اعتبارا من 26-06-2021. شاهد أحدث إصدار.

/* ==UserStyle==
@name        Decrapify Newsroom
@description Removes a lot of ads and vertical space wastage from Newsroom.co.nz website.
@author      Korakys
@namespace   newsroom.co.nz
@version     1.1.5
@license     CC0
==/UserStyle== */

@-moz-document domain("newsroom.co.nz") {
.d-md-block, .c-cta-body {
    display: none !important;
}

.ad__gap {
    padding-top: 50px;
}

.site-header-signin {
    display: none !important;
}

.btn, .c-cta-side.d-none.d-lg-flex {
    display: none !important;
}

.articleTimes {
    position: absolute !important;
    margin-left: 37em;
    padding-top: 0.5em;
}

.article article.article-main .page-content .content-block-top {
    margin-bottom: 0;
    height: 0;
}

.u-margin-top-80 {
    margin-top: 0px;
}

.article article.article-main .page-content{
    margin-top: 1em
}

.article-gallery__caption > p {
    margin-bottom: 1.2em;
}

blockquote {
    display: none;
}

.article-support {
    margin-top: 2em;
}

.article-support__text {
    display: none;
}

.d-print-none.article-support__button.article-support__button--three.u-margin-top-40 {
    margin-top: 0;
    margin-bottom: 1em;
}

.article_content > p + p + hr, .article_content > p + p + hr + p, .article_content > p + p + hr + p + hr {
    display: none;
    margin-bottom: 0;
}

.article_content > p + p + hr + p + hr + p > br {
    display: none;
}

#foldaway-panel {
    display: none;
}

.comments__Fade {
    background: 0;
}

.comments__body {
    max-height: inherit;
}

.featured-slider .card article .content {
    max-height: 400px;
    padding: 108px 15px 10px 31px;
}

.featured-slider .newsroom-icon {
    width: 120px;
    margin: 2px;
}

.featured-slider .card {
    height: 400px;
}
}