11 hours ago ChatGPT补/改密码🌐 链接: https://linux.do/t/topic/2747959🔍 关键词: #api #gpt🏷️ 分组: LinuxDo论坛🕒 时间: 2026-08-13 11:02:19 LINUX DO ChatGPT补/改密码 最近发现网页上ChatGPT不能点击改密码了,刚好之前保存了接口,希望能帮到大家: F12在console运行 (async () => { if (location.origin !== "https://chatgpt.com") { throw new Error("请在 https://chatgpt.com/ 页面执行"); } const sessionResponse = await fetch("/api/auth/session", { credentials:…