Ralf Vogler

Results 121 comments of Ralf Vogler

I hacked together a playwright script here: https://github.com/vogler/epicgames-claimer The stealth plugin is enough to avoid the hcaptcha. I just claimed the current game in headful mode with commit https://github.com/vogler/epicgames-claimer/commit/64d0ba8ce71baec3947d1b64acd567befcb39340 Idk...

https://github.com/vogler/epicgames-claimer claimed all the Tomb Raider games for me without showing a captcha. Still don't know about headless mode though. > and maybe Epic Games is detecting that there are...

> I'll repeat: > > > The captcha is invisible. It will only show if they suspect you of inauthentic (automated) behavior. A captcha challenge prompt or not, you will...

So? You don't have to solve a captcha which is the hard/problematic part.

As I said, you do since you use the API, I don't since the browser takes care of it.

It's required, but I don't need to come up with one (I don't require it), the browser takes care of it.

I thought it's clear that I'm not a browser. The browser taking care of the response implies that it's needed. But ok, it's clear now 😄

Renamed the repo above since I added a script for Amazon Prime Gaming as well: https://github.com/vogler/free-games-claimer It also claims games on external stores like Epic Games and Origin, but needs...

After reading http://zsh.sourceforge.net/Doc/Release/Completion-System.html I arrived at the following: Alternative 1: ~~~ setopt menu_complete ~~~ `v fo` -> `v foo.a` with open menu with `foo.a` selected (`` cycles), `` accepts completion,...