zhansanfeng (@zhangsanfeng)弄了个油猴脚本,切换grok账号的 中发帖

// ==UserScript==
// @name Grok SSO Cookie 切换器
// @namespace http://tampermonkey.net/
// @version 1.0
// @description 简单的 Grok SSO Cookie 切换工具
// @author You
// @match https://grok.com/*
// @grant GM_setValue
// @grant GM_getValue
// @license MIT
// ==/UserScript==

(function() {
'use strict';

// 全局状态
let savedKeys = GM_getValue('sso_ke...