Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akazwz/browserproxy
proxy and protect your headless chrome
https://github.com/akazwz/browserproxy
bun puppeteer
Last synced: 26 days ago
JSON representation
proxy and protect your headless chrome
- Host: GitHub
- URL: https://github.com/akazwz/browserproxy
- Owner: akazwz
- Created: 2024-10-14T13:24:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T13:29:55.000Z (2 months ago)
- Last Synced: 2024-11-29T03:32:49.035Z (27 days ago)
- Topics: bun, puppeteer
- Language: Dockerfile
- Homepage: wss://browserproxy.fly.dev?token=this_is_a_secret_token
- Size: 20.5 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
browser proxy build with bun.
proxy and protect your headless chrome## Usage
````ts
await puppeteer.connect({
browserWSEndpoint: "wss://browserproxy.fly.dev?token=this_is_a_secret_token",
})
````