@lueluelueGPT官网5.2 pro能这么玩吗?会有效果吗?(可能降智小心测试) 中发帖

强制设置推理强度max 
// ==UserScript==
// @name ChatGPT Force thinking_effort = max
// @namespace https://tampermonkey.net/
// @version 0.1
// @description Force all JSON requests on chatgpt.com to use "thinking_effort":"max"
// @author you
// @match https://chatgpt.com/*
// @run-at document-start
// @grant none
// ==/UserScript==

(function () {
"use strict";
...