ChatGPT Automatically Continue Conversations with a given Prompt

This user script enables ChatGPT users to effortlessly and seamlessly continue conversations with a given prompt. This script utilizes the MutationObserver API to detect changes in the DOM and simulates keyboard and mouse events to input and send the prompt automatically. It is designed to be used with the OpenAI ChatGPT interface and should be compatible with most modern web browsers.

目前為 2023-06-14 提交的版本,檢視 最新版本

作者
Dillon Leung
評價
0 0 0
版本
1.0.1
建立日期
2023-06-14
更新日期
2023-06-14
尺寸
3.4 KB
授權條款
MIT
腳本執行於

This user script enables ChatGPT users to effortlessly and seamlessly continue conversations with a given prompt.

  1. Upon loading the script, the user is prompted to enter a message to use as the continuation prompt.
  2. If the prompt is not empty, the script will monitor the ChatGPT interface for changes and automatically input the prompt whenever the "Send" button becomes active, allowing for uninterrupted conversation continuation.
  3. If the prompt is left empty, the script will do nothing. This script utilizes the MutationObserver API to detect changes in the DOM and simulates keyboard and mouse events to input and send the prompt automatically. It is designed to be used with the OpenAI ChatGPT interface and should be compatible with most modern web browsers.
长期地址
遇到问题?请前往 GitHub 提 Issues。