/*** Thanks to & modified from 1. https://gist.githubusercontent.com/Hyseen/b06e911a41036ebc36acf04ddebe7b9a/raw/nf_check.js 2. https://github.com/AtlantisGawrGura/Quantumult-X-Scripts/blob/main/media.js 3. https://github.com/CoiaPrant/MediaUnlock_Test/blob/main/check.sh 3. https://github.com/Netflixxp/chatGPT/blob/main/chat.sh For Quantumult-X 598+ ONLY!! 2023-02-14 - 支持 ChatGPT 检测 [task_local] event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/streaming-ui-check.js, tag=流媒体-解锁查询, img-url=checkmark.seal.system, enabled=true @XIAO_KOP **/ const BASE_URL = 'https://www.netflix.com/title/'; const BASE_URL_YTB = "https://www.youtube.com/premium"; const BASE_URL_DISNEY = 'https://www.disneyplus.com'; const BASE_URL_Dazn = "https://startup.core.indazn.com/misl/v5/Startup"; const BASE_URL_Param = "https://www.paramountplus.com/" const FILM_ID = 81280792 const BASE_URL_Discovery_token = "https://us1-prod-direct.discoveryplus.com/token?deviceId=d1a4a5d25212400d1e6985984604d740&realm=go&shortlived=true" const BASE_URL_Discovery = "https://us1-prod-direct.discoveryplus.com/users/me" const BASE_URL_GPT = 'https://chat.openai.com/' const Region_URL_GPT = 'https://chat.openai.com/cdn-cgi/trace' const link = { "media-url": "https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/img/southpark/7.png" } const policy_name = "Netflix" //填入你的 netflix 策略组名 const arrow = " ➟ " const UA = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' // 即将登陆 const STATUS_COMING = 2 // 支持解锁 const STATUS_AVAILABLE = 1 // 不支持解锁 const STATUS_NOT_AVAILABLE = 0 // 检测超时 const STATUS_TIMEOUT = -1 // 检测异常 const STATUS_ERROR = -2 var opts = { policy: $environment.params }; var opts1 = { policy: $environment.params, redirection: false }; var flags = new Map([[ "AC" , "🇦🇨" ] ,["AE","🇦🇪"], [ "AF" , "🇦🇫" ] , [ "AI" , "🇦🇮" ] , [ "AL" , "🇦🇱" ] , [ "AM" , "🇦🇲" ] , [ "AQ" , "🇦🇶" ] , [ "AR" , "🇦🇷" ] , [ "AS" , "🇦🇸" ] , [ "AT" , "🇦🇹" ] , [ "AU" , "🇦🇺" ] , [ "AW" , "🇦🇼" ] , [ "AX" , "🇦🇽" ] , [ "AZ" , "🇦🇿" ] , ["BA", "🇧🇦"], [ "BB" , "🇧🇧" ] , [ "BD" , "🇧🇩" ] , [ "BE" , "🇧🇪" ] , [ "BF" , "🇧🇫" ] , [ "BG" , "🇧🇬" ] , [ "BH" , "🇧🇭" ] , [ "BI" , "🇧🇮" ] , [ "BJ" , "🇧🇯" ] , [ "BM" , "🇧🇲" ] , [ "BN" , "🇧🇳" ] , [ "BO" , "🇧🇴" ] , [ "BR" , "🇧🇷" ] , [ "BS" , "🇧🇸" ] , [ "BT" , "🇧🇹" ] , [ "BV" , "🇧🇻" ] , [ "BW" , "🇧🇼" ] , [ "BY" , "🇧🇾" ] , [ "BZ" , "🇧🇿" ] , [ "CA" , "🇨🇦" ] , [ "CF" , "🇨🇫" ] , [ "CH" , "🇨🇭" ] , [ "CK" , "🇨🇰" ] , [ "CL" , "🇨🇱" ] , [ "CM" , "🇨🇲" ] , [ "CN" , "🇨🇳" ] , [ "CO" , "🇨🇴" ] , [ "CP" , "🇨🇵" ] , [ "CR" , "🇨🇷" ] , [ "CU" , "🇨🇺" ] , [ "CV" , "🇨🇻" ] , [ "CW" , "🇨🇼" ] , [ "CX" , "🇨🇽" ] , [ "CY" , "🇨🇾" ] , [ "CZ" , "🇨🇿" ] , [ "DE" , "🇩🇪" ] , [ "DG" , "🇩🇬" ] , [ "DJ" , "🇩🇯" ] , [ "DK" , "🇩🇰" ] , [ "DM" , "🇩🇲" ] , [ "DO" , "🇩🇴" ] , [ "DZ" , "🇩🇿" ] , [ "EA" , "🇪🇦" ] , [ "EC" , "🇪🇨" ] , [ "EE" , "🇪🇪" ] , [ "EG" , "🇪🇬" ] , [ "EH" , "🇪🇭" ] , [ "ER" , "🇪🇷" ] , [ "ES" , "🇪🇸" ] , [ "ET" , "🇪🇹" ] , [ "EU" , "🇪🇺" ] , [ "FI" , "🇫🇮" ] , [ "FJ" , "🇫🇯" ] , [ "FK" , "🇫🇰" ] , [ "FM" , "🇫🇲" ] , [ "FO" , "🇫" ] , [ "FR" , "🇫🇷" ] , [ "GA" , "🇬🇦" ] , [ "GB" , "🇬🇧" ] , [ "HK" , "🇭🇰" ] ,["HU","🇭🇺"], [ "ID" , "🇮🇩" ] , [ "IE" , "🇮🇪" ] , [ "IL" , "🇮🇱" ] , [ "IM" , "🇮🇲" ] , [ "IN" , "🇮🇳" ] , [ "IS" , "🇮🇸" ] , [ "IT" , "🇮🇹" ] , [ "JP" , "🇯🇵" ] , [ "KR" , "🇰🇷" ] , [ "LU" , "🇱🇺" ] , [ "MO" , "🇲🇴" ] , [ "MX" , "🇲🇽" ] , [ "MY" , "🇲🇾" ] , [ "NL" , "🇳🇱" ] , [ "PH" , "🇵🇭" ] , [ "RO" , "🇷🇴" ] , [ "RS" , "🇷🇸" ] , [ "RU" , "🇷🇺" ] , [ "RW" , "🇷🇼" ] , [ "SA" , "🇸🇦" ] , [ "SB" , "🇧" ] , [ "SC" , "🇸🇨" ] , [ "SD" , "🇸🇩" ] , [ "SE" , "🇸🇪" ] , [ "SG" , "🇸🇬" ] , [ "TH" , "🇹🇭" ] , [ "TN" , "🇹🇳" ] , [ "TO" , "🇹🇴" ] , [ "TR" , "🇹🇷" ] , [ "TV" , "🇹🇻" ] , [ "TW" , "🇨🇳" ] , [ "UK" , "🇬🇧" ] , [ "UM" , "🇺🇲" ] , [ "US" , "🇺🇸" ] , [ "UY" , "🇺🇾" ] , [ "UZ" , "🇺🇿" ] , [ "VA" , "🇻🇦" ] , [ "VE" , "🇻🇪" ] , [ "VG" , "🇻🇬" ] , [ "VI" , "🇻🇮" ] , [ "VN" , "🇻🇳" ] , [ "ZA" , "🇿🇦"]]) let result = { "title": ' 📺 流媒体服务查询', "YouTube": 'YouTube: 检测失败,请重试 ❗️', "Netflix": 'Netflix: 检测失败,请重试 ❗️', "Dazn": "Dazn: 检测失败,请重试 ❗️", "Disney": "Disneyᐩ: 检测失败,请重试 ❗️", "Paramount" : "Paramountᐩ: 检测失败,请重试 ❗️", "Discovery" : "Discoveryᐩ: 检测失败,请重试 ❗️", "ChatGPT" : "ChatGPT: 检测失败,请重试 ❗️" //"Google": "Google 定位: 检测失败,请重试" } const message = { action: "get_policy_state", content: $environment.params }; ;(async () => { testYTB() testDazn() testParam() let [{ region, status }] = await Promise.all([testDisneyPlus(),testNf(FILM_ID),testDiscovery(),testChatGPT()]) console.log("NetFlix Result:"+result["Netflix"]) console.log(`testDisneyPlus: region=${region}, status=${status}`) if (status==STATUS_COMING) { //console.log(1) result["Disney"] = "Disneyᐩ: 即将登陆 ➟ "+'⟦'+flags.get(region.toUpperCase())+"⟧ ⚠️" } else if (status==STATUS_AVAILABLE){ //console.log(2) result["Disney"] = "Disneyᐩ: 支持 ➟ "+'⟦'+flags.get(region.toUpperCase())+"⟧ 🎉" console.log(result["Disney"]) } else if (status==STATUS_NOT_AVAILABLE) { //console.log(3) result["Disney"] = "Disneyᐩ: 未支持 🚫 " } else if (status==STATUS_TIMEOUT) { result["Disney"] = "Disneyᐩ: 检测超时 🚦 " } let content = "------------------------------"+"
"+([result["YouTube"],result["Netflix"],result["Disney"],result["Dazn"],result["Paramount"],result["Discovery"],result["ChatGPT"]]).join("

