Skip to content

chatgpt.com by Antoine2596

Details

AuthorAntoine2596

LicenseNo License

Categorypourmoi

Created

Updated

Code size870 B

Code checksumc85d8dc2

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           chatgpt.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("chat.openai.com") {

/* Fond transparent */
body {
    background: transparent !important;
}

/* Chat et sidebar semi-transparents */
.chat-container, .sidebar, .header {
    background: rgba(0, 0, 0, 0.02) !important; /* Transparence très faible */
    backdrop-filter: blur(3px); /* Flou léger */
}

/* Masquer l'animation du texte */
.result-streaming {
    display: none !important;
}

/* Changer la couleur du texte pour qu'il soit presque invisible */
.result-streaming, .message {
    color: rgba(0, 0, 0, 0.1) !important;
}

/* Supprimer la barre supérieure, la sidebar et le footer */
.header, .sidebar, .footer {
    display: none !important;
}

}

Reviews

No reviews yet.