eugene (@eugeneL) 在 chat01 deepresearch思考链太长了,写了个脚本简单折叠了一下 中发帖
githubURL
// ==UserScript==
// @name chat01StyleUpdater
// @namespace http://tampermonkey.net/
// @version 2025-03-07
// @description try to take over the world!
// @author You
// @match https://chat01.ai/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=chat01.ai
// @grant none
// ==/UserScript==
(function () {
"use strict";
let done = f...