@GodKing 在 team查询下期账单最新脚本 中发帖
食用方法 👇
1、执行脚本
网页端登录chatgpt账号,f12执行以下脚本
(async () => {
const uuid = () =>
crypto.randomUUID?.() ||
"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (c) => {
const r = (Math.random() * 16) | 0;
return (c === "x" ? r : (r & 0x3) | 0x8).toString(16);
});
// 1) 取 Web access token
const sess = await fetch("/api/auth/session", { credentials: "include" }).then((r) =>...