Wider Code Box and better Wraparound. Ideal for coding and scripting.
openai.com by vitaminR
Details
AuthorvitaminR
LicenseNo License
Categoryopenai.com
Created
Updated
Size283 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 openai.com
@version 20231011.10.15
@namespace ?
==/UserStyle== */
@-moz-document domain("openai.com") {
.md\:max-w-3xl
{
max-width: 70%;
}
.xl\:max-w-3xl
{
max-width: 90%;
}
.\!whitespace-pre {
white-space: pre-wrap!important;
}
}