Skip to content

Instantly share code, notes, and snippets.

@dharmesh-hemaram
Last active March 21, 2023 07:28
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/244a074b8c8474e81442cdc91ee3e098 to your computer and use it in GitHub Desktop.
Save dharmesh-hemaram/244a074b8c8474e81442cdc91ee3e098 to your computer and use it in GitHub Desktop.
Friendly Captcha

Friendly Captcha

  • Download friendly-captcha.json
  • Import into below extension
  • Refresh Page

Under second Action addon you can change Recheck and Recheck Interval as per your need to make extension look faster.


Auto Clicker Auto Fill Extension


tags

#friendlycapthca #autoclickerextension #autoclicker #autofill

{
"name": "friendlycaptcha.com",
"url": "https://friendlycaptcha.com/demo",
"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": "#name-field",
"value": "Dharmesh",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
}
},
{
"name": "",
"initWait": 0,
"elementFinder": "//button[@type=\"submit\"]",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"focus": true,
"addon": {
"elementFinder": "//span[@class=\"frc-text\"]",
"value": "Completed",
"condition": "Contains",
"valueExtractor": "@title",
"recheck": "5",
"recheckInterval": "5",
"recheckOption": "skip"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment