Skip to content

Commit

Permalink
修复原引用下标
Browse files Browse the repository at this point in the history
  • Loading branch information
xcanwin committed May 16, 2024
1 parent 1099d3b commit c1a4a77
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions KeepChatGPT.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name KeepChatGPT
// @description 这是一款提高ChatGPT的数据安全能力和效率的插件。并且免费共享大量创新功能,如:自动刷新、保持活跃、数据安全、取消审计、克隆对话、言无不尽、净化页面、展示大屏、展示全屏、拦截跟踪、日新月异等。让我们的AI体验无比安全、顺畅、丝滑、高效、简洁。
// @version 26.5
// @version 26.6
// @author xcanwin
// @namespace https://github.com/xcanwin/KeepChatGPT/
// @supportURL https://github.com/xcanwin/KeepChatGPT/
Expand Down Expand Up @@ -873,11 +873,12 @@
/*净化页面*/
.kpurifypage {
main .text-token-text-primary .font-medium /*首页的LOGO下方的问候语*/,
form.w-full .grow .bottom-full /*首页的快捷提示词*/,
main .text-token-text-primary .mb-5.font-medium /*游客模式的首页的LOGO下方的问候语*/,
form.w-full .grow .bottom-full /*游客模式的首页的快捷提示词*/,
nav.flex .mb-4 /*游客模式的侧边栏的登录提醒*/,
main .text-token-text-primary .mx-3.items-stretch /*首页的LOGO下方的快捷提示词*/,
main form .text-token-text-secondary /*输入框上方标签*/,
main div.text-center>span /*输入框底部标签*/,
nav.flex .mb-4 /*侧边栏的游客模式的登录提醒*/
main div.text-center>span /*输入框底部标签*/
{
display: none;
}
Expand Down

0 comments on commit c1a4a77

Please sign in to comment.