API wrapper for using DeathByCaptcha's decaptcha service
Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @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: