API wrapper for using DeathByCaptcha's decaptcha service
이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greatest.deepsurf.us/scripts/9125/158918/DeathByCatpcha%20API%20Wrapper.js을(를) 사용하여 포함하는 라이브러리입니다.
For use in user scripts for solving catpchas on pages DeathByCaptha account required
var dbc = new DeathByCaptcha('DBC_USERNAME', 'DBC_PASSWORD');
var capImg = document.querySelector('.captcha-image');
dbc.solve(capImg, function(err, solution, capId) {
if (!err) {
console.log(solution)
}
//if solution is incorrect
{
dbc.report(capId)
}
}
callback paramters:
callback paramters:
callback paramters: