*该样式只支持手机端
去掉了关注展开、打开APP和弹出来的登录弹窗等乱七八糟的东西
移动端CSDN优化 by mikumiku-qwq
Details
Authormikumiku-qwq
LicenseWTFPL
Categorycsdn.net
Created
Updated
Size550 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name csdn.net - 2022/6/27 15:00:25
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("csdn.net") {
pre,
code {
user-select: auto!important;
}
.passport-login-container, .btn_open_app_prompt_div, .csdn-toolbar-box .openApp, .readall_box, .feed-Sign-weixin {
display: none!important;
}
.article_content {
overflow: unset!important;
height: unset!important;
}
}