🎨 更新文档

This commit is contained in:
Tw93
2022-11-06 22:57:34 +08:00
parent 6572fd7d32
commit 618661f6da
3 changed files with 14 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ window.addEventListener('DOMContentLoaded', (_event) => {
#Main > div.box:nth-child(8) > div
#Wrapper > div.sep20,
#Main > div.box:nth-child(8),
#masthead-ad,
#Rightbar > div:nth-child(6) > div.sidebar_compliance {
display: none !important;
}
@@ -73,6 +74,7 @@ window.addEventListener('DOMContentLoaded', (_event) => {
height: 20px;
cursor: grab;
cursor: -webkit-grab;
z-index: 90000;
}
`;
document.head.append(style);