/prompts-on-chatgpt

UserScript that adds prompt commands to ChatGPT

Primary LanguageJavaScriptMIT LicenseMIT

prompts-on-chatgpt

UserScript that adds awesome-chatgpt-prompts commands to ChatGPT.

Installation

Install a userscript manager such as Violentmonkey or Tampermonkey, then click here to install the script.

Usage

  1. Open a ChatGPT chat.
  2. Type the command prefix (/) in the message text area.
  3. 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.
  4. The selected command's value will be inserted into the message text area.

Customization

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.

Credits