🏳️⚧️
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 Width Expander | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2.0 | |
| // @description Expand chat width to ~90% by overriding new container-based max-width var | |
| // @author Aitor Astorga Saez de Vicuña | |
| // @match https://chatgpt.com/* | |
| // @grant none | |
| // ==/UserScript== |