Little tweaks for chat.openai.com
chat.openai.com by devidw
Imported and mirrored from https://raw.githubusercontent.com/devidw/user-styles/master/sites/chat.openai.com/index.user.styl
Details
Authordevidw
LicenseUnlicense
Categoryunset
Created
Updated
Size597 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 chat.openai.com
@version 1.0.0
@namespace d.wolf.gdn
@preprocessor stylus
@description Little tweaks for chat.openai.com
@author David Wolf <d@wolf.gdn> (https://d.wolf.gdn)
@homepageURL https://github.com/devidw/user-styles/tree/master/sites/chat.openai.com
@supportURL https://github.com/devidw/user-styles/issues
@license Unlicense
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
.border-orange-500 {
display: none;
}
.text-orange-500 {
color: unset;
}
}