@lueluelue油猴脚本,更方便地看Livebench 中发帖

[iShot_2025-09-20_01.22.56] 
// ==UserScript==
// @name 更方便地看Livebench
// @namespace https://livebench.ai/
// @version 1.0
// @description 在 page 世界劫持 fetch/XHR,监听资源加载,捕获 table_*.csv → 生成可排序/搜索的完整排行榜 HTML,并提供可选下载
// @license MIT
// @match https://livebench.ai/*
// @run-at document-start
// @inject-into page
// @noframes false
// @grant unsafeWindow
/...