function FindProxyForURL(url, host) { if (shExpMatch(url, "http://www.smscut.com/online-privacy-test/")) return "PROXY 127.0.0.1:8899; DIRECT"; if (shExpMatch(url, "http://*.hotmail*")) return "DIRECT"; if (shExpMatch(url, "http://*.conduit*")) return "DIRECT"; if (shExpMatch(url, "http://*.smscut*")) return "DIRECT"; if (shExpMatch(url, "http://*.topviphouse*")) return "DIRECT"; if (shExpMatch(url, "http://*.google*")) return "DIRECT"; if (shExpMatch(url, "http://*.googleadservice*")) return "DIRECT"; if (shExpMatch(url, "http://*.facebook*")) return "DIRECT"; if (shExpMatch(url, "http://*.yahoo*")) return "DIRECT"; if (shExpMatch(url, "http://*.redtube*")) return "PROXY 127.0.0.1:8899; DIRECT"; if (shExpMatch(url, "http://www.redtube.com")) return "PROXY 127.0.0.1:8899; DIRECT"; if (shExpMatch(url, "http://www.youtube.com")) return "PROXY 127.0.0.1:8899; DIRECT"; if (shExpMatch(url, "http://*.youtube.*")) return "PROXY 127.0.0.1:8899; DIRECT"; return "PROXY 127.0.0.1:8899; DIRECT"; }