为 ChatGPT 官网和镜像网站提供了一个便捷的侧边栏目录,能够自动搜集当前会话页面的问题,并展示在侧边栏上,可快速导航到历史问题的位置。
< 腳本ChatGPT 问题导航侧边栏增强版的回應
是不是可以把背景改成透明的,这样更不容易遮住文字?(对于小屏幕来说)
const baseStyle = "*{margin:0;padding:0}:host{--app-width: 12vw;--app-max-list-height: 50vh;position:fixed;top:10vh;right:16px;padding:8px 8px 0;border-radius:6px;background:#fff}\n";
改成
const baseStyle = "*{margin:0;padding:0}:host{--app-width: 12vw;--app-max-list-height: 50vh;position:fixed;top:10vh;right:16px;padding:8px 8px 0;border-radius:6px;background:transparent}\n";
登入以回復
是不是可以把背景改成透明的,这样更不容易遮住文字?(对于小屏幕来说)
改成