Skip to content

Instantly share code, notes, and snippets.

View tahrim26-netizen's full-sized avatar

tahrim26-netizen

  • Joined Sep 12, 2025
View GitHub Profile
// ==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
// ==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