@lueluelue实在不知道什么url能直接选择you.com里的o3了,只能来个脚本了 中发帖

// ==UserScript==
// @name Auto Switch to o3 Mini (High Effort) Model
// @namespace http://schweigen.example.com/
// @version 1.0
// @description 当页面加载后自动点击“o3 Mini (High Effort)”模型按钮,以便直接切换到该模型
// @author schweigen
// @match *://*/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

// 每隔500毫秒检测一次按钮是否已加载
const intervalId = setInterval(...