ChatGPT, GROK, and DEEPSEEK AI Chat Scroll Navigator

A unified interface for scrolling, navigation in ChatGPT, GROK, and DEEPSEEK AI chats. Stable, intuitive.

Author
Lepturus
Daily installs
3
Total installs
3
Ratings
0 0 0
Version
0.21
Created
2025-08-21
Updated
2025-08-21
Size
25.2 KB
License
MIT
Applies to

English Version | 中文版本

English

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, also we add some useful features like section navigation.

Features

  • Smart Scrolling: One-click smooth scrolling between top and bottom of chat

  • Adaptive Icon: Button icon changes automatically based on current position (⬆/⬇)

  • Progress indicator: Shows current scroll percentage

  • Section navigation: Quickly jump to different sections of the page

  • Auto scroll: Automatically scroll page content

  • Multi-Platform Support: Compatible with ChatGPT, GROK, and DEEPSEEK, you can upload your customized platformConfig like below in the discussions.

  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' }
  }
  • Multi-language support: Chinese and English

Settings

  • Show Autoscroll Button: Shows or hides the Autoscroll button

  • Show Progress Indicator: Shows or hides the scroll progress percentage

  • Theme Color: Customize the button color

  • Scroll Speed: Adjust the scroll speed

  • Language: Select the interface language (Chinese/English)

Installation & Usage

  1. Ensure you have Tampermonkey or a similar userscript manager installed
  2. Install this script
  3. Visit any supported chat platform (ChatGPT, GROK, or DEEPSEEK)
  4. Move your mouse near the bottom-right corner to reveal the scroll button
  5. Click the button to toggle between scrolling to top or bottom

中文

这是一个用户脚本,为AI聊天界面(ChatGPT、GROK、DEEPSEEK)添加智能滚动导航功能,包括章节导航等附加功能。

功能

  • 智能滚动按钮:在页面右下角显示滚动按钮,点击可在顶部和底部之间切换

  • 进度指示器:显示当前滚动百分比(可开关)

  • 章节导航:快速跳转到页面的不同章节(可开关)

  • 自动滚动:自动滚动页面内容(可开关)

  • 主题颜色:自定义按钮颜色

  • 多语言支持:支持中文和英文

设置选项

  • 显示自动滚动按钮:显示或隐藏自动滚动按钮

  • 显示进度指示器:显示或隐藏滚动进度百分比

  • 主题颜色:自定义按钮颜色

  • 滚动速度:调整滚动速度

  • 语言:选择界面语言(中文/英文)

使用方法

  1. 安装脚本后,在支持的网站上会自动启用

  2. 将鼠标移动到页面右下角附近可以看到功能按钮

  3. 点击滚动按钮可在页面顶部和底部之间切换

  4. 使用设置按钮可以配置脚本选项