@atseas 在 chatgpt网页版 橙黄高光主题 中发帖
原版的展示风格看起来总感觉怪怪的…
[屏幕截图 2025-10-31 182452]
写了一个光污染的版本,顺眼多了
[屏幕截图 2025-10-31 182659]
css主题,可以贴到油猴里:
// ==UserScript==
// @name ChatGPT 橙黄高光主题
// @namespace http://tampermonkey.net/
// @version 3.0.0
// @description 为 ChatGPT 添加炫橙黄色高光主题-动画版
// @match https://chatgpt.com/*
// @match https://chat.openai.com/*
// @run-at document-start
// @grant none
/...