cyber

Results 4 comments of cyber

`$HOME/.tinyrc.yml` still works though?

Also, adding something like socks5:// to the beginning of the SOCKS field causes the proxy to not work at all, and chromedriver connects directly to the internet.

Looks like this is just a limitation of chrome-driver itself? Had to switch to python & use the temporary extension trick to get this working.

@Manouchehri can't find the exact stackoverflow thread that I copied it from, but this worked a couple months ago: ``` manifest_json = """ { "version": "1.0.0", "manifest_version": 2, "name": "Chrome...