") content = content + "
------------------------------
"+""+"节点 ➟ " + $environment.params+ "" content =`

` + content + `

` // cnt = `

` +'----------------------

'+result["Disney"]+'

----------------------
'+$environment.params + `

` $configuration.sendMessage(message).then(resolve => { if (resolve.error) { console.log(resolve.error); $done() } if (resolve.ret) { let output=JSON.stringify(resolve.ret[message.content])? JSON.stringify(resolve.ret[message.content]).replace(/\"|\[|\]/g,"").replace(/\,/g," ➟ ") : $environment.params let content = "--------------------------------------
"+([result["Dazn"],result["Discovery"],result["Paramount"],result["Disney"],result["ChatGPT"],result["Netflix"],result["YouTube"]]).join("

") content = content + "
--------------------------------------
"+""+"节点 ➟ " + output+ "" content =`

` + content + `

` //$notify(typeof(output),output) console.log(output); $done({"title":result["title"],"htmlMessage":content}) } //$done();| }, reject => { // Normally will never happen. $done(); }); //$done({"title":result["title"],"htmlMessage":content}) })() .finally(() => { $configuration.sendMessage(message).then(resolve => { if (resolve.error) { console.log(resolve.error); $done() } if (resolve.ret) { let output=JSON.stringify(resolve.ret[message.content])? JSON.stringify(resolve.ret[message.content]).replace(/\"|\[|\]/g,"").replace(/\,/g," ➟ ") : $environment.params let content = "--------------------------------------
"+([result["Dazn"],result["Discovery"],result["Paramount"],result["Disney"],result["ChatGPT"],result["Netflix"],result["YouTube"]]).join("

") content = content + "
--------------------------------------
"+""+"节点 ➟ " + output+ "" content =`

