This file contains hidden or 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
// ==UserScript== | |
// @name Hide ChatGPT Autocomplete Suggestions | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Removes the annoying autocomplete suggestions in ChatGPT's typing box | |
// @author You | |
// @match https://chat.openai.com/* | |
// @icon https://chat.openai.com/favicon.ico | |
// @grant none | |
// @run-at document-end |
This file contains hidden or 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
// ==UserScript== | |
// @name Hide ChatGPT Autocomplete Suggestions | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Removes the annoying autocomplete suggestions in ChatGPT's typing box | |
// @author You | |
// @match https://chat.openai.com/* | |
// @icon https://chat.openai.com/favicon.ico | |
// @grant none | |
// @run-at document-end |