您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A unified interface for scrolling, navigation in ChatGPT, GROK, and DEEPSEEK AI chats with multiple themes. 为ChatGPT、GROK和DEEPSEEK AI聊天提供统一的滚动导航界面,支持多种主题风格和自定义设置。
This userscript adds a smart scroll button to ChatGPT, GROK, and DEEPSEEK chat interfaces, allowing you to easily navigate between the top and bottom of conversations. It also includes section navigation, auto-scroll, and customizable themes.
platforms
config in Discussions:Note (match scope): For performance and safety, we use precise
@match
rules per site rather than a global*://*/*
.
We currently focus on ChatGPT, GROK, and DEEPSEEK. To request a new site, please provide:
Site URL and a short description.
The main scroll container selector (e.g., .scrollable
, main
, div.overflow-y-auto
).
If you already tested, share your platforms
config snippet.
platforms: {
chatgpt: { container: '.flex.basis-auto.flex-col.grow.overflow-hidden div.relative.h-full div.overflow-y-auto' },
grok: { container: '.scrollbar-gutter-stable' },
deepseek:{ container: '.scrollable' },
generic: { container: 'html, body' }
}
Some sites enforce strict CSP / Trusted Types policies that block dynamic HTML injection; those may need a no-
innerHTML
DOM build path and can be considered later.
If you encounter a bug, please include:
这是一个专为 AI 网页聊天界面(目前支持站点: ChatGPT、GROK、DEEPSEEK),智能添加滚动导航,提供章节导航、自动滚动阅读和主题自定义等功能的JS用户脚本, 改善你与AI的网页聊天体验, 变得像德芙一样丝滑~。
先装上 Tampermonkey(或者其他脚本管理器)
再安装本脚本(这不废话么)
访问你喜欢的AI聊天网站(ChatGPT / GROK / DEEPSEEK)
鼠标偷偷摸到页面右下角,按钮就会「咻」地出现
点它!点它!点它!
温馨提示:本脚本不像某些「流氓脚本」一样全站通配,我们很专一的只匹配特定网站,尽量保证你的浏览器不会出现莫名的问题 !
想让你的最爱网站在这里拥有姓名?请提供以下「房产证信息」:
.scrollable
、main
之类);platforms: {
chatgpt: { container: '.flex.basis-auto.flex-col.grow.overflow-hidden div.relative.h-full div.overflow-y-auto' },
grok: { container: '.scrollbar-gutter-stable' },
deepseek:{ container: '.scrollable' },
generic: { container: 'html, body' }
}
⚠️ 部分网站有「洁癖」(严格CSP / Trusted Types),不让直接插HTML,这种需要特殊处理,后续再考虑支持。