Standard escape codes are prefixed with Escape:
- Ctrl-Key: 
^[ - Octal: 
\033 - Unicode: 
\u001b - Hexadecimal: 
\x1B - Decimal: 
27 
| // ==UserScript== | |
| // @name ChatGPT CSS fixes | |
| // @version 2025-09-07 | |
| // @description Adjusts the ChatGPT web UI for convenience: wider chat area, colored message bubbles, clearer code blocks, multi-line history items, and a few other tweaks for heavy ChatGPT use. ❤️ If you like this, consider buying me a coffee: ko-fi.com/alexchexes ❤️ | |
| // @updateURL https://gist.github.com/alexchexes/d2ff0b9137aa3ac9de8b0448138125ce/raw/chatgpt_ui_fix.user.js | |
| // @downloadURL https://gist.github.com/alexchexes/d2ff0b9137aa3ac9de8b0448138125ce/raw/chatgpt_ui_fix.user.js | |
| // @author alexchexes | |
| // @website https://ko-fi.com/alexchexes | |
| // @namespace http://tampermonkey.net/ | |
| // @match https://chat.openai.com/* |