Simply makes your ChatGPT conversations wider. Convenient if you're using a computer monitor produced after 1999.
WideGPT by apkd
Details
Authorapkd
LicenseCC Zero
Categorychat.openai.com
Created
Updated
Size507 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
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; } */
}