Skip to content

CSDN Simplify by gitsang

Screenshot of CSDN Simplify

Details

Authorgitsang

LicenseMIT License

Categorycdsn

Created

Updated

Size945 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CSDN Simplify

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         CSDN Simplify
@version      20211115.01.47
@namespace    userstyles.world/user/gitsang
@description  CSDN Simplify
@author       gitsang
@license      No License
==/UserStyle== */

@-moz-document regexp(".*blog.csdn.net/.*") {
#dmp_ad_58,
.recommendAdBox,
#recommendAdBox,
#kp_box_479,
ccsdn-buyside-entry-box type2 show {
	display: none!important;
}

.blog_container_aside {
	display: none!important;
}

.csdn-common-logo-advert,
.csdn-side-toolbar {
	display: none!important;
}

.toolbar-advert,
.toolbar-btn-vip,
#csdn-plugin-vip,
[title=马上开始系统学习] {
	display: none!important;
}

.blog-footer-bottom,
.template-box,
.recommend-tit-mod,
.second-recommend-box,
.more-toolbox-new {
	display: none!important;
}

.recommend-box,
.insert-baidu-box {
	display: none!important;
}

.comment-box .comment-edit-box form .comment-content.open {
	height: 300px!important;
}

main {
	width: 100%!important;
}
}

Reviews

No reviews yet.