Skip to content

openai playground dark by ayarrus

Details

Authorayarrus

LicenseNo License

Categoryplatform.openai.com

Created

Updated

Size525 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

openai playground dark and wide

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         openai playground dark
@version      20231117.13.23
@namespace    ?
==/UserStyle== */

@-moz-document domain("platform.openai.com") {
body {
    filter: invert(1) hue-rotate(180deg) !important;
    background-color: rgb(0, 0, 0) !important;
}

/* Aplicar filtro inverso a los elementos .code-sample-body.code-sample-body-large */
.code-sample-body.code-sample-body-large {
    filter: invert(1) hue-rotate(180deg) !important;
}

/* wide */
.thread-detail {
    max-width: 2000px !important;
}
}

Reviews

No reviews yet.