优雅的阅读CSDN博客

CSDN现在似乎不强制登录了2333。但是广告多了也是碍眼的不行。。。将下列css添加到stylus中就行了。
代码转自xzz的博客。
自己修改了一下,屏蔽了登录弹出框。

.article_content{height:auto!important}
.hide-article-box{display:none!important}

/* 不登录阅读全文 */
.article_content{height:auto!important}
.hide-article-box{display:none!important}

/* 去掉上面的提示关闭广告插件框,以及提示登录框,还有广告 */
.pulllog-box,.adblock,.mediav_ad{display:none!important}

/* 去掉侧边栏,下方推荐,联系我们 */
.recommend-right,aside,.tool-box,.recommend-box{display:none!important}
main{width:100%!important}

/* 去掉右下角框框 */
.meau-gotop-box{display:none!important}

.indexSuperise{display:none!important}

.login-mark {
    display: none !important;
}

div#passportbox {
    display: none !important;
}
posted @ 2019-08-24 17:04  wxyww  阅读(248)  评论(1编辑  收藏  举报