Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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",
})
````