/* ==UserStyle== @name bilibili搜索引擎首页样式 @namespace hakadao-bilibili-simple-home @version 1.7.9 @description b站搜索引擎首页样式风格,支持几种不同的样式效果 @author Hakadao (https://www.hakadao.top) @homepageURL https://github.com/hakadao/bilibili-simple-home @supportURL https://github.com/hakadao/bilibili-simple-home/issues @updateURL https://userstyles.world/api/style/3022.user.css @license MIT @preprocessor uso @advanced dropdown HOME_STYLE "首页样式" { HOME_STYLE_FULL_1 "全屏显示壁纸,不能下滑查看更多视频" << ::-webkit-scrollbar-track { background: var(--a-bgcolor); } ::-webkit-scrollbar-thumb { background-color: hsl(0 0% 50% / .6); border-radius: 20px; } /* custom firefox scrollbar *\/ html > * { scrollbar-color: hsl(0 0% 50% / .6) var(--a-bgcolor); scrollbar-width: thin !important; } * { scrollbar-color: hsl(0 0% 50% / .6) transparent; scrollbar-width: thin !important; } EOT; SCROLL_BAR_NOMAL "不做改动(对 mac 用户支援会很好)" <<