根据自己需求注释
简书阅读调整 by tfyicheng
Details
Authortfyicheng
LicenseNo License
Categoryjianshu.com
Created
Updated
Size821 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 jianshu.com - 2024/8/14 10:27:03
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("jianshu.com") {
/* 右侧广告 */
._2OwGUo > div {
display: none;
}
/* 文章内容宽度 */
._gp-ck {
width: 900px;
}
/*左侧菜单 */
._3Pnjry {
display: none;
}
/* 底部快捷评论 */
footer > div {
visibility: hidden;
}
/* 评论区上方广告 */
div._gp-ck > section:nth-child(2) {
display: none;
}
/* 顶部菜单栏 */
/* header > div._1CSgtu > div._2oDcyf {
display: none;
} */
/* 右侧作者文章加广告 */
/* ._3Z3nHf{
display: none;
} */
}