自用
小红书 精简 by Hojondo
Details
AuthorHojondo
LicenseNo License
Categoryxiaohongshu.com
Created
Updated
Size808 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 小红书 精简
@namespace USO Archive
@author hojondo
@description 自用 精简 屏蔽
@version 2024.4.20
==/UserStyle== */
@-moz-document domain("xiaohongshu.com") {
#noteContainer{
width: unset!important;
transition: none!important;
position: absolute;
left: 50%;
transform: translateX(-50%)!important;
}
.note-scroller{
display: none;
}
#noteContainer .interaction-container{
position: absolute;
height: auto;
right: 0;
transform-origin: right top;
transform: rotate(-90deg);
}
.feeds-tab-container .transform-container{
will-change: unset!important;
transform: none!important;
transition: none!important;
}
.feeds-tab-container .transform-container>div:nth-child(2){
display: none;
}
}