Bilibili-Evolved/style/hide-category.js
2019-07-11 23:24:19 +08:00

5 lines
169 B
JavaScript

const style = `.bili-header-m>.bili-wrapper {
visibility: hidden !important;
height: 18px !important;
}`
export default resources.toggleStyle(style, 'hide-category')