Hello friends, having trouble solving recaptcha v3 on deezer, don't really know how I would even make that work. tips appreciated, will try specific captcha services if people know they work.
@root it doesn't select this captcha i tried several versions and nothing, they are and on twitter and nothing check it or make some demo :) to see if we are something wrong or just captcha can't solve
Всё там работает, я сам вчера регал yahoo. Следуйте инструкции из PDF и всё будет ок
The issue was with window.outerWidth == 0 in BAS, and some startnge code window.outerWidth || window.innerWidth from recaptcha service. If window.outerWidth == 0, so function, which calculates screen width, returned window.innerWidth which was always 304px, because code executed in captcha frame.