From 11c356dde3ba386bf5056b1b37ab9d0ac414f3c1 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Sat, 10 Dec 2022 10:25:11 +0100 Subject: [PATCH 1/2] delete comments --- src/workers/GeoCaptchaSolver.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/workers/GeoCaptchaSolver.js b/src/workers/GeoCaptchaSolver.js index 6b1466d..c7c4eae 100644 --- a/src/workers/GeoCaptchaSolver.js +++ b/src/workers/GeoCaptchaSolver.js @@ -136,7 +136,3 @@ class GeoCaptchaSolver { } module.exports = GeoCaptchaSolver - -// sendRequest("/Users/lpan/wavs/42f90d53-17c0-4a9b-a585-59eaa737a80d.wav").then(r => { -// console.log(r) -// }) \ No newline at end of file From 79976e09db06d4b513289a1c2d427e6df19eba87 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Sat, 10 Dec 2022 10:26:16 +0100 Subject: [PATCH 2/2] add more search item --- src/workers/CommandorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index d94112a..a17edf6 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -36,7 +36,7 @@ const CAPTCHA_ERROR_MESSAGE = "Error verifying captcha, please try again" const CAPTCHA_ERROR_MESSAGE_FR = "La vérification du captcha a échoué" REGEX_RDV_URL = "https:\/\/rendezvousparis\.hermes\.com\/client\/register\/[A-Z0-9]+" const DEFAULT_STORE = 'faubourg'; -const searchTexts = ['hermes+rdv', 'hermes+rendezvous', 'hermes+appointment', 'appointment+hermes','hermes+rendez+vous', 'online+appointment+hermes', 'hermes+online+appointment'] +const searchTexts = ['hermes+rdv', 'hermes+rendezvous', 'hermes+appointment','hermes+appointment+online', 'appointment+hermes','hermes+rendez+vous', 'online+appointment+hermes', 'hermes+online+appointment'] function delay(delayInMs) { return new Promise(resolve => {