站酷样式定制
zcool.com.cn by ghostzhang
Details
Authorghostzhang
LicenseNo License
Categoryzcool
Created
Updated
Size463 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
- 去除站酷作品页的登录提示。
Source code
/* ==UserStyle==
@name zcool.com.cn
@version 20211109.04.35
@namespace userstyles.world/user/ghostzhang
@description 站酷样式定制
@author ghostzhang
@license No License
==/UserStyle== */
@-moz-document domain("zcool.com.cn") {
.pop-login {
display: none !important;
}
.project-view {
display: none !important;
overflow-y: scroll !important;
}
.body-fixed,
.confirm-body-fixed {
overflow-y: scroll !important;
}
}