[Chat] Template Text Folders

为各种AI聊天网站添加底部间距,为脚本按钮栏留出空间

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name           [Chat] Template Text Folders
@namespace      https://github.com/0-V-linuxdo/Chat_Template_Text_Folders
@description    为各种AI聊天网站添加底部间距,为脚本按钮栏留出空间 
@version        1.1.0
@license        MIT
==/UserStyle== */

@-moz-document domain("lmarena.ai"), domain("chat01.ai"), domain("aistudio.google.com"), domain("grok.com") {
/* Type 1️⃣: 为脚本按钮栏留出空间 */
main {
    padding-bottom: 40px !important;
}
}
@-moz-document domain("claude.ai") {
/* Type 2️⃣: 为脚本按钮栏留出空间 */
/* 备用选择器,适用于可能的类名变化 */
div.sticky[class*="bottom-0"][class*="w-full"]:has(fieldset) {
    bottom: 30px !important;
}
}
@-moz-document domain("aistudio.google.com") {
/* Type 3️⃣: 为脚本按钮栏留出空间 */
footer {
    padding-bottom: 40px !important;
}
}
@-moz-document url-prefix("https://kagi.com/assistant") {
/* Type 1️⃣: 为脚本按钮栏留出空间 */
div.main-center-box {
    padding-bottom: 20px !important;
}
}
@-moz-document domain("setapp.typingcloud.com") {
/* Type 1️⃣: 为脚本按钮栏留出空间 */
main {
    padding-bottom: 30px !important;
}
}
@-moz-document domain("perplexity.ai") {
/* Type 0️⃣: 为脚本按钮栏留出空间 */
.erp-tab\:p-0 {
    padding-bottom: 20px !important;
}

/* [Perplexity] 辅助 */
/* 收窄 匿名模式选择器 */
div[data-placement="top-start"] .w-sideBarWidth {
  width: 100% !important;
}
}
@-moz-document url-prefix("https://www.perplexity.ai/settings"), url-prefix("https://www.perplexity.ai/discover"), url-prefix("https://www.perplexity.ai/spaces"), url-prefix("https://www.perplexity.ai/library") {
/* [Perplexity] 辅助 */
/* 在特定页面隐藏 */
#cttf-ui-host {
    visibility: hidden !important;
    pointer-events: none !important;
}

.erp-tab\:p-0 {
    padding-bottom: 0px !important;
}
}

@-moz-document url-prefix("https://poe.com/explore"), url("https://poe.com/chats"), url("https://poe.com/settings") {
/* [Poe] 辅助 */
/* 在特定页面隐藏 */
#cttf-ui-host {
    visibility: hidden !important;
    pointer-events: none !important;
}
}
@-moz-document domain("monica.im") {
/* Type 3️⃣: 为脚本按钮栏留出空间 */
#root {
    padding-bottom: 40px !important;
}
}
@-moz-document domain("monica.im") {
/* [Monica] 辅助 */
/* 显示层级 */
div[class^="chat-input-v2--"][class^="chat-input--"],
div[class^="chat-input-v2-"][class^="chat-input-"] {
    z-index: 100 !important;
}
}
@-moz-document url("https://monica.im/home/search") {
/* [Monica] 辅助 */
/* 在特定页面隐藏 */
#cttf-ui-host {
    visibility: hidden !important;
    pointer-events: none !important;
}

#root {
    padding-bottom: 0px !important;
}
}
@-moz-document url("https://chat01.ai/zh/history"), url("https://chat01.ai/zh/pricing"), url("https://chat01.ai/zh/credits"), url("https://chat01.ai/zh/keys") {
/* [Chat01] 辅助 */
/* 在特定页面隐藏 */
#cttf-ui-host {
    visibility: hidden !important;
    pointer-events: none !important;
}
}
@-moz-document url-prefix("https://grok.dairoot.cn/admin") {
/* 在特定页面隐藏 */
#cttf-ui-host {
    visibility: hidden !important;
    pointer-events: none !important;
}
}
@-moz-document url-prefix("https://chatgpt.com/codex"), url-prefix("https://chatgpt.com/gpts"), url-prefix("https://chatgpt.com/admin"), url-prefix("https://chatgpt.com/payments") {
/* 在特定页面隐藏 */
#cttf-ui-host {
    visibility: hidden !important;
    pointer-events: none !important;
}
}
@-moz-document regexp("https://www\\.notion\\.so/(?!ai|chat).*") {
/* 在特定页面隐藏 */
#cttf-ui-host {
    visibility: hidden !important;
    pointer-events: none !important;
}
}