兼容新版小红书

This commit is contained in:
Tw93
2023-04-07 22:42:34 +08:00
parent 576a22dff0
commit 44dc70f533
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"windows": [
{
"url": "https://weread.qq.com/",
"url": "https://www.xiaohongshu.com/explore",
"transparent": true,
"fullscreen": false,
"width": 1200,

View File

@@ -13,6 +13,8 @@ window.addEventListener('DOMContentLoaded', (_event) => {
#Wrapper > div.sep20,
#Main > div.box:nth-child(8),
#masthead-ad,
#app > div.layout > div.main-container > div.side-bar > div,
#app > div.layout > div.main-container > div.side-bar > li.divider,
#Rightbar > div:nth-child(6) > div.sidebar_compliance {
display: none !important;
}
@@ -70,7 +72,8 @@ window.addEventListener('DOMContentLoaded', (_event) => {
top: 30px;
}
.geist-page nav.dashboard_nav__PRmJv {
.geist-page nav.dashboard_nav__PRmJv,
#app > div.layout > div.header-container.showSearchBoxOrHeaderFixed > header > a {
padding-top:10px;
}