------------------------------------------------------------------------------- Google Chrome ------------------------------------------------------------------------------- Proxy setup google crome has no built in settings for proxy handling. It either uses the system proxy (not on my system), or command line (sic). However for a sock5 proxy you must specify the protocol. google-chrome --incognito --proxy-server=socks5://127.0.0.1:4001 http://anonymouse.org/cgi-bin/anon-snoop.cgi -------------------------------------------------------------------------------