主 题:发现还有很多人不会订阅菲律宾GPT,分享个教程和菲律宾节点吧
发 布 者:emptywang
标签分类: 日常
时 间:2026-08-20 11:44:50
内容预览:https://gist.github.com/fangyuan99/e93a81f634b68c570a0edb1fee39a511/raw/gpt_checkout.user.js先安装油猴插件打开chatgpt.com,登录账号,然后按F12进入控制台,在下方控制台处粘贴下面脚本javascript:(async function(){try{const t=await(await fetch("/api/auth/session")).json();if(!t.accessToken){alert("请先登录 ChatGPT!");return}const p={"entry_point":"all_plans_pricing_modal","plan_name":"chatgptplusplan","billing_details":{"country":"PH","currency":"PHP"},"checkout_ui_mode":"custom"};const r=await fetch("https://chatgpt.com/backend-api/payments/checkout",{method:"POST",headers:{Authorization:"Bearer "+t.accessToken,"Content-Type":"application/json"},body:JSON.stringify(p)});const d=await r.json();d.checkout_session_id?window.location.href="https://chatgpt.com/checkout/openai_llc/"+d.checkout_session_id:alert("提取失败:"+(d.detail||JSON.strin
直达链接: https://www.nodeseek.com/post-883999-1
发 布 者:emptywang
标签分类: 日常
时 间:2026-08-20 11:44:50
内容预览:https://gist.github.com/fangyuan99/e93a81f634b68c570a0edb1fee39a511/raw/gpt_checkout.user.js先安装油猴插件打开chatgpt.com,登录账号,然后按F12进入控制台,在下方控制台处粘贴下面脚本javascript:(async function(){try{const t=await(await fetch("/api/auth/session")).json();if(!t.accessToken){alert("请先登录 ChatGPT!");return}const p={"entry_point":"all_plans_pricing_modal","plan_name":"chatgptplusplan","billing_details":{"country":"PH","currency":"PHP"},"checkout_ui_mode":"custom"};const r=await fetch("https://chatgpt.com/backend-api/payments/checkout",{method:"POST",headers:{Authorization:"Bearer "+t.accessToken,"Content-Type":"application/json"},body:JSON.stringify(p)});const d=await r.json();d.checkout_session_id?window.location.href="https://chatgpt.com/checkout/openai_llc/"+d.checkout_session_id:alert("提取失败:"+(d.detail||JSON.strin
直达链接: https://www.nodeseek.com/post-883999-1