` + content + `

` //$notify(typeof(output),output) console.log(output); $done({"title":result["title"],"htmlMessage":content}) } //$done();| }, reject => { // Normally will never happen. $done(); }); $done({"title":result["title"],"htmlMessage":`

`+'----------------------

'+"🚥 检测异常"+'

----------------------
'+ output + `

`}) } ); async function testDisneyPlus() { try { let { region, cnbl } = await Promise.race([testHomePage(), timeout(7000)]) console.log(`homepage: region=${region}, cnbl=${cnbl}`) // 即将登陆 // if (cnbl == 2) { // return { region, status: STATUS_COMING } // } let { countryCode, inSupportedLocation, accessToken } = await Promise.race([getLocationInfo(), timeout(7000)]) console.log(`getLocationInfo: countryCode=${countryCode}, inSupportedLocation=${inSupportedLocation}`) region = countryCode ?? region console.log( "region:"+region) // 即将登陆 if (inSupportedLocation === false || inSupportedLocation === 'false') { return { region, status: STATUS_COMING } } else { // 支持解锁 return { region, status: STATUS_AVAILABLE } } let support = await Promise.race([testPublicGraphqlAPI(accessToken), timeout(7000)]) if (!support) { return { status: STATUS_NOT_AVAILABLE } } // 支持解锁 return { region, status: STATUS_AVAILABLE } } catch (error) { console.log("error:"+error) // 不支持解锁 if (error === 'Not Available') { console.log("不支持") return { status: STATUS_NOT_AVAILABLE } } // 检测超时 if (error === 'Timeout') { return { status: STATUS_TIMEOUT } } return { status: STATUS_ERROR } } } function getLocationInfo() { return new Promise((resolve, reject) => { let opts0 = { url: 'https://disney.api.edge.bamgrid.com/graph/v1/device/graphql', method: "POST", opts: opts, headers: { 'Accept-Language': 'en', "Authorization": 'ZGlzbmV5JmJyb3dzZXImMS4wLjA.Cu56AgSfBTDag5NiRA81oLHkDZfu5L3CKadnefEAY84', 'Content-Type': 'application/json', 'User-Agent': UA, }, body: JSON.stringify({ query: 'mutation registerDevice($input: RegisterDeviceInput!) { registerDevice(registerDevice: $input) { grant { grantType assertion } } }', variables: { input: { applicationRuntime: 'chrome', attributes: { browserName: 'chrome', browserVersion: '94.0.4606', manufacturer: 'apple', model: null, operatingSystem: 'macintosh', operatingSystemVersion: '10.15.7', osDeviceIds: [], }, deviceFamily: 'browser', deviceLanguage: 'en', deviceProfile: 'macosx', }, }, }), } $task.fetch(opts0).then(response => { let data = response.body console.log("locationinfo:"+response.statusCode) if (response.statusCode !== 200) { console.log('getLocationInfo: ' + data) reject('Not Available') return } else { let { token: { accessToken }, session: { inSupportedLocation, location: { countryCode }, }, } = JSON.parse(data)?.extensions?.sdk resolve({ inSupportedLocation, countryCode, accessToken }) } }, reason => { reject('Error') return }) }) } function testHomePage() { return new Promise((resolve, reject) => { let opts0 = { url: 'https://www.disneyplus.com/', opts: opts, headers: { 'Accept-Language': 'en', 'User-Agent': UA, }, } $task.fetch(opts0).then(response => { let data = response.body console.log("DisneyPlus: homepage"+response.statusCode) if (response.statusCode !== 200 || data.indexOf('not available in your region') !== -1) { reject('Not Available') return } else { let match = data.match(/Region: ([A-Za-z]{2})[\s\S]*?CNBL: ([12])/) if (!match) { resolve({ region: '', cnbl: '' }) return } else { let region = match[1] let cnbl = match[2] //console.log("homepage"+region+cnbl) resolve({ region, cnbl }) } } }, reason => { reject('Error') return }) }) } function testPublicGraphqlAPI(accessToken) { return new Promise((resolve, reject) => { let opts = { url: 'https://disney.api.edge.bamgrid.com/v1/public/graphql', headers: { 'Accept-Language': 'en', Authorization: accessToken, 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36', }, body: JSON.stringify({ query: 'query($preferredLanguages: [String!]!, $version: String) {globalization(version: $version) { uiLanguage(preferredLanguages: $preferredLanguages) }}', variables: { version: '1.5.0', preferredLanguages: ['en'] }, }), } $task.fetch(opts).then( response => { resolve(response.status === 200) }, reason => { reject('Error') return }) }) } function timeout(delay = 5000) { return new Promise((resolve, reject) => { setTimeout(() => { reject('Timeout') }, delay) }) } function testNf(filmId) { return new Promise((resolve, reject) =>{ let option = { url: BASE_URL + filmId, opts: opts, timeout: 5200, headers: { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', }, } $task.fetch(option).then(response => { //$notify("nf:"+response.statusCode) console.log("nf:"+response.statusCode) if (response.statusCode === 404) { result["Netflix"] = "Netflix: 支持自制剧集 ⚠️" console.log("nf:"+result["Netflix"]) resolve('Not Found') return } else if (response.statusCode === 403) { //console.log("nfnf") result["Netflix"] = "Netflix: 未支持 🚫" console.log("nf:"+result["Netflix"]) //$notify("nf:"+result["Netflix"]) resolve('Not Available') return } else if (response.statusCode === 200) { let url = response.headers['X-Originating-URL'] let region = url.split('/')[3] region = region.split('-')[0] if (region == 'title') { region = 'us' } console.log("nf:"+region) result["Netflix"] = "Netflix: 完整支持"+arrow+ "⟦"+flags.get(region.toUpperCase())+"⟧ 🎉" //$notify("nf:"+result["Netflix"]) resolve("nf:"+result["Netflix"]) return } resolve("Netflix Test Error") }, reason => { result["Netflix"] = "Netflix: 检测超时 🚦" console.log(result["Netflix"]) resolve("timeout") } ) } ) } function testYTB() { let option = { url: BASE_URL_YTB, opts: opts, timeout: 2800, headers: { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' }, } $task.fetch(option).then(response=> { let data = response.body console.log("ytb:"+response.statusCode) if (response.statusCode !== 200) { //reject('Error') result["YouTube"] = "YouTube Premium: 检测失败 ❗️" } else if (data.indexOf('Premium is not available in your country') !== -1) { //resolve('Not Available') result["YouTube"] = "YouTube Premium: 未支持 🚫" } else if (data.indexOf('Premium is not available in your country') == -1) {//console.log(data.split("countryCode")[1]) let region = '' let re = new RegExp('"GL":"(.*?)"', 'gm') let ret = re.exec(data) if (ret != null && ret.length === 2) { region = ret[1] } else if (data.indexOf('www.google.cn') !== -1) { region = 'CN' } else { region = 'US' } //resolve(region) result["YouTube"] = "YouTube Premium: 支持 "+arrow+ "⟦"+flags.get(region.toUpperCase())+"⟧ 🎉" console.log("ytb:"+region+ result["YouTube"]) } }, reason => { result["YouTube"] = "YouTube Premium: 检测超时 🚦" //resolve("timeout") }) } function testDazn() { const extra =`{ "LandingPageKey":"generic", "Platform":"web", "PlatformAttributes":{}, "Manufacturer":"", "PromoCode":"", "Version":"2" }` let option = { url: BASE_URL_Dazn, method: "POST", opts: opts, timeout: 2800, headers: { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', "Content-Type": "application/json" }, body: extra } $task.fetch(option).then(response=> { let data = response.body //data = extra let header = JSON.stringify(response.headers) console.log("Dazn:"+response.statusCode) //console.log("Dazn:"+data) //$done(data) if (response.statusCode !== 200) { //reject('Error') result["Dazn"] = "Dazn: 检测失败 ❗️" } else if (response.statusCode == 200) {//console.log(data.split("countryCode")[1]) //console.log(data) let region = '' let re = new RegExp('"GeolocatedCountry":"(.*?)"', 'gm') let ret = re.exec(data) if (ret != null && ret.length === 2) { region = ret[1] result["Dazn"] = "Dazn: 支持 "+arrow+ "⟦"+flags.get(region.toUpperCase())+"⟧ 🎉" } else { result["Dazn"] = "Dazn: 未支持 🚫" } //resolve(region) console.log("Dazn:"+region+ result["Dazn"]) } }, reason => { result["Dazn"] = "Dazn: 检测超时 🚦" //resolve("timeout") }) } function testParam() { let option = { url: BASE_URL_Param, opts: opts1, timeout: 2800, headers: { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' }, } $task.fetch(option).then(response=> { //let data = response.body console.log("Paramountᐩ:"+response.statusCode) if (response.statusCode == 200) { //reject('Error') result["Paramount"] = "Paramountᐩ: 支持 🎉 " } else if (response.statusCode == 302) { //resolve('Not Available') result["Paramount"] = "Paramountᐩ: 未支持 🚫" } console.log("Paramountᐩ:"+ result["Paramount"]) }, reason => { result["Paramount"] = "Paramountᐩ: 检测超时 🚦" //resolve("timeout") }) } function testDiscovery() { return new Promise((resolve, reject) =>{ let option = { url: BASE_URL_Discovery_token, opts: opts1, timeout: 2800, headers: { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36' }, verify: false } $task.fetch(option).then(response=> { console.log("GetToken:"+response.statusCode) if(response.statusCode == 200) { let data = JSON.parse(response.body) console.log(data) let token = data["data"]["attributes"]["token"] const cookievalid =`_gcl_au=1.1.858579665.1632206782; _rdt_uuid=1632206782474.6a9ad4f2-8ef7-4a49-9d60-e071bce45e88; _scid=d154b864-8b7e-4f46-90e0-8b56cff67d05; _pin_unauth=dWlkPU1qWTRNR1ZoTlRBdE1tSXdNaTAwTW1Nd0xUbGxORFV0WWpZMU0yVXdPV1l6WldFeQ; _sctr=1|1632153600000; aam_fw=aam%3D9354365%3Baam%3D9040990; aam_uuid=24382050115125439381416006538140778858; st=${token}; gi_ls=0; _uetvid=a25161a01aa711ec92d47775379d5e4d; AMCV_BC501253513148ED0A490D45%40AdobeOrg=-1124106680%7CMCIDTS%7C18894%7CMCMID%7C24223296309793747161435877577673078228%7CMCAAMLH-1633011393%7C9%7CMCAAMB-1633011393%7CRKhpRz8krg2tLO6pguXWp5olkAcUniQYPHaMWWgdJ3xzPWQmdj0y%7CMCOPTOUT-1632413793s%7CNONE%7CvVersion%7C5.2.0; ass=19ef15da-95d6-4b1d-8fa2-e9e099c9cc38.1632408400.1632406594` let option1 = { url: BASE_URL_Discovery, opts: opts1, timeout: 2800, headers: { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', "Cookie": cookievalid, }, ciphers: "DEFAULT@SECLEVEL=1", verify: false } $task.fetch(option1).then(response=> { console.log("Discovery+ Check:"+response.statusCode) let data = JSON.parse(response.body) let locationd = data["data"]["attributes"]["currentLocationTerritory"] if (locationd == "us") { result["Discovery"] = "Discoveryᐩ: 支持 🎉 " console.log("支持Discoveryᐩ") resolve("支持Discoveryᐩ") return } else { result["Discovery"] = "Discoveryᐩ: 未支持 🚫" console.log("不支持Discoveryᐩ") resolve("不支持Discoveryᐩ") return } }, reason => { console.log("Check-Error"+reason) resolve("discovery failed") }) } else { console.log("GetToken-Error"+reason) resolve("discovery failed") } }, reason => { console.log("GetToken-Error"+reason) resolve("discovery failed") })})} // openai test support_countryCodes=["T1","XX","AL","DZ","AD","AO","AG","AR","AM","AU","AT","AZ","BS","BD","BB","BE","BZ","BJ","BT","BA","BW","BR","BG","BF","CV","CA","CL","CO","KM","CR","HR","CY","DK","DJ","DM","DO","EC","SV","EE","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HU","IS","IN","ID","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LV","LB","LS","LR","LI","LT","LU","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","MK","NO","OM","PK","PW","PA","PG","PE","PH","PL","PT","QA","RO","RW","KN","LC","VC","WS","SM","ST","SN","RS","SC","SL","SG","SK","SI","SB","ZA","ES","LK","SR","SE","CH","TH","TG","TO","TT","TN","TR","TV","UG","AE","US","UY","VU","ZM","BO","BN","CG","CZ","VA","FM","MD","PS","KR","TW","TZ","TL","GB"] function testChatGPT() { return new Promise((resolve, reject) =>{ let option = { url: BASE_URL_GPT, opts: opts1, timeout: 2800, } $task.fetch(option).then(response=> { let resp = JSON.stringify(response) console.log("ChatGPT Main Test") let jdg = resp.indexOf("text/plain") if(jdg == -1) { let option1 = { url: Region_URL_GPT, opts: opts1, timeout: 2800, } $task.fetch(option1).then(response=> { console.log("ChatGPT Region Test") let region = response.body.split("loc=")[1].split("\n")[0] console.log("ChatGPT Region: "+region) let res = support_countryCodes.indexOf(region) if (res != -1) { result["ChatGPT"] = "ChatGPT: 支持 "+arrow+ "⟦"+flags.get(region.toUpperCase())+"⟧ 🎉" console.log("支持 ChatGPT") resolve("支持 ChatGPT") return } else { result["ChatGPT"] = "ChatGPT: 未支持 🚫" console.log("不支持 ChatGPT") resolve("不支持 ChatGPT") return } }, reason => { console.log("Check-Error"+reason) resolve("ChatGPT failed") }) } else { result["ChatGPT"] = "ChatGPT: 未支持 🚫" console.log("不支持 ChatGPT") resolve("不支持 ChatGPT") } }, reason => { console.log("ChatGPT-Error"+reason) resolve("ChatGPT failed") })})}