From f13b251dbcae73694fd28bbc107cd61d2a522417 Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Tue, 9 Jul 2024 13:20:55 +0800 Subject: [PATCH] chore: . --- bypasscf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypasscf.js b/bypasscf.js index 3fb7b7ee..2f8b3ad9 100644 --- a/bypasscf.js +++ b/bypasscf.js @@ -228,7 +228,7 @@ async function navigatePage(url, page, browser) { while (pageTitle.includes("Just a moment")) { console.log( - "The page is still loading or under Cloudflare protection. Waiting..." + "The page is under Cloudflare protection. Waiting..." ); await delayClick(2000); // 每次检查间隔2秒