Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created June 15, 2022 23:15
Show Gist options
  • Select an option

  • Save Octagon-simon/0a23e1db62c371e43c61d706da323cb0 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/0a23e1db62c371e43c61d706da323cb0 to your computer and use it in GitHub Desktop.
//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