honkki 在 claude的token检测似乎接口改了 中发帖
return new Promise((resolve) => {
GM_xmlhttpRequest({
method: "GET",
url: "https://api.claude.ai/api/organizations",
headers: {
accept:
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8",
"accept-language": "en-US,en;q=0.9",
"cache-control": "max-age=0",
...