Files
grok-keygen/turnstilePatch/manifest.json
T
chaos 2302e74209 feat: xAI Grok auto-registration tool
- DrissionPage + Chrome browser automation
- Temporary email via mail.tm API
- Verification code auto-extraction
- Turnstile CAPTCHA bypass via extension
- SSO cookie extraction and persistence
2026-06-16 07:12:51 +08:00

18 lines
387 B
JSON

{
"manifest_version": 3,
"name": "Turnstile Patcher",
"version": "2.1",
"content_scripts": [
{
"js": [
"./script.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
}
]
}