您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
The fastest ChatGPT widescreen userscript. Just one line, you don't even have to install a script. Create a bookmark and activate with one click.
当前为
The fastest Chat-GPT widescreen userscript.
Just one line, you don't even have to install a script.
Create a bookmark named "Expand ChatGPT" with the following line as the URL:
Click the bookmark and ChatGPT chat boxes should expand instantly.
✅ Don't use 10 pages of JavaScript when you can use one line
✅ Don't use JavaScript when you can use pure CSS
✅ Don't wait for elements to show when you do not need to
✅ No addEventListener("DOMContentLoaded")
✅ No MutationObserver()
✅ No Promise()
✅ No querySelector()
✅ No setTimeout()
✅ No window.onload()
✅ No other CPU burning and scroll jittering callback nonsense
If you don't have time to install a script, use this URL Bookmark method instead.
Create a bookmark with the following URL:
Click the bookmark and ChatGPT chat boxes should expand instantly.
You can also copy and paste the same URL directly into the URL bar and press enter:
Note: Some browsers remove the "javascript:" from the URL for security reasons, you may need to manually input "javascript:" at the start of the URL before pressing Enter. ChatGPT chat boxes should expand instantly upon pressing Enter.
The ChatGPT interface uses the following TailwindCSS for to limit max width under different screen sizes:
This script inserts into the master style sheet, an overriding max-width CSS rule (with the "!important" flag), to keep the chat boxes at 100% max width before they are even created: