您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
基于 v3.4 的稳定版:用户气泡黑金(短消息也亮);发送/语音/停止按钮黑金;输入框与 AI 消息选中文本=黑底金字;Alt+G 开关。新增:AI 消息下方工具栏(Copy/Like/Dislike/Read/Canvas/Share/Try again)默认黑金,悬停金色高亮;右上 Share 与弹窗 Create link 黑金。严格排除代码块 Copy 与 Canvas 预览 Copy,保持默认。
Great—here are clean, English texts you can paste directly into Greasy Fork.
ChatGPT Black-Gold gives the ChatGPT web UI (chat.openai.com
/ chatgpt.com
) a refined black-and-gold accent. It changes only what should be changed (bubbles, buttons, selection), without painting the whole page.
This build is based on the v3.4 stable line, tuned for visual clarity and low overhead. It uses no external libraries and makes no network requests.
Design goal: tasteful accents for interactive/feedback elements only. Most layout and content remain the default look to preserve readability.
chatgpt.com
(or chat.openai.com
).MutationObserver
and targets real buttons only—no full-container painting. (() => {
const el = $0;
const btn = el.closest('button,[role="button"],a[href],[tabindex]') || el;
console.table([{
text:(btn.innerText||btn.textContent||'').trim(),
aria:btn.getAttribute('aria-label')||'',
testid:btn.getAttribute('data-testid')||'',
title:btn.getAttribute('title')||'',
class:btn.className
}]);
})();
Share the output; I’ll add the new identifier to the match list.