We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
hi, any solutions?
Sorry, something went wrong.
Officially it doesn't support. Try this hack
$('.captcha-wrapper') .on('click', 'img.captcha_img', function(e){ // обновление картинки по клику $(this).attr('src', $(this).attr('src').split('?')[0] + '?' + new Date().getTime()); // синхронизирование изображений всех каптч - обход ограничения одной капчи на страницу $('img.captcha_img').replaceWith($(this).clone()); }); // триггерим вручную первое обновление и синхронизацию $('img.captcha_img').last().click();
The anhskohbo/no-captcha is supported this. So I haven't see reason to not start use it
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: