Skip to content

Commit

Permalink
chore: .
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jul 9, 2024
1 parent b8eaf13 commit f13b251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bypasscf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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秒
Expand Down

0 comments on commit f13b251

Please sign in to comment.