eugene (@eugeneL)写了个脚本隐藏了chato1发现页非deepresearch的结果 中发帖

[image] 
点击安装
// ==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";
const d...