function FindProxyForURL(url, host) { if (/^203\.104\.209\.71/.test(host)) { return "PROXY localhost:8888; DIRECT"; } return "DIRECT"; }