Skip to content

Commit de82a58

Browse files
committed
readme bug update
1 parent b6cb9de commit de82a58

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This package prevents Puppeteer from being detected as a bot in services like Cl
44
1) If you want to change the fingerprint values of the browser, please check this library: https://github.com/pavlealeksic/puppeteer-afp
55
You can check whether it has changed or not from this link https://fingerprint.com/demo/.
66

7-
You can check with services like. If you are using it for a service that checks fingerprints, you can get caught.
8-
97
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.
108

119
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)

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.4",
3+
"version": "1.1.5",
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)