CSDN简洁化
Summary
去掉 CSDN 博客广告 & 加入背景图片.
Text
解释就先咕咕咕了, 如果需要修改背景图片可以更改
background: url('https://i.loli.net/2019/05/03/5ccc2b572b542.png') !important;
中的内容.
aside {
display: none !important;
}
body {
background: url('https://i.loli.net/2019/05/03/5ccc2b572b542.png') !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position: center !important;
background-size: cover !important;
}
.blog-content-box {
position: absolute !important;
left: 8px !important;
right: 8px !important;
opacity: 0.75 !important;
}
.download_top {
position: absolute !important;
left: 18px !important;
right: -50px !important;
opacity: 0.75 !important;
}
.feedlist_mod {
position: absolute !important;
top: 8px !important;
left: 8px !important;
right: 8px !important;
opacity: 0.75 !important;
}
.hide-article-box {
position: absolute !important;
left: 0px !important;
right: 0px !important;
bottom: 0px !important;
opacity: 0.75 !important;
}
.resouces_tab_shows {
position: absolute !important;
left: 8px !important;
right: -15px !important;
opacity: 0.75 !important;
}
.J_adv,
.article-bar-top,
.article-copyright,
.article-footer-bookmark-btn,
.article-footer-share-btn,
.article-type,
.carousel,
.col-md-12,
.comment-box,
.csdn-side-toolbar,
.csdn-toolbar,
.dl_download_box_r,
.dl_right_fixed,
.dl_wrap,
.download_r,
.indexSuperise,
.meau-gotop-box,
.meau-listmore_info,
.news-nav,
.open_vip,
.pulllog-box,
.recommend-box,
.recommend-right,
.tool-box,
.txt-refrash-new {
display: none !important;
}
#btn-readmore {
position: absolute !important;
left: 0px !important;
right: 0px !important;
bottom: 0px !important;
}
#dmp_ad_58,
#kp_box_394,
#kp_box_395,
#kp_box_396,
#nav {
display: none !important;
}