Summary
In ChatGPT Plus, especially when using GPT-4, the inference process can take a considerable amount of time. With this user script, a button can be automatically pressed to send the next pre-filled prompt once ChatGPT has finished generating the response text.
In previous versions of this user script, it was necessary to schedule button presses from the menu. Starting from version 1.0.0.20231004, you can now press the button itself to send the prompt.
Usage
1. Yellow button
When this user script detects a button for sending messages, it changes the background color of the button to yellow.
2. Red text area
Clicking the yellow button schedules the sending of messages through this user script. The background of the text area turns red to indicate a reserved state. This operation acts as a toggle.
3. That's all
Once the current output is finished, i.e., the button display changes from dots "..." to a triangle "▶", the button will be automatically pressed.
Script Locations
This UserScript is available at two locations:
- GitHub Gist: You can find the script hosted on GitHub Gist at this link.
- Greasy Fork: The script is also available on Greasy Fork, and you can access it here.