function FindProxyForURL(url, host) { if (shExpMatch(host, "*.linkedin.com")) return "SOCKS5 proxy.vm:11080"; else return "DIRECT"; }