ChatGPT/GROK/DEEPSEEK Scroll Navigator

Adds a smart scroll button for easy navigation in AI chat interfaces

目前為 2025-08-21 提交的版本,檢視 最新版本

作者
Lepturus
評價
0 0 0
版本
0.1
建立日期
2025-08-21
更新日期
2025-08-21
尺寸
8.1 KB
授權條款
MIT
腳本執行於

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.

Features

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

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

  • Intelligent Display: Button appears when mouse approaches and hides when moved away

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

  const platformConfig = {
      chatgpt: {
          container: '.flex.basis-auto.flex-col.grow.overflow-hidden div.relative.h-full div.overflow-y-auto',
          name: 'ChatGPT'
      },
      grok: {
          container: '.scrollbar-gutter-stable',
          name: 'Grok'
      },
      deepseek: {
          container: '.scrollable',
          name: 'DeepSeek'
      }
  };
  • Aesthetic Design: Semi-transparent circular design that doesn't interfere with page content

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址