Simply makes your ChatGPT conversations wider. Convenient if you're using a computer monitor produced after 1999.
WideGPT by apkd

Details
Authorapkd
LicenseCC Zero
Created
Updated
Categorychat.openai.com
Statistics
Learn how we calculate statistics in the FAQ.
Total views
Total installs
Weekly installs
Weekly updates
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name WideGPT
@version 0.1
@namespace https://tryfinally.dev/
@description Simply makes your ChatGPT conversations wider. Convenient if you're using a computer monitor produced after 1999.
@author tryfinally.dev
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
.xl\:max-w-3xl { max-width: 90% !important; }
/* uncomment to hide the "Enable chat history" button: */
/* .w-full.mt-4.btn-primary.relative.btn:has(svg) { display: none; } */
}