UserScript that adds awesome-chatgpt-prompts commands to ChatGPT.
Install a userscript manager such as Violentmonkey or Tampermonkey, then click here to install the script.
- Open a ChatGPT chat.
- Type the command prefix (/) in the message text area.
- A list of available commands will appear, which can be navigated using the up and down arrow keys, and selected by clicking on the command.
- The selected command's value will be inserted into the message text area.
The default list of commands and their corresponding autocomplete values can be overridden by passing your own raw JSON file URL in the script headers.
// @resource data https://raw.githubusercontent.com/username/repository/branch/prompts.json
This will replace the default prompts.json
file with the one from the specified URL, Please make sure that the JSON file is formatted correctly and accessible to the script.