This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Paste the following into Tampermonkey, as an Arc Boost, etc. | |
// See https://twitter.com/samarthrawal/status/1648867725316435973 | |
// ==UserScript== | |
// @name Prompt Scratchpad for ChatGPT | |
// @version 0.1 | |
// @description Collapsible prompt scratchpad for ChatGPT interface | |
// @namespace com.samrawal.promptscratchpad | |
// @author Sam Rawal and ChatGPT :) | |
// @match https://chat.openai.com/ |