爱喝绿豆汤 (@ydxlm) 在 grok模型锁定脚本 中发帖
// ==UserScript==
// @name Grok Model Switcher
// @namespace http://tampermonkey.net/
// @version 1.0
// @description 在grok.com上锁定模型
// @author 绿豆汤
// @match https://grok.com/*
// @icon https://grok.com/favicon.ico
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
// ========== 模型配置 ==========
co...