百度网盘新旧版优化屏蔽
百度网盘新旧版优化屏蔽 by joyin
Details
Authorjoyin
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
百度网盘新旧版优化屏蔽
Source code
/* ==UserStyle==
@name 百度网盘新旧版优化屏蔽
@namespace USO Archive
@author joyin
@version 22.4.2.04
@description `屏蔽广告、红点、冗余。`
==/UserStyle== */
@-moz-document domain("pan.baidu.com")
{
.newIcon,
.find-light-icon,
.gOIbzPb, /* 推广 */
.feNMdtb, /* 客户端 */
.GELdyA, /* 扩容 */
.JGDHAe, /* 扩容 */
.video-title-right,
.vip-notice,
.vip-privilege,
.dir-source-small,
.dir-source-small ~ div,
.dir-card-small,
.dir-card-small ~ div,
.gxvMIQ, /* 已购资源我的卡包 */
.chrNlzO, /* 视图 */
.EzLavy, /* 排序方式 */
.QDDOQB,
.app-user-vip-center,
.web-header-nav-new-version-inner,
.find-mouseon,
.wp-aside-nav-bubble,
.wp-aside-nav__list-shortcut,
.u-svip-button,
.u-button--primary,
.nd-main-list__detail,
.wp-aside-nav__main-bottom,
.wp-disk-header__right-item .wp-header-cert__tooltip,
.wp-disk-header__right a,
.nd-uploader-list,
.nd-operate-guidance__mask,
.nd-operate-guidance__body,
#uploaderConfirmDialog,
.nd-operate-guidance,
.v-modal,
.afQWYW,
.grid-switch {
display: none !important;
}
.ad-platform-tips,
.error-img {
display: none !important;
}
}