We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28ec22 commit e2c8041Copy full SHA for e2c8041
src/background/index.mjs
@@ -258,7 +258,9 @@ try {
258
}
259
setUserConfig({
260
chatgptArkoseReqUrl: details.url,
261
- chatgptArkoseReqForm: formData.toString(),
+ chatgptArkoseReqForm:
262
+ formData.toString() ||
263
+ new TextDecoder('utf-8').decode(new Uint8Array(details.requestBody.raw[0].bytes)),
264
}).then(() => {
265
console.log('Arkose req url and form saved')
266
})
src/rules.json
@@ -56,7 +56,7 @@
56
{
57
"operation": "set",
58
"header": "referer",
59
- "value": "https://tcr9i.chat.openai.com/v2/1.5.5/enforcement.fbfc14b0d793c6ef8359e0e4b4a91f67.html"
+ "value": "https://tcr9i.chat.openai.com/v2/2.3.4/enforcement.c70df15cb97792b18c2f4978b68954a0.html"
60
61
]
62
},
0 commit comments