Expands chat window of chat.openai.com, so it's wide enough to display code blocks.
Expanded ChatGpt by CddlySpce
Details
AuthorCddlySpce
LicenseNo License
Categoryuserstyles
Created
Updated
Size276 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 chat.openai.com
@version 20230815.01.53
@namespace ?
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
.text-base
{
min-width: 1000px;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
}
}