Skip to content

ChatGPT Black (Nov '23) by ditsuke

Details

Authorditsuke

LicenseNo License

Categorychat.openai.com

Created

Updated

Size610 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes ChatGPT black

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\/90 {
    background-color: #1a1a1aad;
}

.gizmo :is(.dark .gizmo\:dark\:bg-gray-800) {
    background-color: #1a1a1a;
}

div.px-2 {
    display: none;
}

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;
}*/
}

Reviews

No reviews yet.