Skip to content

CSDN去会员广告 by xsxz01

Details

Authorxsxz01

LicenseNo License

CategoryAaronDoge

Created

Updated

Size400 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CSDN去会员广告

简单的去除CSDN的一些烦人的会员广告

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           CSDN去会员广告
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    CSDN去会员广告
@author         Me
==/UserStyle== */
@-moz-document domain("csdn.net") {
	/* 在此插入代码... */
	.csdn-common-logo-advert,
	.draw-tips,
	.toolbar-btn-vip,
	.csdn-profile-no-vip,
	#recommendNps {
		display: none;
		visibility: hidden;
	}
}

Reviews

No reviews yet.