function FindProxyForURL(url, host) { // 1. 確認くん (ugtop.com) if (shExpMatch(host, "*.ugtop.com") || host == "ugtop.com") { return "PROXY 192.168.100.11:8080"; }