From f949e8effd26577379430fe3c1158162ea56db87 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Fri, 30 Sep 2022 14:34:56 +0200 Subject: [PATCH] rm stealth dup. comments --- epic-games.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/epic-games.js b/epic-games.js index e95a45e..94d7f53 100644 --- a/epic-games.js +++ b/epic-games.js @@ -38,8 +38,6 @@ const context = await chromium.launchPersistentContext(dirs.browser, { }); // Without stealth plugin, the website shows an hcaptcha on login with username/password and in the last step of claiming a game. It may have other heuristics like unsuccessful logins as well. After <6h (TBD) it resets to no captcha again. Getting a new IP also resets. -// stealth with playwright: https://github.com/berstend/puppeteer-extra/issues/454#issuecomment-917437212 -// https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth/evasions await stealth(context); if (!debug) context.setDefaultTimeout(TIMEOUT);