简书页面调整
自用:简书页面调整 by arden
Details
Authorarden
LicenseNo License
Categoryjianshu
Created
Updated
Size472 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 自用:简书页面调整
@version 20230316.10.53
@namespace userstyles.world/user/arden
@description 简书页面调整
@author arden
@license No License
==/UserStyle== */
@-moz-document domain("jianshu.com") {
footer > div{
visibility:hidden;
}
/* 评论区上方广告 */
div._gp-ck > section:nth-child(2) {
display: none;
}
/* 顶部菜单栏 */
header > div._1CSgtu > div._2oDcyf {
display: none;
}
}