This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * hcaptcha-token-extractor.js | |
| * | |
| * Silently renders an invisible hCaptcha widget, executes the challenge, | |
| * and extracts the response token for use in automated form submissions. | |
| * | |
| * Usage: | |
| * - Run in browser console or inject via a content script | |
| * - On success, the token is available at `window.myExtractedToken` | |
| * |