简单区分问答,方便查找
deepseek / grok / chatGPT / Claude / Kimi 高亮折叠回答 by Hojondo

Details
AuthorHojondo
LicenseNo License
Categorygrok.com
Created
Updated
Code size1.6 kB
Code checksum3589c7bd
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name deepseek / grok / chatGPT 高亮问答 折叠回答
@version 20250412.07.30
@namespace ?
@description 简单区分问答,方便查找
@license No License
==/UserStyle== */
@-moz-document domain("grok.com") {
/* Grok */
.group.items-end .message-bubble{
background-color: #C7EDCC;
}
.group.items-start>div:first-child{
margin-bottom: 1em;
max-height:90vh;
overflow: auto;
box-shadow: #00000010 0 2px 20px 0px;
padding: 0 3em;
}
}
@-moz-document url-prefix("https://chat.deepseek.com/a/chat") {
/* Deepseek */
div[class^="dad"] > div:nth-child(even){
margin-bottom: 1em;
max-height:80vh;
overflow: auto;
box-shadow: #00000010 0 2px 20px 0px;
padding: 0 3em;
}
}
@-moz-document domain("chatgpt.com") {
/* chatgpt */
article:nth-child(odd) .bg-token-message-surface{
background-color: #C7EDCC;
}
article:nth-child(even) .agent-turn .grow{
max-height:90vh;
overflow-y: auto;
box-shadow: #00000010 0 2px 20px 0px;
padding: 0 1em;
}
}
@-moz-document url-prefix("https://kimi.moonshot.cn/chat") {
/* kimi */
.chat-content-item:nth-child(odd) .segment-content{
background-color: #C7EDCC;
}
.chat-content-item-assistant{
margin-bottom: 1em;
max-height:80vh;
overflow: auto;
box-shadow: #00000010 0 2px 20px 0px;
}
}
@-moz-document url-prefix("https://claude.ai/chat") {
/* Claude */
div[data-test-render-count]:nth-child(odd) .group{
background-color: #C7EDCC;
}
div[data-test-render-count]:nth-child(even) .group>div:first-child{
max-height:90vh;
overflow: auto;
box-shadow: #00000010 0 2px 20px 0px;
}
}