Skip to content

Commit

Permalink
readme bug update
Browse files Browse the repository at this point in the history
  • Loading branch information
zfcsoftware committed Jan 12, 2024
1 parent b6cb9de commit de82a58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ This package prevents Puppeteer from being detected as a bot in services like Cl
1) If you want to change the fingerprint values of the browser, please check this library: https://github.com/pavlealeksic/puppeteer-afp
You can check whether it has changed or not from this link https://fingerprint.com/demo/.

You can check with services like. If you are using it for a service that checks fingerprints, you can get caught.

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.

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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-real-browser",
"version": "1.1.4",
"version": "1.1.5",
"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.",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit de82a58

Please sign in to comment.