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 UI Enhancer (2025-10-12) | |
// @version 2025-10-12 | |
// @namespace http://tampermonkey.net/ | |
// @description Modern ChatGPT UI and CSS enhancements for the October 2025 layout (chat width, code blocks, sidebar, topbar, user bubble styling) | |
// @author alexchexes + Shivraj update | |
// @match https://chat.openai.com/* | |
// @match https://chatgpt.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=openai.com | |
// @grant GM_addStyle |