Skip to content

Commit a892493

Browse files
Update README.md
1 parent 1620eff commit a892493

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ Seamlessly integrate this browser into any automation pipeline, or fully control
5959
#### 🧪 Sample Usage (JS API):
6060

6161
```js
62-
const { launch } = require('undetectable-fp-browser');
63-
6462
const browser = await launch({
65-
proxy: 'socks5://127.0.0.1:9050',
63+
proxy: 'socks5://user1:password2@127.0.0.1:9050',
6664
itbrowser: 'chrome-114-win10-en-US.json',
6765
});
6866
```
@@ -95,16 +93,9 @@ const browser = await launch({
9593
---
9694

9795
## 🔧 Quick Start
96+
Download the prebuild release zip file from [https://www.itbrowser.net](https://www.itbrowser.net)
9897

9998
```bash
100-
# Clone the project
101-
git clone https://github.com/itbrowser-net/undetectable-fingerprint-browser.git
102-
cd undetectable-fingerprint-browser
103-
104-
# Install dependencies
105-
# (Instead of npm install, download the binary)
106-
Download the release zip file from https://www.itbrowser.net
107-
10899
# Start the browser
109100
chrome --itbrowser=myfingerprint.json
110101
```
@@ -119,6 +110,10 @@ const browser = await puppeteer.launch({
119110
});
120111
```
121112

113+
# build the project from source
114+
git clone https://github.com/itbrowser-net/undetectable-fingerprint-browser.git
115+
merge the code with chromium source code.
116+
122117
---
123118

124119
## ⚠️ Legal Disclaimer
@@ -138,6 +133,6 @@ The authors are not liable for any misuse of this software.
138133

139134
---
140135

141-
> ⭐ If you find this project useful, please give us a star on GitHub!
136+
> ⭐ If you find this project useful, please give us a star on GitHub! If you think it's worth starting, please star it to avoid forgetting. I will gradually upload the project source code.
142137
143138
---

0 commit comments

Comments
 (0)