sunny9495 42 Posted March 13, 2017 Report Share Posted March 13, 2017 Everybody has the fear of the new google invisible recaptcha,but 2captcha is able to solve the recaptcha Invisible Captcha Demo Page https://www.google.com/recaptcha/api2/demo?invisible=true 2captcha Guide to Solve the New Invisible Recaptcha https://2captcha.com/2captcha-api#invisible 3 Quote Link to post Share on other sites
Code Docta (Nick C.) 638 Posted March 13, 2017 Report Share Posted March 13, 2017 Thanks for sharing! Quote Link to post Share on other sites
jason 101 Posted March 14, 2017 Report Share Posted March 14, 2017 If it's invisible, how do you know it exists ? Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted March 15, 2017 Report Share Posted March 15, 2017 checking for it in html Quote Link to post Share on other sites
itexspert 47 Posted March 15, 2017 Report Share Posted March 15, 2017 I don't quite understand this,how do we implement this code of theirs into our bots,can someone make an ubot example of how it should look like! Quote Link to post Share on other sites
koziu 0 Posted March 31, 2017 Report Share Posted March 31, 2017 Solving invisible captchas like on demo is easy. However I have problem with sth like on:search.google.com/search-console/mobile-friendly where the data-callback function is needed, but it is hidden inside javascript. Someone have an idea how to solve this? I'm willing to pay for this. Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted March 31, 2017 Report Share Posted March 31, 2017 I havent encounter invisible captcha yet. Will it redirect you to an error page when invisible captcha triggers? Quote Link to post Share on other sites
koziu 0 Posted March 31, 2017 Report Share Posted March 31, 2017 (edited) I make it to the point where I change the value of g-recaptcha-response element to the answer token, but there's no form or button to submit. The instruction at https://2captcha.com/2captcha-api#invisible states that callback function should be called, but I cannot find it. You can test and see how it works at https://search.google.com/search-console/mobile-friendly Edited March 31, 2017 by koziu Quote Link to post Share on other sites
zozo31 10 Posted April 2, 2017 Report Share Posted April 2, 2017 I make it to the point where I change the value of g-recaptcha-response element to the answer token, but there's no form or button to submit. The instruction at https://2captcha.com/2captcha-api#invisible states that callback function should be called, but I cannot find it. You can test and see how it works at https://search.google.com/search-console/mobile-friendly in most cases, you need to change the attribute of the 'submit' button itself, because it's likely to be different from site to site.. after changing the style of the g-response's textarea, find and change the style of the button too... Quote Link to post Share on other sites
koziu 0 Posted April 2, 2017 Report Share Posted April 2, 2017 Sorry, but I don't think you've checked the url I posted. Google did a good job with hiding everything in javascript. You cannot just simply go and find it in the html source. In most such cases it is easy. I already posted a few job offers on various platforms to help me with it and from a dozen or so applicants only 2 seems to understand the problem. Quote Link to post Share on other sites
zozo31 10 Posted April 2, 2017 Report Share Posted April 2, 2017 is this really the only way available(to achieve your goal) or do you have to deal with this captcha in this URL no matter what? Quote Link to post Share on other sites
koziu 0 Posted April 2, 2017 Report Share Posted April 2, 2017 It is necessary to use this url.Besides, what if google starts to implementing this in other places. I want to be ready Quote Link to post Share on other sites
zozo31 10 Posted April 3, 2017 Report Share Posted April 3, 2017 It is necessary to use this url.Besides, what if google starts to implementing this in other places. I want to be ready No, not the URL.. the goal. Is this the only way to achieve it? Is this the only place you can check your site's mobile friendly status? If it isn't: then why?If it is: then maybe you forgot to search "mobile friendly test" in google or bing or yahoo or 3search or yandex or... well you get what i mean... as for your next question, same question with above.. Quote Link to post Share on other sites
koziu 0 Posted April 3, 2017 Report Share Posted April 3, 2017 (edited) Ok, nevermind.It's not about the mobile test. I just asked about this specific problem on this specific url, I won't be looking elsewhere.I didn't asked about other solution or workarounds. If there are no other ideas, then fine, let's drop the subject. Edited April 3, 2017 by koziu Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.