Skip to content

Commit b6cb9de

Browse files
committed
readme update
1 parent e085808 commit b6cb9de

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ This package prevents Puppeteer from being detected as a bot in services like Cl
55
You can check whether it has changed or not from this link https://fingerprint.com/demo/.
66

77
You can check with services like. If you are using it for a service that checks fingerprints, you can get caught.
8+
89
2) It serves on a port on localhost to act like a real browser. The port must be closed when the process is finished. To close it, simply call browser.close(). In this method, operations to close the port are performed.
9-
3) If you want the cloudflare Captcha to be skipped automatically, you can use this code.
10-
https://github.com/zfcsoftware/youtube_lessons_resources/blob/main/puppeteer_cloudflare_bypass/index.js
10+
11+
3) If you want the cloudflare Captcha to be skipped automatically, you can use this code. [CODE](https://github.com/zfcsoftware/youtube_lessons_resources/blob/main/puppeteer_cloudflare_bypass/index.js)
12+
13+
1114

1215
## installation
1316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-real-browser",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)