[Chat] Template Text Folders

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

当前为 2025-10-15 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

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

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==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;
}
}