Hacker News new | ask | show | jobs
by mrskitch 1927 days ago
Sure! Puppeteer is a node-based library, and pretty much all the web-apps out there that let you run puppeteer code do it in an elaborate node sandbox. This tool gets around that by running puppeteer in your own browser, making it a lot faster and more secure
1 comments

It looks like a really cool project. Great job!

I’m curious if it’s possible to proxy the network requests so for example it would use the browsers IP address instead of the server?