Greasy Fork镜像 支持简体中文。

Decrapify Newsroom

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

目前為 2021-06-24 提交的版本,檢視 最新版本

/* ==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.0.0
@license     CC0
==/UserStyle== */

.d-md-block, .c-cta-body {
    display: none !important;
}

.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;
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址