Skip to content

Instantly share code, notes, and snippets.

@dharmesh-hemaram
Last active March 21, 2023 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharmesh-hemaram/38159cefb2ad6ac2276942eaff272e76 to your computer and use it in GitHub Desktop.
Save dharmesh-hemaram/38159cefb2ad6ac2276942eaff272e76 to your computer and use it in GitHub Desktop.
Google Recaptcha

Google Recaptcha

This configuration is used to click on the checkbox of Google Recaptcha and not solve the captcha problem. If Google shows images to select and verify being human it must be done manually.

only click on the checkbox of Google Recaptcha it must be a separate configuration other than the main page as Recaptcha appears in separate iframe


How to use

  • Download configuration.json below
  • Import into below extension
  • Refresh Page

Auto Clicker Auto Fill Extension


tags

#googlerecaptcha #autoclickerextension #autoclicker #autofill

{
"name": "Google Recaptcha",
"url": "https://www.google.com/recaptcha/api2/anchor",
"initWait": 0,
"startTime": "",
"enable": true,
"startType": "auto",
"loadType": "window",
"hotkey": "Ctrl + Shift + A",
"batch": {
"refresh": false,
"repeat": 0,
"repeatInterval": 0
},
"actions": [
{
"name": "",
"initWait": 0,
"elementFinder": "//span[contains(@class,\"recaptcha-checkbox\")]",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
},
"settings": {
"retry": -2,
"retryInterval": 15,
"retryOption": "skip"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment