Hides unnecessary stuff
Minimal ChatGPT by arashkarimpourg
Details
Authorarashkarimpourg
LicenseNo License
Categorychat.openai.com
Created
Updated
Size280 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 Minimal ChatGPT
@version 20240313.09.51
@namespace ?
@description Hides unnecessary stuff
==/UserStyle== */
@-moz-document url-prefix("https://chat.openai.com/") {
main > div.flex.h-full.flex-col > div > div > span {
display: none;
}
}