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 ChatGPT Auto-scroll Disable Script For Tampermonkey (version 2025-11-01) | |
| // @namespace chatgpt.com | |
| // @version 2025.11.01 | |
| // @description Disables auto-scroll in ChatGPT conversations while preserving manual scrolling | |
| // @match https://chatgpt.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function () { |