Unsluggish ChatGPT Input

In a long chat typing is very sluggish. This script adds an alternative input area. (De)activate it via Ctrl+Alt+i

작성자
evermind-zz
일일 설치 수
0
총 설치 수
0
평점
0 0 0
버전
2.3.0
생성일
2025-10-01
갱신일
2025-10-01
크기
13.1KB
라이선스
GPL-3.0-or-later
적용 사이트

Unsluggish ChatGPT Input

A lightweight Tampermonkey/Greasemonkey userscript that adds a floating input overlay to ChatGPT.

This is useful if you have a long conversation and the input seems to get sluggish.

Features

  • Floating Overlay Textarea

    • Press Ctrl + Alt + I to toggle the overlay on/off.
    • Supports multiline input (Shift + Enter for newline).
  • Overlay Send/Stop Button

    • Idle (green) → Ready to send (✉️).
    • Send (neutral) → Sending in progress (...).
    • Stop (red) → Active response, can be interrupted ().
  • Settings Menu (⚙️ icon next to the overlay)

    • Toggle overlay button visibility.
    • Option: Pressing Enter can also stop ChatGPT responses.
    • Your preferences are stored in localStorage and restored automatically.

Installation

  1. Install Tampermonkey (or another userscript manager).
  2. Add this script to Tampermonkey.
  3. Open ChatGPT or chatgpt.com.
  4. Press Ctrl + Alt + I to toggle the overlay.

Usage

  1. Open ChatGPT and toggle the overlay (Ctrl + Alt + I).
  2. Type your prompt in the overlay textarea.
    • Enter → Sends the text.
    • Shift + Enter → Adds a newline.
  3. Or Use the overlay button:
    • ✉️ → Click to send your text to ChatGPT.
    • ... → Sending in progress.
    • → Click to stop current ChatGPT response.
  4. Adjust settings via the ⚙️ icon.

Notes

  • The overlay textarea syncs its content into ChatGPT’s input field automatically.
  • Works best with the default ChatGPT web interface.
  • Settings are saved per browser and persist between sessions.