移除推广 banner
chat-preview.lobehub.com 移除推广 banner by magicdawn
Details
Authormagicdawn
LicenseNo License
Categorychat-preview.lobe-hub.com
Created
Updated
Size435 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 chat-preview.lobehub.com 移除推广 banner
@namespace github.com/openstyles/stylus
@version 2024.07.15
@description 移除推广 banner
@author magicdawn
@preprocessor less
==/UserStyle== */
@-moz-document domain("chat-preview.lobehub.com") {
body > .ant-app > .layoutkit-center {
display: none;
}
body > .ant-app > .layoutkit-center + div {
height: 100%;
}
}