/* ==UserStyle==
@name ChatGPT Max Content View (Minimized Navbar & Prompt)
@namespace github.com/your-username
@version 4.0.1
@description Maximizes content area by shrinking navbar & prompt input on ChatGPT
@match https://chat.openai.com/*
@author You
==/UserStyle== */
html, body {
overflow-x: hidden !important;
margin: 0;
padding: 0;
max-width: 100vw !important;
box-sizing: border-box;
}
main {
max-width: 85vw !important;
width: 80vw !important;
margin: 0 auto !important;
box-sizing: border-box;
}
header {
height: 50px !important; /* Adjust to desired size */
padding: 0 10px !important;
}
textarea, .InputArea, .ProseMirror {
height: 40px !important; /* Shrink the height */
font-size: 14px !important; /* Adjust font size for input text */
padding: 8px !important; /* Reduce padding for space efficiency */
line-height: 1.2 !important; /* Tighten up the line spacing */
}
button {
font-size: 12px !important; /* Smaller button text */
padding: 6px 10px !important; /* Tighter padding */
}
div[class*="max-w"],
div[class*="prose"],
div[class*="container"],
div[class*="mx-auto"] {
max-width: 100% !important;
width: 100% !important;
margin: auto !important;
box-sizing: border-box;
}
.markdown,
div[class*="conversation-item"] {
max-width: 100% !important;
width: 100% !important;
box-sizing: border-box;
}
aside {
width: 250px !important;
}
body::before {
content: "w_act";
position: fixed;
top: 12px;
left: 50px;
background: #767977;
color: white;
padding: 4px 8px;
font-size: 12px;
z-index: 9999;
border-radius: 3px;
}
< /code>
Это код, который идеально согласуется с моим экраном и отзывчивостью, основная проблема, с которой я решаю сейчас, заключается в том, что этот сценарий применяется ко всем моим вкладкам в браузере, и он не специфичен для одного конкретного браузера, я попробовал URL -адреса на домене, и все другие теги и их соответствующее сопоставление ссылок, но это не работало, ошибка, я могу решить < /p>
prome < /p>
profose < /p> profose < /p> prose < /p> profose < /P6 : 1 Unknown metadata: match
< /code>
Дайте мне несколько советов и советов, чтобы исправить его.
Я попытался использовать его URL-Prefix и @Match, но нет изменений. < /p>
Подробнее здесь: https://stackoverflow.com/questions/795 ... ity-issues