Created
June 15, 2022 23:15
-
-
Save Octagon-simon/0a23e1db62c371e43c61d706da323cb0 to your computer and use it in GitHub Desktop.
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
| //get url | |
| const pageUrl = window.location.href; | |
| //get sitekey | |
| const siteKey = document.querySelector('[data-sitekey]').getAttribute('data-sitekey'); | |
| //invoke the solve captcha function | |
| solveCaptcha(siteKey, pageUrl); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment