@lueluelue 在 Livebench油猴脚本,只看勾选的模型 中发帖
[image]
// ==UserScript==
// @name Livebench 模型对比工具
// @namespace http://tampermonkey.net/
// @version 1.1
// @description 为Livebench排行榜添加模型选择对比功能
// @author schweigen
// @license MIT
// @match *://*.livebench.ai/*
// @match https://livebench.ai/
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// @run-at docum...