Skip to content

Instantly share code, notes, and snippets.

@tomatoisblue
tomatoisblue / chatgpt-auto-scroll-disable.js
Last active November 1, 2025 12:06
ChatGPT Auto-scroll Disable Script For Tampermonkey (version 2025-11-01)
// ==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 () {