Minimal black style for ChatGPT.
ChatGPT Black (Jan 2024) by my3t
Details
Authormy3t
LicenseNo License
Categorychat.openai.com
Created
Updated
Size619 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 ChatGPT Black (Nov '23)
@version 20231114.17.56
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://chat.openai.com/") {
.dark body {
background-color: #1a1a1a;
}
.dark .dark\:bg-gray-800, .dark .btn-neutral, .dark .btn-neutral:hover {
background-color: #1a1a1aad;
}
.gizmo :is(.dark .gizmo\:dark\:bg-gray-800) {
background-color: #1a1a1a;
}
button.absolute:nth-child(3) span svg[disabled] {
background-color: black;
color: grey;
}
/*button.absolute:nth-child(3) span svg:not([disabled]) {
background-color: black;
color: grey;
}*/
}