简体   繁体   中英

I want to use TOR or browse anonymously using puppeteer, Is there a way to do that without mutating chromium?

(WINDOWS)

I want to browse anonymously easily using puppeteer without mutating chromium. I've read some articles (which there wasn't much of) and I couldn't understand.

I think that should work

  const browser = await puppeteer.launch({

     args: [ '--proxy-server=socks5://127.0.0.1:9050' ]

  });

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM