Skip to content

Instantly share code, notes, and snippets.

@pantaovay
Created November 9, 2012 20:51
Show Gist options
  • Save pantaovay/4048165 to your computer and use it in GitHub Desktop.
Save pantaovay/4048165 to your computer and use it in GitHub Desktop.
goagent paas pac
function regExpMatch(url, pattern) {
try { return new RegExp(pattern).test(url); } catch(ex) { return false; }
}
function FindProxyForURL(url, host) {
if (shExpMatch(url, "*://*.amazonaws.com/*") || shExpMatch(url, "*://amazonaws.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.amazon.com/*") || shExpMatch(url, "*://amazon.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.google.com/*") || shExpMatch(url, "*://google.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.google.com.*/*") || shExpMatch(url, "*://google.com.*/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.google-analytics.com/*") || shExpMatch(url, "*://google-analytics.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.googleapis.com/*") || shExpMatch(url, "*://googleapis.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.googlecode.com/*") || shExpMatch(url, "*://googlecode.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.googleusercontent.com/*") || shExpMatch(url, "*://googleusercontent.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.gstatic.com/*") || shExpMatch(url, "*://gstatic.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.twitter.com/*") || shExpMatch(url, "*://twitter.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://goo.gl/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://t.co/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.twimg.com/*") || shExpMatch(url, "*://twimg.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.wikipedia.org/*") || shExpMatch(url, "*://wikipedia.org/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "*://*.ytimg.com/*") || shExpMatch(url, "*://ytimg.com/*")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.exblog\\.jp")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?.*v6\\.facebook\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bak\\.gun-world\\.net")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?site\\.locql\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?download\\.syniumsoftware\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ipv6\\.google\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?haygo\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?f\\.cl\\.ly")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?myvlog\\.im\\.tv")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?music\\.jwmusic\\.org")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.kodingen\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?static\\.soup\\.io")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.tripod\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?assets\\.tumblr\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?data\\.tumblr\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?media\\.tumblr\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?static\\.tumblr\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.tumblr\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.typepad\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?static\\.typepad\\.com")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tax\\.nat\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?moe\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cwb\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?npm\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yatsen\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aec\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mvdis\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?stdtime\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nmmba\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ntdmh\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?grb\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tpde\\.aide\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?matsu-news\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nerhl\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dapu-house\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vghtc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aide\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hchcc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ntuh\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nhri\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nstm\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ntsec\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ner\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nmtl\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ntl\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pet\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?khcc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nmmba\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?khms\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wanfang\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nict\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?arte\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nmh\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nmp\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tphcc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?iner\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tncsec\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nspo\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aide\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ncree\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vghks\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tchb\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pabp\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?itrc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?df\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?womenbusiness\\.nyc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gsn-cert\\.nat\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kk\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thbstc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?comnews\\.gio\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?comnews\\.gio\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?klccab\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yvtc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aftygh\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?klra\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lungtanhr\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?taoyuan\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hcc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nvri\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nmvttc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kmh\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?patehr\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nerch\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kmseh\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nertt\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cycab\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chukuang\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gysd\\.nyc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cp-house\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vghtpe\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?etraining\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?stag\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bdhr\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tcsac\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?imagesblog\\.gio\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?arte\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dmtip\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chccc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hengchuen\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hsinchu-cc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?921\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ncdr\\.nat\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?4pppc\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?klsio\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nici\\.nat\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cromotc\\.nat\\.gov\\.tw")) return 'DIRECT';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?taitung-house\\.gov\\.tw")) return 'DIRECT';
if (shExpMatch(url, "http://*.0rz.tw*") || shExpMatch(url, "http://0rz.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://0rz.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*1-apple.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.12bet.com*") || shExpMatch(url, "http://12bet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.12vpn.com*") || shExpMatch(url, "http://12vpn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*141hongkong.com/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*t.16class.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*173ng.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.17e.org*") || shExpMatch(url, "http://17e.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://17e.org/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*1984bbs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.1984bbs.org*") || shExpMatch(url, "http://1984bbs.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.1bao.org*") || shExpMatch(url, "http://1bao.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://1bao.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.1tor.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.2-hand.info*") || shExpMatch(url, "http://2-hand.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.2000fun.com/bbs*") || shExpMatch(url, "http://2000fun.com/bbs*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.2008xianzhang.info*") || shExpMatch(url, "http://2008xianzhang.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.21code.com*") || shExpMatch(url, "http://21code.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.2shared.com*") || shExpMatch(url, "http://2shared.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.315lz.com*") || shExpMatch(url, "http://315lz.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*4.gp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.4shared.com*") || shExpMatch(url, "http://4shared.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://4shared.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*5i01.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*taiwannation.50webs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.51.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*info.51.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.5maodang.com*") || shExpMatch(url, "http://5maodang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*64memo*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*64tianwang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*666kb.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*6park.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.8000.com*") || shExpMatch(url, "http://8000.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.881903.com/page/zh-tw/*") || shExpMatch(url, "http://881903.com/page/zh-tw/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.888.com*") || shExpMatch(url, "http://888.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*89-64.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.9001700.com*") || shExpMatch(url, "http://9001700.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.92ccav.com*") || shExpMatch(url, "http://92ccav.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*98.to*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.9999cn.com*") || shExpMatch(url, "http://9999cn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.99bbs.com*") || shExpMatch(url, "http://99bbs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.9city.me/archiver*308578.html*") || shExpMatch(url, "http://9city.me/archiver*308578.html*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*a5.com.ru*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.aboluowang.com*") || shExpMatch(url, "http://aboluowang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.aboutgfw.com*") || shExpMatch(url, "http://aboutgfw.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.aboutus.org*") || shExpMatch(url, "http://aboutus.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.adult168.com*") || shExpMatch(url, "http://adult168.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*adultfriendfinder.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.aisex.com*") || shExpMatch(url, "http://aisex.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.aiweiwei.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.aiweiweiblog.com*") || shExpMatch(url, "http://aiweiweiblog.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.akiraclub.com*") || shExpMatch(url, "http://akiraclub.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*aladding.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*alexlur.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.allhabit.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*alliance.org.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.allinfa.com*") || shExpMatch(url, "http://allinfa.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://allinfa.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*alwaysdata.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ameblo.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.amnesty.org*") || shExpMatch(url, "http://amnesty.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.amnestyusa.org*") || shExpMatch(url, "http://amnestyusa.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.amoiist.com*") || shExpMatch(url, "http://amoiist.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*amzs.me*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*analyze-v.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.anonymizer.com*") || shExpMatch(url, "http://anonymizer.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.antiwave.net*") || shExpMatch(url, "http://antiwave.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://antiwave.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*video.aol.ca/video-detail*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*video.aol.co.uk/video-detail*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*video.aol.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.aolnews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.apigee.com*") || shExpMatch(url, "http://apigee.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.*285688934*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.*358801284*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.*364147881*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.*375584677*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.*383949089*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.*319295332*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.*418987775*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.com/us*id447119634*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itunes.apple.com*isunaffairs/id454439893*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.archive.org*") || shExpMatch(url, "http://archive.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.arctosia.com*") || shExpMatch(url, "http://arctosia.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://arctosia.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*asdfg.jp/dabr*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*asiademo.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.asiaharvest.org*") || shExpMatch(url, "http://asiaharvest.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*asianews.it*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.askynz.net*") || shExpMatch(url, "http://askynz.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.atchinese.com*") || shExpMatch(url, "http://atchinese.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://atchinese.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.atlaspost.com*") || shExpMatch(url, "http://atlaspost.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.atnext.com*") || shExpMatch(url, "http://atnext.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.baby-kingdom.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*backchina.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.backpackers.com.tw/forum*") || shExpMatch(url, "http://backpackers.com.tw/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*badoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hen.bao.li*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dajusha.baywords.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bbc.co.uk/chinese*") || shExpMatch(url, "http://bbc.co.uk/chinese*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bbc.co.uk/tv*") || shExpMatch(url, "http://bbc.co.uk/tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bbc.co.uk/zhongwen*") || shExpMatch(url, "http://bbc.co.uk/zhongwen*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.bbc.co.uk/onthisday*newsid_2496000/2496277*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*newsforums.bbc.co.uk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bbcchinese.com*") || shExpMatch(url, "http://bbcchinese.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://bbc.in*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bbg.gov*") || shExpMatch(url, "http://bbg.gov*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbsland.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bcc.com.tw/board*") || shExpMatch(url, "http://bcc.com.tw/board*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bcchinese.net*") || shExpMatch(url, "http://bcchinese.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bebo.com*") || shExpMatch(url, "http://bebo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*beijingspring.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.berlintwitterwall.com*") || shExpMatch(url, "http://berlintwitterwall.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bestforchina.org*") || shExpMatch(url, "http://bestforchina.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bet365.com*") || shExpMatch(url, "http://bet365.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.betfair.com*") || shExpMatch(url, "http://betfair.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bettween.com*") || shExpMatch(url, "http://bettween.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bignews.org*") || shExpMatch(url, "http://bignews.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bigsound.org/portnoy*") || shExpMatch(url, "http://bigsound.org/portnoy*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bitshare.com/files*") || shExpMatch(url, "http://bitshare.com/files*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*http://bitshare.com/files*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bitsnoop.com*") || shExpMatch(url, "http://bitsnoop.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://bitsnoop.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bjzc.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tor.blingblingsquad.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.blinkx.com*") || shExpMatch(url, "http://blinkx.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.blip.tv*") || shExpMatch(url, "http://blip.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.blockcn.com*") || shExpMatch(url, "http://blockcn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.blogcatalog.com*") || shExpMatch(url, "http://blogcatalog.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.blogger.com*") || shExpMatch(url, "http://blogger.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blogimg.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bloglines.com*") || shExpMatch(url, "http://bloglines.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*rconversation.blogs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blogspot.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blogtd.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.blogtd.org*") || shExpMatch(url, "http://blogtd.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://blogtd.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bloomberg.cn*") || shExpMatch(url, "http://bloomberg.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bloomberg.com*") || shExpMatch(url, "http://bloomberg.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*boardreader.com/thread*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*boltbrowser.com/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bot.nu*") || shExpMatch(url, "http://bot.nu*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bowenpress.com*") || shExpMatch(url, "http://bowenpress.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dl.box.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*boxun.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.boxun.tv*") || shExpMatch(url, "http://boxun.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.break.com*") || shExpMatch(url, "http://break.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.breakingtweets.com*") || shExpMatch(url, "http://breakingtweets.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.briefdream.com/%E7%B4%A0%E6%A3%BA*") || shExpMatch(url, "http://briefdream.com/%E7%B4%A0%E6%A3%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*brightkite.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*brizzly.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ibros.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*brucewang.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.budaedu.org*") || shExpMatch(url, "http://budaedu.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bullog.org*") || shExpMatch(url, "http://bullog.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.bullogger.com*") || shExpMatch(url, "http://bullogger.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.businessweek.com*") || shExpMatch(url, "http://businessweek.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.businesstimes.com.cn*") || shExpMatch(url, "http://businesstimes.com.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://businesstimes.com.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bugbeep.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*buzzurl.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*holz.byethost8.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.c-spanvideo.org*") || shExpMatch(url, "http://c-spanvideo.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cafepress.com*") || shExpMatch(url, "http://cafepress.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.calameo.com/books*") || shExpMatch(url, "http://calameo.com/books*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cn.calameo.com*") || shExpMatch(url, "http://cn.calameo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://cn.calameo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*canadameet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.canyu.org*") || shExpMatch(url, "http://canyu.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cao.im*") || shExpMatch(url, "http://cao.im*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.caobian.info*") || shExpMatch(url, "http://caobian.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*caochangqing.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.catholic.org.hk*") || shExpMatch(url, "http://catholic.org.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ccc.de*") || shExpMatch(url, "http://ccc.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ccdtr.org*") || shExpMatch(url, "http://ccdtr.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cclife.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ccthere.com*") || shExpMatch(url, "http://ccthere.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cctongbao.com/article/2078732*") || shExpMatch(url, "http://cctongbao.com/article/2078732*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cdjp.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cdnews.com.tw/cdnews_site/docDetail.jsp?*") || shExpMatch(url, "http://cdnews.com.tw/cdnews_site/docDetail.jsp?*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cdp1998.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cdpweb.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cdpwu.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cecc.gov*") || shExpMatch(url, "http://cecc.gov*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.centurys.net*") || shExpMatch(url, "http://centurys.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://centurys.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.change.org*") || shExpMatch(url, "http://change.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://change.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.changp.com*") || shExpMatch(url, "http://changp.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chengmingmag.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.china-week.com*") || shExpMatch(url, "http://china-week.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*china101.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*china21.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinaaffairs.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinacomments.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinachannel.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinadigitaltimes.net*") || shExpMatch(url, "http://chinadigitaltimes.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://chinadigitaltimes.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinaeweekly.com*") || shExpMatch(url, "http://chinaeweekly.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinagfw.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinagreenparty.org*") || shExpMatch(url, "http://chinagreenparty.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinaxchina.com/howto*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinainperspective.com*") || shExpMatch(url, "http://chinainperspective.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinainperspective.net/ArtShow.aspx?*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinainperspective.org*") || shExpMatch(url, "http://chinainperspective.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinamule.com*") || shExpMatch(url, "http://chinamule.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinasocialdemocraticparty.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinasoul.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.chinatimes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*camera.chinatimes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.chinatimes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gb.chinatimes.com/gate/gb*2007Cti-News*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gb.chinatimes.com/gate/gb/news.chinatimes.com/focus*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.news.chinatimes.com*") || shExpMatch(url, "http://news.chinatimes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://news.chinatimes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinatweeps.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinaway.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinaworker.info*") || shExpMatch(url, "http://chinaworker.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinayuanmin.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinese-hermit.net*") || shExpMatch(url, "http://chinese-hermit.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinesen.de*") || shExpMatch(url, "http://chinesen.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinesenewsnet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinesepen.org*") || shExpMatch(url, "http://chinesepen.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinesetalks.net/ch*") || shExpMatch(url, "http://chinesetalks.net/ch*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chingcheong.com*") || shExpMatch(url, "http://chingcheong.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chn.chosun.com/servlet/china.ArticleList.ArticleList?code=FFA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*christianstudy.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*christusrex.org/www1/sdc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chuizi.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.citizenlab.org*") || shExpMatch(url, "http://citizenlab.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*city9x.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.civicparty.hk*") || shExpMatch(url, "http://civicparty.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*civilhrfront.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*psiphon.civisec.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ck101.com*") || shExpMatch(url, "http://ck101.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cmule.com*") || shExpMatch(url, "http://cmule.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cnavista.com.tw/shop/stores_app*") || shExpMatch(url, "http://cnavista.com.tw/shop/stores_app*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cnd.org*") || shExpMatch(url, "http://cnd.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wiki.cnitter.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cnn.com/video*") || shExpMatch(url, "http://cnn.com/video*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cn.news.cnyes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.code1984.com/64*") || shExpMatch(url, "http://code1984.com/64*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*comefromchina.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.coolaler.com*") || shExpMatch(url, "http://coolaler.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*coolder.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*corumcollege.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cpj.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*crackle.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*crd-net.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*creaders.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.crossthewall.net*") || shExpMatch(url, "http://crossthewall.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cuhkacs.org/~benng*") || shExpMatch(url, "http://cuhkacs.org/~benng*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cuihua.org*") || shExpMatch(url, "http://cuihua.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.cuiweiping.net*") || shExpMatch(url, "http://cuiweiping.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.cyberctm.com/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cytode.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cl.d0z.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dabr.co.uk*") || shExpMatch(url, "http://dabr.co.uk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dabr.mobi*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dadazim.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dadi360.com*") || shExpMatch(url, "http://dadi360.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dailidaili.com*") || shExpMatch(url, "http://dailidaili.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dailymotion.com*") || shExpMatch(url, "http://dailymotion.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dajiyuan.com*") || shExpMatch(url, "http://dajiyuan.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dalailama.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dalailamaworld.com*") || shExpMatch(url, "http://dalailamaworld.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dalianmeng.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.danke4china.net*") || shExpMatch(url, "http://danke4china.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.danwei.org*") || shExpMatch(url, "http://danwei.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.daolan.net*") || shExpMatch(url, "http://daolan.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*daxa.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cn.dayabook.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.daylife.com/topic/dalai_lama*") || shExpMatch(url, "http://daylife.com/topic/dalai_lama*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.de-sci.org*") || shExpMatch(url, "http://de-sci.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*lists.debian.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*packages.debian.org/zh-cn/lenny/gpass*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*delicious.com/GFWbookmark*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.democrats.org*") || shExpMatch(url, "http://democrats.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.diaoyuislands.org*") || shExpMatch(url, "http://diaoyuislands.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.diigo.com*") || shExpMatch(url, "http://diigo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.discuss.com.hk*") || shExpMatch(url, "http://discuss.com.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*disp.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dizhidizhi.com*") || shExpMatch(url, "http://dizhidizhi.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.docstoc.com/docs*") || shExpMatch(url, "http://docstoc.com/docs*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dojin.com*") || shExpMatch(url, "http://dojin.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dolc.de/forum*") || shExpMatch(url, "http://dolc.de/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.domain.club.tw*") || shExpMatch(url, "http://domain.club.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dongde.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dongtaiwang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dongtaiwang.net*") || shExpMatch(url, "http://dongtaiwang.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dongyangjing.com*") || shExpMatch(url, "http://dongyangjing.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dontfilter.us*") || shExpMatch(url, "http://dontfilter.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dotplane.com*") || shExpMatch(url, "http://dotplane.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*doubleaf.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dowei.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dphk.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dropbox.com*") || shExpMatch(url, "http://dropbox.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dtiserv2.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.duckload.com/download*") || shExpMatch(url, "http://duckload.com/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.duihua.org*") || shExpMatch(url, "http://duihua.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.duoweitimes.com*") || shExpMatch(url, "http://duoweitimes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*duping.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dupola.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dupola.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dw.de*") || shExpMatch(url, "http://dw.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://dw.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dw-world.com*") || shExpMatch(url, "http://dw-world.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dw-world.de*") || shExpMatch(url, "http://dw-world.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*http://dw-world.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.dwheeler.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dwnews.com*") || shExpMatch(url, "http://dwnews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xys.dxiong.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dy24k.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dzze.com*") || shExpMatch(url, "http://dzze.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.e-gold.com*") || shExpMatch(url, "http://e-gold.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*e-info.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.e-traderland.net/board*") || shExpMatch(url, "http://e-traderland.net/board*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.easy-share.com/191*") || shExpMatch(url, "http://easy-share.com/191*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hkjp.easyweb.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ebookee.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.ecstart.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*edoors.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.edubridge.com*") || shExpMatch(url, "http://edubridge.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.eltondisney.com*") || shExpMatch(url, "http://eltondisney.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.emory.edu*") || shExpMatch(url, "http://emory.edu*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.emule-ed2k.com*") || shExpMatch(url, "http://emule-ed2k.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://emule-ed2k.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinese.engadget.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*epochtimes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.epochtimes.ie*") || shExpMatch(url, "http://epochtimes.ie*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*etaiwannews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.eulam.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*eventful.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*eyny.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ezpc.tk/category/soft*") || shExpMatch(url, "http://ezpc.tk/category/soft*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ezpeer.com*") || shExpMatch(url, "http://ezpeer.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.facebook.com*") || shExpMatch(url, "http://facebook.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fakku.net*") || shExpMatch(url, "http://fakku.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.farxian.com*") || shExpMatch(url, "http://farxian.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fanqiangyakexi.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fail.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fan-qiang.com*") || shExpMatch(url, "http://fan-qiang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fangbinxing.com*") || shExpMatch(url, "http://fangbinxing.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fangeming.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.farwestchina.com*") || shExpMatch(url, "http://farwestchina.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*favorious.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.favotter.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*favstar.fm*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*faydao.com/weblog*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fc2.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fc2china.com*") || shExpMatch(url, "http://fc2china.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*shifeike.blog125.fc2blog.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*video.fdbox.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*feedbooks.mobi*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*feeds.feedburner.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*feeds2.feedburner.com/chinagfwblog*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*goo.gl/fb*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*feer.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*felixcat.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fengzhenghu.com*") || shExpMatch(url, "http://fengzhenghu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fflick.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fgmtv.org*") || shExpMatch(url, "http://fgmtv.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.filefactory.com/file*") || shExpMatch(url, "http://filefactory.com/file*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.files2me.com*") || shExpMatch(url, "http://files2me.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://files2me.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fileserve.com/file*") || shExpMatch(url, "http://fileserve.com/file*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.filesonic.com/file*") || shExpMatch(url, "http://filesonic.com/file*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fillthesquare.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*findbook.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*finler.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fireofliberty.org*") || shExpMatch(url, "http://fireofliberty.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.falsefire.com*") || shExpMatch(url, "http://falsefire.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fleshbot.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.flickr.com/photos/46231077@N06*") || shExpMatch(url, "http://flickr.com/photos/46231077@N06*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.flickr.com/groups/aiweiwei*") || shExpMatch(url, "http://flickr.com/groups/aiweiwei*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.flickr.com/photos/digitalboy100*") || shExpMatch(url, "http://flickr.com/photos/digitalboy100*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.flickr.com/photos/fzhenghu*") || shExpMatch(url, "http://flickr.com/photos/fzhenghu*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.flickr.com/photos/lonelyfox*") || shExpMatch(url, "http://flickr.com/photos/lonelyfox*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*flickr.com/photos/vanvan/529925157*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.flickr.com/photos/winterkanal*") || shExpMatch(url, "http://flickr.com/photos/winterkanal*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.flickr.com/photos/zola*") || shExpMatch(url, "http://flickr.com/photos/zola*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*flickrhivemind.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yuming.flnet.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.foolsmountain.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.forum4hk.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pioneer-worker.forums-free.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*foursquare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://4sq.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*video.foxbusiness.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fooooo.com*") || shExpMatch(url, "http://fooooo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*footwiball.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.foxtang.com*") || shExpMatch(url, "http://foxtang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.freakshare.com*") || shExpMatch(url, "http://freakshare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://freakshare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.free.fr/adsl*") || shExpMatch(url, "http://free.fr/adsl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*kineox.free.fr*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.free-vpn.info/mrzhang*") || shExpMatch(url, "http://free-vpn.info/mrzhang*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*whitebear.freebearblog.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*freeciv.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.freedomhouse.org*") || shExpMatch(url, "http://freedomhouse.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.freegao.com*") || shExpMatch(url, "http://freegao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.freelotto.com*") || shExpMatch(url, "http://freelotto.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*freeman2.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*freemoren.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*freemorenews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.freeoz.org/bbs*") || shExpMatch(url, "http://freeoz.org/bbs*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.free-ssh.com*") || shExpMatch(url, "http://free-ssh.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.freetibet.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.freewebs.com*") || shExpMatch(url, "http://freewebs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.freexinwen.com*") || shExpMatch(url, "http://freexinwen.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*friendfeed.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*friendfeed-media.com/e99a4ebe2fb4c1985c2a58775eb4422961aa5a2e*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://ff.im*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fring.com*") || shExpMatch(url, "http://fring.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fsurf.com*") || shExpMatch(url, "http://fsurf.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ftchinese.com*") || shExpMatch(url, "http://ftchinese.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.fuckcnnic.net*") || shExpMatch(url, "http://fuckcnnic.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fuckgfw.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fulue.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*funp.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.futurechinaforum.org*") || shExpMatch(url, "http://futurechinaforum.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fzh999.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fzh999.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gamebase.com.tw*") || shExpMatch(url, "http://gamebase.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gamez.com.tw*") || shExpMatch(url, "http://gamez.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gaoming.net*") || shExpMatch(url, "http://gaoming.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gaopi.net*") || shExpMatch(url, "http://gaopi.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://gaopi.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gardennetworks.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*72.52.81.22*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gazotube.com*") || shExpMatch(url, "http://gazotube.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gdbt.net/forum*") || shExpMatch(url, "http://gdbt.net/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gdzf.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*geekerhome.com/2010/03/xixiang-project-cross-gfw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.geocities.co.jp*") || shExpMatch(url, "http://geocities.co.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.geocities.com/SiliconValley/Circuit/5683/download.html*") || shExpMatch(url, "http://geocities.com/SiliconValley/Circuit/5683/download.html*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk.geocities.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*geocities.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.getfreedur.com*") || shExpMatch(url, "http://getfreedur.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.getjetso.com/forum*") || shExpMatch(url, "http://getjetso.com/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*getiton.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.getsocialscope.com*") || shExpMatch(url, "http://getsocialscope.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gfw.org.ua*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ggssl.com*") || shExpMatch(url, "http://ggssl.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gigporno.ru*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ginx.com*") || shExpMatch(url, "http://ginx.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*globalmuseumoncommunism.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.globalvoicesonline.org*") || shExpMatch(url, "http://globalvoicesonline.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gmbd.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gongmeng.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gongminliliang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gongwt.com*") || shExpMatch(url, "http://gongwt.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.goodreads.com*") || shExpMatch(url, "http://goodreads.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.goodreaders.com*") || shExpMatch(url, "http://goodreaders.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.googlesile.com*") || shExpMatch(url, "http://googlesile.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gopetition.com*") || shExpMatch(url, "http://gopetition.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*grandtrial.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*greatfirewall.biz*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.greatfirewallofchina.org*") || shExpMatch(url, "http://greatfirewallofchina.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.greenparty.org.tw*") || shExpMatch(url, "http://greenparty.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gpass1.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*great-firewall.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*greatroc.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.greenvpn.net*") || shExpMatch(url, "http://greenvpn.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gs-discuss.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gseeker.com/50226711/eeieyoutubeagooglec_121822.php*") || shExpMatch(url, "http://gseeker.com/50226711/eeieyoutubeagooglec_121822.php*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*guancha.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gun-world.net*") || shExpMatch(url, "http://gun-world.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.gzm.tv*") || shExpMatch(url, "http://gzm.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.appspot.com*") || shExpMatch(url, "http://appspot.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*code.google.com/p/gappproxy*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*code.google.com/p/autoproxy/updates/list*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*code.google.com/p/program-think/wiki/Software*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*code.google.com/p/scholarzhang*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*code.google.com/p/vforchrome/wiki/Start*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*code.google.com/p/tuite*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*code.google.com/p/twitese*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*code.google.com/p/twip*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gfwinterceptor.googlecode.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gtap.googlecode.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tuite.googlecode.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*docs.google.com/Doc?docid=0Ae9jWMoUhgV1ZHd0cjJ2NV81NGQ5MnI0d3E1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*docs.google.com/View?id=d8xbpp6_4hhpb2dfd*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*docs.google.com/View?id=dds68dz_9cqgm8vgq*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*docs.google.com*View*id*dg5mtmj9_8g3hk27f5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*docs.google.com*View*id*dg5mtmj9_3188x48zcn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*docs.google.com/View?id=dgjxsxws_148fvpz6wdg*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*docs.google.com*dgtbmwd6_934gg99v6g4cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*docs.google.com/View?id=dhh5gtxb_145nsxgctcc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinaaid.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*echofon.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://ub0.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wozy.in*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/complete/search*") || shExpMatch(url, "http://google.*/complete/search*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*/search?q=cache*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*/search%3Fq%3Dcache*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%2Fsearch%3Fq%3Dcache*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*google*search*q=cache*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*search*8964*") || shExpMatch(url, "http://google.*search*8964*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*gfw*") || shExpMatch(url, "http://google.*gfw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*great*firewall*") || shExpMatch(url, "http://google.*great*firewall*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*protest*1989*") || shExpMatch(url, "http://google.*protest*1989*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*search*Tankman*") || shExpMatch(url, "http://google.*search*Tankman*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*tbm=mbl*") || shExpMatch(url, "http://google.*tbm=mbl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*tbm%3Dmbl*") || shExpMatch(url, "http://google.*tbm%3Dmbl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*search*tbs=mbl*") || shExpMatch(url, "http://google.*search*tbs=mbl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*search*tbs%3Dmbl*") || shExpMatch(url, "http://google.*search*tbs%3Dmbl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*tbs=qdr*") || shExpMatch(url, "http://google.*tbs=qdr*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*tbs%3Dqdr*") || shExpMatch(url, "http://google.*tbs%3Dqdr*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*tbs=rltm*") || shExpMatch(url, "http://google.*tbs=rltm*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*tbs%3Drltm*") || shExpMatch(url, "http://google.*tbs%3Drltm*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*Tiananmen*") || shExpMatch(url, "http://google.*Tiananmen*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*Tibetan*independence*") || shExpMatch(url, "http://google.*Tibetan*independence*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google*search*%E5%8C%97%E5%9B%BD%E4%B9%8B%E6%98%A5*") || shExpMatch(url, "http://google*search*%E5%8C%97%E5%9B%BD%E4%B9%8B%E6%98%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com*%E8%BE%BE%E8%B5%96%E5%96%87%E5%98%9B*") || shExpMatch(url, "http://google.com*%E8%BE%BE%E8%B5%96%E5%96%87%E5%98%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://**.google.com*%E4%BB%A3%E7%90%86*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*facebook*") || shExpMatch(url, "http://google.*facebook*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E7%BF%BB%E5%A2%99*") || shExpMatch(url, "http://google.*%E7%BF%BB%E5%A2%99*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E9%AB%98%E6%99%BA%E6%99%9F*") || shExpMatch(url, "http://google.*%E9%AB%98%E6%99%BA%E6%99%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E9%9D%A9%E5%91%BD*") || shExpMatch(url, "http://google.*%E9%9D%A9%E5%91%BD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%85%B1%E4%BA%A7*") || shExpMatch(url, "http://google.*%E5%85%B1%E4%BA%A7*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%85%B3%E9%94%AE%E6%97%B6%E5%88%BB*") || shExpMatch(url, "http://google.*%E5%85%B3%E9%94%AE%E6%97%B6%E5%88%BB*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%B9%BF%E5%9C%BA*") || shExpMatch(url, "http://google.*%E5%B9%BF%E5%9C%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*search*%E5%9B%BD%E5%AE%B6%E9%98%B2%E7%81%AB%E5%A2%99*") || shExpMatch(url, "http://google.*search*%E5%9B%BD%E5%AE%B6%E9%98%B2%E7%81%AB%E5%A2%99*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E8%AE%B0%E8%80%85%E6%97%A0%E7%96%86%E7%95%8C*") || shExpMatch(url, "http://google.*%E8%AE%B0%E8%80%85%E6%97%A0%E7%96%86%E7%95%8C*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%AE%B6%E5%AE%9D*") || shExpMatch(url, "http://google.*%E5%AE%B6%E5%AE%9D*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E9%94%A6%E6%B6%9B*") || shExpMatch(url, "http://google.*/search*%E9%94%A6%E6%B6%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E8%BF%91%E5%B9%B3*") || shExpMatch(url, "http://google.*%E8%BF%91%E5%B9%B3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E9%85%B7%E5%88%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*search*%E5%88%98%E6%B7%87*") || shExpMatch(url, "http://google.*search*%E5%88%98%E6%B7%87*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%85%AD%E5%9B%9B*") || shExpMatch(url, "http://google.*%E5%85%AD%E5%9B%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E9%B2%81%E6%98%95*") || shExpMatch(url, "http://google.*%E9%B2%81%E6%98%95*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E9%A9%AC%E5%87%AF*") || shExpMatch(url, "http://google.*%E9%A9%AC%E5%87%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E9%BA%A6%E5%BD%93%E5%8A%B3*") || shExpMatch(url, "http://google.*%E9%BA%A6%E5%BD%93%E5%8A%B3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%86%85%E8%92%99*%E7%A4%BA%E5%A8%81*") || shExpMatch(url, "http://google.*%E5%86%85%E8%92%99*%E7%A4%BA%E5%A8%81*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%AD%9F%E5%BB%BA%E6%9F%B1*") || shExpMatch(url, "http://google.*%E5%AD%9F%E5%BB%BA%E6%9F%B1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E6%A2%A6%E8%90%A6%E6%9C%AA%E5%90%8D%E6%B9%96*") || shExpMatch(url, "http://google.*%E6%A2%A6%E8%90%A6%E6%9C%AA%E5%90%8D%E6%B9%96*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E8%8C%89%E8%8E%89*") || shExpMatch(url, "http://google.*%E8%8C%89%E8%8E%89*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com*%E7%BA%B3%E7%B1%B3%E6%AF%94%E4%BA%9A*") || shExpMatch(url, "http://google.com*%E7%BA%B3%E7%B1%B3%E6%AF%94%E4%BA%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E8%AF%BA%E8%B4%9D%E5%B0%94%E5%92%8C%E5%B9%B3%E5%A5%96*") || shExpMatch(url, "http://google.*%E8%AF%BA%E8%B4%9D%E5%B0%94%E5%92%8C%E5%B9%B3%E5%A5%96*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com*search*namibia*nuctech*") || shExpMatch(url, "http://google.com*search*namibia*nuctech*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com*%E8%BF%AB%E5%AE%B3*") || shExpMatch(url, "http://google.com*%E8%BF%AB%E5%AE%B3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com*%E5%89%8D%E4%B8%96%E4%BB%8A%E7%94%9F*") || shExpMatch(url, "http://google.com*%E5%89%8D%E4%B8%96%E4%BB%8A%E7%94%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E6%97%A5%E8%AE%B0*") || shExpMatch(url, "http://google.*%E6%97%A5%E8%AE%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E4%B8%89%E9%80%80*") || shExpMatch(url, "http://google.*%E4%B8%89%E9%80%80*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%A4%AA%E5%AD%90*") || shExpMatch(url, "http://google.*%E5%A4%AA%E5%AD%90*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*search*%E8%B0%AD%E4%BD%9C%E4%BA%BA*") || shExpMatch(url, "http://google.*search*%E8%B0%AD%E4%BD%9C%E4%BA%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*google.com*search*q*%E5%A4%A9%E5%AE%89%E9%97%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*q=%E5%A4%A9%E7%81%AD*") || shExpMatch(url, "http://google.*q=%E5%A4%A9%E7%81%AD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E7%AA%81%E5%B0%BC%E6%96%AF*") || shExpMatch(url, "http://google.*%E7%AA%81%E5%B0%BC%E6%96%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*twitter*") || shExpMatch(url, "http://google.*twitter*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com*search*%E6%B1%AA%E6%96%AF*") || shExpMatch(url, "http://google.com*search*%E6%B1%AA%E6%96%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*google.com*%E6%88%91%E6%B2%A1%E6%9C%89%E6%95%8C%E4%BA%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com*%E7%86%99%E6%9D%A5*") || shExpMatch(url, "http://google.com*%E7%86%99%E6%9D%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E6%9C%88%E6%9C%88*") || shExpMatch(url, "http://google.*%E6%9C%88%E6%9C%88*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E5%BD%B1%E5%B8%9D*") || shExpMatch(url, "http://google.*%E5%BD%B1%E5%B8%9D*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*search*%E4%BF%9E%E6%AD%A3%E5%A3%B0*") || shExpMatch(url, "http://google.*search*%E4%BF%9E%E6%AD%A3%E5%A3%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E9%98%85%E5%90%8E%E5%8D%B3%E7%84%9A*") || shExpMatch(url, "http://google.*%E9%98%85%E5%90%8E%E5%8D%B3%E7%84%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E6%B3%BD%E6%B0%91*") || shExpMatch(url, "http://google.*%E6%B3%BD%E6%B0%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E7%9C%9F%E7%90%86%E9%83%A8*") || shExpMatch(url, "http://google.*%E7%9C%9F%E7%90%86%E9%83%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E7%9C%9F%E7%9B%B8*") || shExpMatch(url, "http://google.*%E7%9C%9F%E7%9B%B8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E4%B8%AD%E5%85%B1*") || shExpMatch(url, "http://google.*%E4%B8%AD%E5%85%B1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E4%B8%AD%E5%9B%BD%E5%86%A4%E6%B0%91%E5%A4%A7%E5%90%8C%E7%9B%9F*") || shExpMatch(url, "http://google.*%E4%B8%AD%E5%9B%BD%E5%86%A4%E6%B0%91%E5%A4%A7%E5%90%8C%E7%9B%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com*%E8%87%AA%E7%94%B1%E9%97%A8*") || shExpMatch(url, "http://google.com*%E8%87%AA%E7%94%B1%E9%97%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*q=%E8%87%AA%E7%94%B1%E4%BA%9A%E6%B4%B2%E7%94%B5%E5%8F%B0*") || shExpMatch(url, "http://google.*q=%E8%87%AA%E7%94%B1%E4%BA%9A%E6%B4%B2%E7%94%B5%E5%8F%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/m*%E8%B4%BA*") || shExpMatch(url, "http://google.com/m*%E8%B4%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E8%B4%BA*") || shExpMatch(url, "http://google.*/search*%E8%B4%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/m*%E8%83%A1*") || shExpMatch(url, "http://google.com/m*%E8%83%A1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E8%83%A1*") || shExpMatch(url, "http://google.*/search*%E8%83%A1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/m*%E8%B4%BE*") || shExpMatch(url, "http://google.com/m*%E8%B4%BE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E8%B4%BE*") || shExpMatch(url, "http://google.*/search*%E8%B4%BE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E6%B1%9F*") || shExpMatch(url, "http://google.*%E6%B1%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/m*%E6%9D%8E*") || shExpMatch(url, "http://google.com/m*%E6%9D%8E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E6%9D%8E*") || shExpMatch(url, "http://google.*/search*%E6%9D%8E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E5%88%98*") || shExpMatch(url, "http://google.*/search*%E5%88%98*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*%E7%8E%8B*") || shExpMatch(url, "http://google.*%E7%8E%8B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/m*%E6%B8%A9*") || shExpMatch(url, "http://google.com/m*%E6%B8%A9*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E6%B8%A9*") || shExpMatch(url, "http://google.*/search*%E6%B8%A9*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/m*%E5%90%B4*") || shExpMatch(url, "http://google.com/m*%E5%90%B4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E5%90%B4*") || shExpMatch(url, "http://google.*/search*%E5%90%B4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/m*%E4%B9%A0*") || shExpMatch(url, "http://google.com/m*%E4%B9%A0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E4%B9%A0*") || shExpMatch(url, "http://google.*/search*%E4%B9%A0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/m*%E5%91%A8*") || shExpMatch(url, "http://google.com/m*%E5%91%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.*/search*%E5%91%A8*") || shExpMatch(url, "http://google.*/search*%E5%91%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "https://*docs.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "https://*drive.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "https://groups.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "https://plus.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "https://plusone.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/moderator*") || shExpMatch(url, "http://google.com/moderator*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com%2Fmoderator*") || shExpMatch(url, "http://google.com%2Fmoderator*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com/reader/view/feed*") || shExpMatch(url, "http://google.com/reader/view/feed*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com%2Freader%2Fview%2Ffeed*") || shExpMatch(url, "http://google.com%2Freader%2Fview%2Ffeed*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com.hk/wenda*") || shExpMatch(url, "http://google.com.hk/wenda*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.google.com.hk%2Fwenda*") || shExpMatch(url, "http://google.com.hk%2Fwenda*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*feedproxy.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*groups.google.*group*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*knol.google.com/k/-/08/3jhi1zdzvxj3f*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.google.com.hk/nwshp?hl=zh-cn&tab=wn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*picasaweb.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sites.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "https://talkgadget.google.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*video.google.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*webcache.googleusercontent.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*anti.anti.cnn.googlepages.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*myboooks.googlepages.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.googlevideo.com*") || shExpMatch(url, "http://googlevideo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*h1n1china.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hacken.cc/bbs*") || shExpMatch(url, "http://hacken.cc/bbs*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hahlo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hanunyi.com*") || shExpMatch(url, "http://hanunyi.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hecaitou.net*") || shExpMatch(url, "http://hecaitou.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hechaji.com*") || shExpMatch(url, "http://hechaji.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hellotxt.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hellouk.org/forum/lofiversion*") || shExpMatch(url, "http://hellouk.org/forum/lofiversion*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.helpeachpeople.com*") || shExpMatch(url, "http://helpeachpeople.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*app.heywire.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hidecloud.com/blog/2008/07/29/fuck-beijing-olympics.html*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hidemyass.com*") || shExpMatch(url, "http://hidemyass.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hihiforum.com*") || shExpMatch(url, "http://hihiforum.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://hihiforum.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.higfw.com*") || shExpMatch(url, "http://higfw.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*times.hinet.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hjclub.info*") || shExpMatch(url, "http://hjclub.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hk-pub.com/forum*") || shExpMatch(url, "http://hk-pub.com/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://hk-pub.com/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hk32168.com*") || shExpMatch(url, "http://hk32168.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*app.hkatvnews.com/v3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkbf.org*") || shExpMatch(url, "http://hkbf.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hkday.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkdailynews.com.hk/china.php*") || shExpMatch(url, "http://hkdailynews.com.hk/china.php*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkej.com/template/forum*") || shExpMatch(url, "http://hkej.com/template/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkepc.com/forum/viewthread.php?tid=1153322*") || shExpMatch(url, "http://hkepc.com/forum/viewthread.php?tid=1153322*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*global.hkepc.com*forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hkgolden.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkgreenradio.org/home*") || shExpMatch(url, "http://hkgreenradio.org/home*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkheadline.com*blog*") || shExpMatch(url, "http://hkheadline.com*blog*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkheadline.com/instantnews*") || shExpMatch(url, "http://hkheadline.com/instantnews*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hkjc.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkjp.org*") || shExpMatch(url, "http://hkjp.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hkreporter.com*") || shExpMatch(url, "http://hkreporter.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*apps.hloli.net/gfwtube*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hnjhj.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hongmeimei.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hootsuite.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hotfile.com/dl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hotpot.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hqcdp.org*") || shExpMatch(url, "http://hqcdp.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hrichina.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hrw.org*") || shExpMatch(url, "http://hrw.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.huanghuagang.org*") || shExpMatch(url, "http://huanghuagang.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*t.huhaitai.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.hulu.com*") || shExpMatch(url, "http://hulu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ibiblio.org/pub/packages/ccic*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blogs.icerocket.com/tag*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*w.idaiwan.com/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.identi.ca*") || shExpMatch(url, "http://identi.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.idouga.com*") || shExpMatch(url, "http://idouga.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.idsam.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.idv.tw*") || shExpMatch(url, "http://idv.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ied2k.net*") || shExpMatch(url, "http://ied2k.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ifanr.com/857*") || shExpMatch(url, "http://ifanr.com/857*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ifcss.org*") || shExpMatch(url, "http://ifcss.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cydia.ifuckgfw.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*igfw.tk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*imageshack.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.imdb.com*") || shExpMatch(url, "http://imdb.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://imdb.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.img.ly*") || shExpMatch(url, "http://img.ly*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.imkev.com*") || shExpMatch(url, "http://imkev.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.imlive.com*") || shExpMatch(url, "http://imlive.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.inmediahk.net*") || shExpMatch(url, "http://inmediahk.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*internetfreedom.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ipobar.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.beta.iset.com.tw/forum*") || shExpMatch(url, "http://beta.iset.com.tw/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*http://beta.iset.com.tw/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.iset.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.islam.org.hk*") || shExpMatch(url, "http://islam.org.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.isaacmao.com*") || shExpMatch(url, "http://isaacmao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*isohunt.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.istef.info/2007/10/21/myentunnel*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*itaboo.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ithelp.ithome.com.tw/question/10007094*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.itweet.net*") || shExpMatch(url, "http://itweet.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://itweet.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.iu45.com*") || shExpMatch(url, "http://iu45.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yy.iyatou.com/archives/1042*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.izaobao.us*") || shExpMatch(url, "http://izaobao.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.izles.net*") || shExpMatch(url, "http://izles.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.jackjia.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*williamlong.jaiku.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*jeanyim.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.jiehua.cz*") || shExpMatch(url, "http://jiehua.cz*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*jieshibaobao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.jimoparty.com*") || shExpMatch(url, "http://jimoparty.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://jimoparty.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zhao.jinhai.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*jingpin.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ac.jiruan.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*jkforum.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*jpopforum.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*t.jteet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.junefourth-20.net*") || shExpMatch(url, "http://junefourth-20.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.justin.tv*") || shExpMatch(url, "http://justin.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*justtristan.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.jyxf.net*") || shExpMatch(url, "http://jyxf.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.kagyuoffice.org.tw*") || shExpMatch(url, "http://kagyuoffice.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.kaiyuan.de*") || shExpMatch(url, "http://kaiyuan.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*kanzhongguo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.kechara.com*") || shExpMatch(url, "http://kechara.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.keepandshare.com/visit/visit_page.php?i=688154*") || shExpMatch(url, "http://keepandshare.com/visit/visit_page.php?i=688154*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.kendincos.net*") || shExpMatch(url, "http://kendincos.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.kenengba.com*") || shExpMatch(url, "http://kenengba.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wiki.keso.cn/Home*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.khmusic.com.tw*") || shExpMatch(url, "http://khmusic.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.kimy.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*kinghost.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.kingstone.com.tw*") || shExpMatch(url, "http://kingstone.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.knowledgerush.com/kr/encyclopedia*") || shExpMatch(url, "http://knowledgerush.com/kr/encyclopedia*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.koornk.com*") || shExpMatch(url, "http://koornk.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.kui.name/event*") || shExpMatch(url, "http://kui.name/event*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*kun.im*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*kusocity.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*kwongwah.com.my*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.kzeng.info*") || shExpMatch(url, "http://kzeng.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ladbrokes.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.lalulalu.com*") || shExpMatch(url, "http://lalulalu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*laogai.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*laomiu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.laoyang.info*") || shExpMatch(url, "http://laoyang.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://laoyang.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*latelinenews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.lester850.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.letscorp.net*") || shExpMatch(url, "http://letscorp.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*liansi.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.lianyue.net*") || shExpMatch(url, "http://lianyue.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.liaowangxizang.net*") || shExpMatch(url, "http://liaowangxizang.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*libertytimes.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.lidecheng.com/blog/fucking-gfw*") || shExpMatch(url, "http://lidecheng.com/blog/fucking-gfw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*abitno.linpie.com/use-ipv6-to-fuck-gfw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.linglingfa.com*") || shExpMatch(url, "http://linglingfa.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*linuxtoy.org/archives/installing-west-chamber-on-ubuntu*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.lipuman.com*") || shExpMatch(url, "http://lipuman.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.liuhanyu.com*") || shExpMatch(url, "http://liuhanyu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.liujianshu.com*") || shExpMatch(url, "http://liujianshu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*liuxiaotong.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*liu.lu*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.livestation.com*") || shExpMatch(url, "http://livestation.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cc9007.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chenyehao.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*china-green-party.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*flowerofhappiness.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*gufeng521.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*honeonet.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*huajiadi.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hujiachina.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ieemdai.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*portis21.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*program-think.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*singularitys.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*siyi123123123.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sublexical.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitese.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wangyi64.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wenyunchao.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*williamlong.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yanghengjun.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yezimary.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zengjinyan.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zhllg.spaces.live.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.livevideo.com*") || shExpMatch(url, "http://livevideo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*lizhizhuangbi.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*logbot.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.longhair.hk*") || shExpMatch(url, "http://longhair.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.lookatgame.com*") || shExpMatch(url, "http://lookatgame.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://lookatgame.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.lsd.org.hk*") || shExpMatch(url, "http://lsd.org.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*lsforum.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.lupm.org*") || shExpMatch(url, "http://lupm.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*lvhai.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*m-team.cc/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.macrovpn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.maiio.net*") || shExpMatch(url, "http://maiio.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mail-archive.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*malaysiakini.com/cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*markmail.org*message*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*maruta.be/forget*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.marxist.com*") || shExpMatch(url, "http://marxist.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.marxists.org/chinese*") || shExpMatch(url, "http://marxists.org/chinese*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mashable.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mayimayi.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.md-t.org*") || shExpMatch(url, "http://md-t.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mediafire.com/?*") || shExpMatch(url, "http://mediafire.com/?*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*lich355.megabyet.net/%E7%BD%91%E7%BB%9C%E7%A5%9E%E5%85%BD%E5%8F%A4%E9%B8%BD%E8%BF%81%E7%A7%BB%E8%AE%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.megaporn.com*") || shExpMatch(url, "http://megaporn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.megaupload.com/?d=*") || shExpMatch(url, "http://megaupload.com/?d=*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*megavideo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*meirixiaochao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*memedia.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mesotw.com/bbs*") || shExpMatch(url, "http://mesotw.com/bbs*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.metacafe.com*") || shExpMatch(url, "http://metacafe.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mhradio.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*middle-way.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mihk.hk/forum*") || shExpMatch(url, "http://mihk.hk/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mihua.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mimivip.com*") || shExpMatch(url, "http://mimivip.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.minghui.org*") || shExpMatch(url, "http://minghui.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mingpao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mingpaomonthly.com*") || shExpMatch(url, "http://mingpaomonthly.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mingpaonews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mingpaony.com*") || shExpMatch(url, "http://mingpaony.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mingpaosf.com*") || shExpMatch(url, "http://mingpaosf.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mingpaotor.com*") || shExpMatch(url, "http://mingpaotor.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mingpaovan.com*") || shExpMatch(url, "http://mingpaovan.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mininova.org/tor/2593503*") || shExpMatch(url, "http://mininova.org/tor/2593503*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.minzhuhua.net*") || shExpMatch(url, "http://minzhuhua.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*minzhuzhongguo.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mirrorbooks.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mitbbs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mixero.com*") || shExpMatch(url, "http://mixero.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mixx.com*") || shExpMatch(url, "http://mixx.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mk5000.com*") || shExpMatch(url, "http://mk5000.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mlcool.com*") || shExpMatch(url, "http://mlcool.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*plurktop.mmdays.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mmmca.com*") || shExpMatch(url, "http://mmmca.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mobile01.com*") || shExpMatch(url, "http://mobile01.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mobypicture.com*") || shExpMatch(url, "http://mobypicture.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://moby.to*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*c1522.mooo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.morbell.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mpinews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mrtweet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.msn.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.msguancha.com*") || shExpMatch(url, "http://msguancha.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.mymaji.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*multiupload.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.my903.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.myav.com.tw/bbs*") || shExpMatch(url, "http://myav.com.tw/bbs*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mychinamyhome.com*") || shExpMatch(url, "http://mychinamyhome.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.myforum.com.hk*") || shExpMatch(url, "http://myforum.com.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.myfreshnet.com*") || shExpMatch(url, "http://myfreshnet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mysinablog.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.blogs.myspace.com*") || shExpMatch(url, "http://blogs.myspace.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*vids.myspace.com/index.cfm?fuseaction=vids.*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*viewmorepics.myspace.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*old.nabble.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nanyangpost.com*") || shExpMatch(url, "http://nanyangpost.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://nanyangpost.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nakido.com*") || shExpMatch(url, "http://nakido.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.naol.ca*") || shExpMatch(url, "http://naol.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cyberghost.natado.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*nccwatch.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nch.com.tw*") || shExpMatch(url, "http://nch.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ncn.org*") || shExpMatch(url, "http://ncn.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.ned.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*t.neolee.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*netcolony.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bolin.netfirms.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.netlog.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*netme.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*networkedblogs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*neverforget8964.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*new-3lunch.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.new-akiba.com*") || shExpMatch(url, "http://new-akiba.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.newcenturymc.com*") || shExpMatch(url, "http://newcenturymc.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://newcenturymc.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*newcenturynews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.newchen.com*") || shExpMatch(url, "http://newchen.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.newgrounds.com*") || shExpMatch(url, "http://newgrounds.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.newscn.org*") || shExpMatch(url, "http://newscn.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.newsgroup.la*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs2.newsgroup.la*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.newsgroup.la*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*newspeak.cc/story*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.newspp.org*") || shExpMatch(url, "http://newspp.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*newstin.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*newtalk.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk*.nextmedia.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tw*.nextmedia.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nexttv.com.tw*") || shExpMatch(url, "http://nexttv.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ngensis.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nicovideo.jp*") || shExpMatch(url, "http://nicovideo.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*nicovideo.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*nintendium.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.dayaarmongol.ning.com*") || shExpMatch(url, "http://dayaarmongol.ning.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://dayaarmongol.ning.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*taiwanyes.ning.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*njuice.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*no-ip.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nobelprize.org*") || shExpMatch(url, "http://nobelprize.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://nobelprize.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*nobelprize.org/nobel_prizes/peace/laureates/2010*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*nobodycanstop.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*nooidea.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nownews.com/cybersex*") || shExpMatch(url, "http://nownews.com/cybersex*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nownews.com/box*") || shExpMatch(url, "http://nownews.com/box*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.nownews.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nowtorrents.com*") || shExpMatch(url, "http://nowtorrents.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.noypf.com*") || shExpMatch(url, "http://noypf.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nps.gov*") || shExpMatch(url, "http://nps.gov*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.nrk.no*") || shExpMatch(url, "http://nrk.no*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.nsysu.edu.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ntdtv.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*nysingtao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*obmem.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*observechina.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twtr2src.ogaoga.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ohloh.net*") || shExpMatch(url, "http://ohloh.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.oikos.com.tw/v4*") || shExpMatch(url, "http://oikos.com.tw/v4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.oiktv.com*") || shExpMatch(url, "http://oiktv.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*oizoblog.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*old-cat.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*omgili.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*omnitalk.*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*the-sun.on.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.onlylady.cn*") || shExpMatch(url, "http://onlylady.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.oopsforum.com*") || shExpMatch(url, "http://oopsforum.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*open.com.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.openleaks.org*") || shExpMatch(url, "http://openleaks.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*opera.com/mini*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*my.opera.com/dahema*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*opnir.com/215/myentunnel-ssh-autoproxy-cross-gfw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.orchidbbs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*t.orzdream.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tui.orzdream.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*m.oulove.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*oursogo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*share.ovi.com/media*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ow.ly*") || shExpMatch(url, "http://ow.ly*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://ow.ly*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://owl.li*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://ht.ly*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://htl.li*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://mash.to*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.owind.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://www.oxid.it*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ozchinese.com/bbs*") || shExpMatch(url, "http://ozchinese.com/bbs*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.ozchinese.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pacificpoker.com*") || shExpMatch(url, "http://pacificpoker.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pandora.tv*") || shExpMatch(url, "http://pandora.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*page2rss.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.palacemoon.com*") || shExpMatch(url, "http://palacemoon.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.palmislife.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*paper.li*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*paperb.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.panluan.net*") || shExpMatch(url, "http://panluan.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.panoramio.com/forum*") || shExpMatch(url, "http://panoramio.com/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.parade.com/dictators/2009*") || shExpMatch(url, "http://parade.com/dictators/2009*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pastebin.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pastie.org*") || shExpMatch(url, "http://pastie.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pbs.org/wgbh/pages/frontline/gate*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pbs.org/wgbh/pages/frontline/tankman*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pbwiki.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pcdiscuss.com*") || shExpMatch(url, "http://pcdiscuss.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.pchome.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.pchome.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*mypaper.pchome.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.pchome.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pcworld.com/downloads/file/fid,71209-order*") || shExpMatch(url, "http://pcworld.com/downloads/file/fid,71209-order*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pdetails.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*peacefire.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*peacehall.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.peeasian.com*") || shExpMatch(url, "http://peeasian.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pekingduck.org*") || shExpMatch(url, "http://pekingduck.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*penchinese.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.penchinese.net*") || shExpMatch(url, "http://penchinese.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pengyulong.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.penthouse.com*") || shExpMatch(url, "http://penthouse.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.peopo.org*") || shExpMatch(url, "http://peopo.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*petardas.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*philly.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.picidae.net*") || shExpMatch(url, "http://picidae.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*picturesocial.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pidown.com*") || shExpMatch(url, "http://pidown.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pign.net*") || shExpMatch(url, "http://pign.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.pilotmoon.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pin6.com*") || shExpMatch(url, "http://pin6.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ping.fm*") || shExpMatch(url, "http://ping.fm*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.piring.com*") || shExpMatch(url, "http://piring.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pixnet.net*") || shExpMatch(url, "http://pixnet.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pk.com*") || shExpMatch(url, "http://pk.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.planetsuzy.org*") || shExpMatch(url, "http://planetsuzy.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*plays.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*plurk.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.plus28.com*") || shExpMatch(url, "http://plus28.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.plusbb.com*") || shExpMatch(url, "http://plusbb.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pmates.com*") || shExpMatch(url, "http://pmates.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pokerstars.com*") || shExpMatch(url, "http://pokerstars.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.pokerstrategy.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.popyard.com*") || shExpMatch(url, "http://popyard.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.porn.com*") || shExpMatch(url, "http://porn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.porn2.com*") || shExpMatch(url, "http://porn2.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pornbase.org*") || shExpMatch(url, "http://pornbase.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pornhub.com*") || shExpMatch(url, "http://pornhub.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pornrapidshare.com*") || shExpMatch(url, "http://pornrapidshare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pornstarclub.com*") || shExpMatch(url, "http://pornstarclub.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.porntube.com*") || shExpMatch(url, "http://porntube.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.pornvisit.com*") || shExpMatch(url, "http://pornvisit.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*postadult.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.pts.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*web.pts.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://post.ly*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.posterous.com*") || shExpMatch(url, "http://posterous.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://posterous.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.power.com*") || shExpMatch(url, "http://power.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*powerapple.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*heix.pp.ru*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*prisoner-state-secret-journal-premier*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*privatepaste.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*api.proxlet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*proxy.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.proxypy.net*") || shExpMatch(url, "http://proxypy.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*proxyroad.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*prozz.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*psblog.name*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*psiphon.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ptt.cc*") || shExpMatch(url, "http://ptt.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.puffstore.com*") || shExpMatch(url, "http://puffstore.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.putlocker.com/file*") || shExpMatch(url, "http://putlocker.com/file*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pwned.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.python.com.tw*") || shExpMatch(url, "http://python.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://python.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*python.org*download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.qanote.com*") || shExpMatch(url, "http://qanote.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.qienkuen.org*") || shExpMatch(url, "http://qienkuen.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*qixianglu.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.qmzdd.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.qkshare.com*") || shExpMatch(url, "http://qkshare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.qooza.hk*dafengqixi*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*qusi8.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.qvodzy.org*") || shExpMatch(url, "http://qvodzy.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*nemesis2.qx.net*pages*MyEnTunnel*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*qxbbs.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.radioaustralia.net.au*chinese*articles*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*rangzen.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ranyunfei.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rapidshare.com*") || shExpMatch(url, "http://rapidshare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://rapidshare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rapidshare1.com*") || shExpMatch(url, "http://rapidshare1.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rapidsharedata.com*") || shExpMatch(url, "http://rapidsharedata.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rapidscan.me*") || shExpMatch(url, "http://rapidscan.me*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://rapidscan.me*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rayfme.com/bbs*") || shExpMatch(url, "http://rayfme.com/bbs*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*rcinet.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.read100.com*") || shExpMatch(url, "http://read100.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.readingtimes.com.tw*") || shExpMatch(url, "http://readingtimes.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.realraptalk.com*") || shExpMatch(url, "http://realraptalk.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.recordhistory.org*") || shExpMatch(url, "http://recordhistory.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.redren.com/2009/01/jap-let-you-use-online-stealth*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.redtube.com*") || shExpMatch(url, "http://redtube.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*referer.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*renminbao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.renyurenquan.org*") || shExpMatch(url, "http://renyurenquan.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*subacme.rerouted.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.revleft.com*") || shExpMatch(url, "http://revleft.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*retweetist.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*revver.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rfa.org*") || shExpMatch(url, "http://rfa.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rfachina.com*") || shExpMatch(url, "http://rfachina.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rfamobile.org*") || shExpMatch(url, "http://rfamobile.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rfi.fr*") || shExpMatch(url, "http://rfi.fr*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://rfi.my/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rileyguide.com*") || shExpMatch(url, "http://rileyguide.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*riku.me/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rlwlw.com*") || shExpMatch(url, "http://rlwlw.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*robtex.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.roodo.com*") || shExpMatch(url, "http://roodo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rsf.org*") || shExpMatch(url, "http://rsf.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rsf-chinese.org*") || shExpMatch(url, "http://rsf-chinese.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rssmeme.com*") || shExpMatch(url, "http://rssmeme.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rthk.hk*") || shExpMatch(url, "http://rthk.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://rthk.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rthk.org.hk*") || shExpMatch(url, "http://rthk.org.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://rthk.org.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*rti.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ruanyifeng.com/blog*some_ways_to_break_the_great_firewall*") || shExpMatch(url, "http://ruanyifeng.com/blog*some_ways_to_break_the_great_firewall*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rushbee.com*") || shExpMatch(url, "http://rushbee.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*rutube.ru*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ruyiseek.com*") || shExpMatch(url, "http://ruyiseek.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.rxhj.net*") || shExpMatch(url, "http://rxhj.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.s135.com/google_ssl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sacom.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.saiq.me*") || shExpMatch(url, "http://saiq.me*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.salvation.org.hk*") || shExpMatch(url, "http://salvation.org.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.samair.ru/proxy/type-01*") || shExpMatch(url, "http://samair.ru/proxy/type-01*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sandnoble.com/bookSearch/isbnInquiry.asp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sanmin.com.tw*") || shExpMatch(url, "http://sanmin.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sapikachu.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*savetibet.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.scribd.com*") || shExpMatch(url, "http://scribd.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*seapuff.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*domainhelp.search.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*secretchina.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*seesmic.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sejie.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sendspace.com/file*") || shExpMatch(url, "http://sendspace.com/file*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sesawe.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sesawe.org*") || shExpMatch(url, "http://sesawe.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.setty.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sevenload.com*") || shExpMatch(url, "http://sevenload.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sex.com*") || shExpMatch(url, "http://sex.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sex-11.com*") || shExpMatch(url, "http://sex-11.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sex8.cc*") || shExpMatch(url, "http://sex8.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sexandsubmission.com*") || shExpMatch(url, "http://sexandsubmission.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sexhu.com*") || shExpMatch(url, "http://sexhu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sexhuang.com*") || shExpMatch(url, "http://sexhuang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sexinsex.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*67.220.91.18*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*67.220.91.23*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sfileydy.com*") || shExpMatch(url, "http://sfileydy.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.shangfang.org*") || shExpMatch(url, "http://shangfang.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*shapeservices.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sharebee.com*") || shExpMatch(url, "http://sharebee.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.shaunthesheep.com*") || shExpMatch(url, "http://shaunthesheep.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*shenshou.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*shenyunperformingarts.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*shinychan.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.shizhao.org*") || shExpMatch(url, "http://shizhao.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*shkspr.mobi/dabr*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ch.shvoong.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.shwchurch3.com*") || shExpMatch(url, "http://shwchurch3.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://shwchurch3.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*simpleproductivityblog.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.sina.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.sina.com%2F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.sina.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dailynews.sina.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*dailynews.sina.com%2F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.sina.com.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.sina.com.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.sina.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.singtao.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sinonet.ca*") || shExpMatch(url, "http://sinonet.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sinopitt.info*") || shExpMatch(url, "http://sinopitt.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sinoants.com*") || shExpMatch(url, "http://sinoants.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sitebro.tw*") || shExpMatch(url, "http://sitebro.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sitetag.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.skykiwi.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://www.skype.com/intl/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*share.skype.com/sites/en/2008/10/skype_president_addresses_chin*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*m.slandr.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.slideshare.net*") || shExpMatch(url, "http://slideshare.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.slime.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.slutload.com*") || shExpMatch(url, "http://slutload.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.so-ga.net*") || shExpMatch(url, "http://so-ga.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.so-news.com*") || shExpMatch(url, "http://so-news.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*home.so-net.net.tw/yisa_tsai*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sod.co.jp*") || shExpMatch(url, "http://sod.co.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.soumo.info*") || shExpMatch(url, "http://soumo.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.slinkset.com*") || shExpMatch(url, "http://slinkset.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.snaptu.com*") || shExpMatch(url, "http://snaptu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sneakme.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sobees.com*") || shExpMatch(url, "http://sobees.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*socialwhale.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.sogoo.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*chinese.soifind.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sokamonline.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.songjianjun.com*") || shExpMatch(url, "http://songjianjun.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sopcast.com*") || shExpMatch(url, "http://sopcast.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*soundofhope.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sourceforge.net*") || shExpMatch(url, "http://sourceforge.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://sourceforge.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sowers.org.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.spankwire.com*") || shExpMatch(url, "http://spankwire.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.spb.com/blackberry-software/tv/download*") || shExpMatch(url, "http://spb.com/blackberry-software/tv/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://spb.com/blackberry-software/tv/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.spb.com/pocketpc-software/tv/download*") || shExpMatch(url, "http://spb.com/pocketpc-software/tv/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://spb.com/pocketpc-software/tv/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.spb.com/symbian-software/tv/download*") || shExpMatch(url, "http://spb.com/symbian-software/tv/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://spb.com/symbian-software/tv/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.speedpluss.org*") || shExpMatch(url, "http://speedpluss.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*squarespace.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.stackfile.com/freedur*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*usinfo.state.gov*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.starp2p.com*") || shExpMatch(url, "http://starp2p.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.state168.com*") || shExpMatch(url, "http://state168.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sthoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.stickam.com*") || shExpMatch(url, "http://stickam.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*stickeraction.com/sesawe*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.stoptibetcrisis.net*") || shExpMatch(url, "http://stoptibetcrisis.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cn.streetvoice.com/article*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cn.streetvoice.com/diary*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cn2.streetvoice.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tw.streetvoice.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.strongvpn.com*") || shExpMatch(url, "http://strongvpn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://strongvpn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.student.tw/db*") || shExpMatch(url, "http://student.tw/db*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.sufeng.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sugarsync.com*") || shExpMatch(url, "http://sugarsync.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*t.sunxun.info/login.php*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*api.supertweet.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.supertweet.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*support/youtube/bin/request.py?contact_type=abuse&*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*/support/youtube/bin/static.py?page=start.cs&*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*sysresccd.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.sytes.net*") || shExpMatch(url, "http://sytes.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.syx86.com/2009/09/puff*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.syx86.cn/2009/09/puff*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.szbbs.net*") || shExpMatch(url, "http://szbbs.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.t35.com*") || shExpMatch(url, "http://t35.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.t66y.com*") || shExpMatch(url, "http://t66y.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.taa-usa.org*") || shExpMatch(url, "http://taa-usa.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://taa-usa.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tabtter.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tacem.org*") || shExpMatch(url, "http://tacem.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tagwalk.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.taiwandaily.net*") || shExpMatch(url, "http://taiwandaily.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*taiwankiss.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*taiwan-sex.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tangben.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.taolun.info*") || shExpMatch(url, "http://taolun.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.taragana.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.taweet.com*") || shExpMatch(url, "http://taweet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tchrd.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tcno.net*doc*tor*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.teashark.com/download.html*") || shExpMatch(url, "http://teashark.com/download.html*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*technorati.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*telecomspace.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*theblemish.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.thechinabeat.org*") || shExpMatch(url, "http://thechinabeat.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*thepiratebay.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*theqii.info/blog*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*thespeeder.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*thetrotskymovie.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*thevivekspot.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.thisav.com*") || shExpMatch(url, "http://thisav.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://thisav.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*thkphoto.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*threatchaos.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.thumbzilla.com*") || shExpMatch(url, "http://thumbzilla.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tiananmenmother.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tianhuayuan.com*") || shExpMatch(url, "http://tianhuayuan.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tiantibooks.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tianzhu.org*") || shExpMatch(url, "http://tianzhu.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tibet.com*") || shExpMatch(url, "http://tibet.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tibet.net*") || shExpMatch(url, "http://tibet.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tibet.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tibetalk.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tibetanyouthcongress.org*") || shExpMatch(url, "http://tibetanyouthcongress.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tibetfund.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tibetonline.tv*") || shExpMatch(url, "http://tibetonline.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.time.com/time/time100/leaders/profile/rebel*") || shExpMatch(url, "http://time.com/time/time100/leaders/profile/rebel*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.time.com/time/specials/packages/article/0,28804*") || shExpMatch(url, "http://time.com/time/specials/packages/article/0,28804*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tistory.com*") || shExpMatch(url, "http://tistory.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tldp.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://tmi.me*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tnaflix.com*") || shExpMatch(url, "http://tnaflix.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*togetter.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tokyo-247.com*") || shExpMatch(url, "http://tokyo-247.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tokyo-hot.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tonyyan.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.toodoc.com*") || shExpMatch(url, "http://toodoc.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*toonel.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.topnews.in*") || shExpMatch(url, "http://topnews.in*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.topshareware.com*") || shExpMatch(url, "http://topshareware.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*topsy.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tora.to*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.torproject.org*") || shExpMatch(url, "http://torproject.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*touch99.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tpi.org.tw*") || shExpMatch(url, "http://tpi.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*trendsmap.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.trialofccp.org*") || shExpMatch(url, "http://trialofccp.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.truth101.co.tv*") || shExpMatch(url, "http://truth101.co.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://truth101.co.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.truveo.com*") || shExpMatch(url, "http://truveo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tsemtulku.com*") || shExpMatch(url, "http://tsemtulku.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tsquare.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tsctv.net*") || shExpMatch(url, "http://tsctv.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tttan.com*") || shExpMatch(url, "http://tttan.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bb.ttv.com.tw/bb*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tuanzt.com*") || shExpMatch(url, "http://tuanzt.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tube.com*") || shExpMatch(url, "http://tube.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tuidang.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*bbs.tuitui.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tunein.com*") || shExpMatch(url, "http://tunein.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://tunein.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.turbobit.net*") || shExpMatch(url, "http://turbobit.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://turbobit.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tv.com*") || shExpMatch(url, "http://tv.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://tv.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.tvb.com/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tvboxnow.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tvider.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twa.sh*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twapperkeeper.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twaud.io*") || shExpMatch(url, "http://twaud.io*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twbbs.net.tw*") || shExpMatch(url, "http://twbbs.net.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twbbs.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tweepmag.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tweepml.org*") || shExpMatch(url, "http://tweepml.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tweetbackup.com*") || shExpMatch(url, "http://tweetbackup.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tweetboard.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tweetboner.biz*") || shExpMatch(url, "http://tweetboner.biz*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tweetdeck.com*") || shExpMatch(url, "http://tweetdeck.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://tweetdeck.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://deck.ly*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*m.tweete.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tweetmeme.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tweetphoto.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tweetree.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tweetymail.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twibase.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twibble.de*") || shExpMatch(url, "http://twibble.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twibbon.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twifan.com*") || shExpMatch(url, "http://twifan.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://twifan.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twiffo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twilog.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twimbow.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twistar.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twisternow.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twistory.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitbrowser.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitgoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitiq.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twitlonger.com*") || shExpMatch(url, "http://twitlonger.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://tl.gd/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitoaster.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twitpic.com*") || shExpMatch(url, "http://twitpic.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitreferral.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twit2d.com*") || shExpMatch(url, "http://twit2d.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twitstat.com*") || shExpMatch(url, "http://twitstat.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twitvid.com*") || shExpMatch(url, "http://twitvid.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*199.59.148.20*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://t.co*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "https://t.co*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://twt.tl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twitter.com*") || shExpMatch(url, "http://twitter.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twittercounter.com*") || shExpMatch(url, "http://twittercounter.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitterfeed.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twittergadget.com*") || shExpMatch(url, "http://twittergadget.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twitterkr.com*") || shExpMatch(url, "http://twitterkr.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twittertim.es*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitthat.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twitturly.com*") || shExpMatch(url, "http://twitturly.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twitzap.com*") || shExpMatch(url, "http://twitzap.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twiyia.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twreg.info*") || shExpMatch(url, "http://twreg.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twtkr.com*") || shExpMatch(url, "http://twtkr.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://twtkr.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twurl.nl*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.twyac.org*") || shExpMatch(url, "http://twyac.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.tycool.com*") || shExpMatch(url, "http://tycool.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tynsoe.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*embr.in*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fanfou.im*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fanfou.de*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*fanfou.la*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*guomin.us/login*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*t.fishnote.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*twitter.fishnote.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tuite.in*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tuite.im*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.srcf.ucam.org/salon/*") || shExpMatch(url, "http://srcf.ucam.org/salon/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*humanities.uchicago.edu/faculty/ywang/hi*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://udn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.udn.com*") || shExpMatch(url, "http://udn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ueuo.com*") || shExpMatch(url, "http://ueuo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*uighurbiz.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ulike.net*") || shExpMatch(url, "http://ulike.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ultrevpn.fr*") || shExpMatch(url, "http://ultrevpn.fr*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ultraxs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*uncyclomedia.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*uncyclopedia.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.uni.cc*") || shExpMatch(url, "http://uni.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.uniteddaily.com.my/index.php?*") || shExpMatch(url, "http://uniteddaily.com.my/index.php?*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tor.updatestar.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.upload4u.info*") || shExpMatch(url, "http://upload4u.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.uploaded.to/file*") || shExpMatch(url, "http://uploaded.to/file*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://uploaded.to/file*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.uploadstation.com/file*") || shExpMatch(url, "http://uploadstation.com/file*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.urbanoutfitters.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*myshare.url.com.tw/*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*us.to*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*beta.usejump.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*earthquake.usgs.gov/eqcenter/recenteqsww/Maps/10/105_30.php*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ustream.tv*") || shExpMatch(url, "http://ustream.tv*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.uushare.com*") || shExpMatch(url, "http://uushare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://uushare.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.uwants.com*") || shExpMatch(url, "http://uwants.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.uwants.net*") || shExpMatch(url, "http://uwants.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*v70.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.vanemu.cn*") || shExpMatch(url, "http://vanemu.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.vanilla-jp.com*") || shExpMatch(url, "http://vanilla-jp.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*veoh.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.verizon.net*") || shExpMatch(url, "http://verizon.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.vft.com.tw*") || shExpMatch(url, "http://vft.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.videomo.com*") || shExpMatch(url, "http://videomo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.vimeo.com*") || shExpMatch(url, "http://vimeo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*video.tiscali.it/canali/truveo*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*cn.voa.mobi*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tw.voa.mobi*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.voachineseblog.com*") || shExpMatch(url, "http://voachineseblog.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*voanews.com/chinese*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.vot.org*") || shExpMatch(url, "http://vot.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.voy.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*lists.w3.org/archives/public*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.jyzj.waqn.com*") || shExpMatch(url, "http://jyzj.waqn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*http://jyzj.waqn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wahas.com*") || shExpMatch(url, "http://wahas.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.waigaobu.com*") || shExpMatch(url, "http://waigaobu.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*waikeung.org/php_wind*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.waiwaier.com*") || shExpMatch(url, "http://waiwaier.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://waiwaier.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wallornot.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wangjinbo.org*") || shExpMatch(url, "http://wangjinbo.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wanglixiong.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wangruoshui.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.wangruowang.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wapedia.mobi/zhsimp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.makzhou.warehouse333.com*") || shExpMatch(url, "http://makzhou.warehouse333.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*washeng.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wattpad.com*") || shExpMatch(url, "http://wattpad.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wearn.com*") || shExpMatch(url, "http://wearn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*webbang.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*webs-tv.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*webshots.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*websitepulse.com/help/testtools.china-test.html*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*webworkerdaily.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*weeewooo.net/hss/hotspot_cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.weekmag.info*") || shExpMatch(url, "http://weekmag.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wefong.com*") || shExpMatch(url, "http://wefong.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*weijingsheng.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wengewang.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wengewang.org*") || shExpMatch(url, "http://wengewang.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wenhui.ch*") || shExpMatch(url, "http://wenhui.ch*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wenxuecity.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wenyunchao.com*") || shExpMatch(url, "http://wenyunchao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hkg.westkit.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.wet123.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wetpussygames.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wexiaobo.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wezhiyong.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wforum.com*") || shExpMatch(url, "http://wforum.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wg1966.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.whatblocked.com*") || shExpMatch(url, "http://whatblocked.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.whippedass.com*") || shExpMatch(url, "http://whippedass.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.uncyclopedia.wikia.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*213.251.145.96*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wikileaks.org*") || shExpMatch(url, "http://wikileaks.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wikilivres.info/wiki/%E9%9B%B6%E5%85%AB%E5%AE%AA%E7%AB%A0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*winwhispers.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wisevid.com*") || shExpMatch(url, "http://wisevid.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.witopia.net*") || shExpMatch(url, "http://witopia.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wjd.name*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wo.tc*") || shExpMatch(url, "http://wo.tc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wofa.us*") || shExpMatch(url, "http://wofa.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.womensrightsofchina.org*") || shExpMatch(url, "http://womensrightsofchina.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.woopie.jp/video*") || shExpMatch(url, "http://woopie.jp/video*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*worldjournal.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wordpress.com*") || shExpMatch(url, "http://wordpress.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wpoforum.com*") || shExpMatch(url, "http://wpoforum.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wqlhw.com*") || shExpMatch(url, "http://wqlhw.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wqyd.org*") || shExpMatch(url, "http://wqyd.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wretch.cc*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.chinese.wsj.com/gb*") || shExpMatch(url, "http://chinese.wsj.com/gb*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://chinese.wsj.com/gb*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wtfpeople.com*") || shExpMatch(url, "http://wtfpeople.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.wuala.com*") || shExpMatch(url, "http://wuala.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wuerkaixi.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wufi.org.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wujie.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wukangrui.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*wzyboy.im/post/160*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*x1949x.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*x365x.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xbookcn.com*") || shExpMatch(url, "http://xbookcn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*x.xcity.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xcritic.com*") || shExpMatch(url, "http://xcritic.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*destiny.xfiles.to/ubbthreads*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xfm.pp.ru*") || shExpMatch(url, "http://xfm.pp.ru*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xh4n.cn/blog*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xhamster.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*one.xthost.info*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xiaochuncnjp.com*") || shExpMatch(url, "http://xiaochuncnjp.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*s.xiaod.in*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xiaohexie.com*") || shExpMatch(url, "http://xiaohexie.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xiezhua.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xing.com*") || shExpMatch(url, "http://xing.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://xing.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xinmiao.com.hk*") || shExpMatch(url, "http://xinmiao.com.hk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xinsheng.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xinshijue.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xinhuanet.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xizang-zhiye.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xmovies.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.xuite.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*vlog.xuite.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xuzhiyong.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xvedios.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xvideos.com*") || shExpMatch(url, "http://xvideos.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.xxbbx.com*") || shExpMatch(url, "http://xxbbx.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xys.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xysblogs.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*page.bid.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blogs.yahoo.co.jp*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*buy.yahoo.com.tw/gdsale*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk.knowledge.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk.myblog.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk.news.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk.rd.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk.search.yahoo.com/search*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*hk.video.news.yahoo.com/video*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*meme.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tw.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tw.myblog.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*tw.news.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*pulse.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*upcoming.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*video.yahoo.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.yam.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.mymedia.yam.com*") || shExpMatch(url, "http://mymedia.yam.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://mymedia.yam.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*n.yam.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*news.yam.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ydy.com*") || shExpMatch(url, "http://ydy.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yeeyi.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yegle.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yfrog.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.yi.org*") || shExpMatch(url, "http://yi.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.yidio.com*") || shExpMatch(url, "http://yidio.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yilubbs.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*xa.yimg.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.yipub.com*") || shExpMatch(url, "http://yipub.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.yogichen.org*") || shExpMatch(url, "http://yogichen.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yong.hu*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*forum.yorkbbs.ca*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.yyii.org*") || shExpMatch(url, "http://yyii.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.yzzk.com*") || shExpMatch(url, "http://yzzk.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.youjizz.com*") || shExpMatch(url, "http://youjizz.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*youmaker.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.youpai.org*") || shExpMatch(url, "http://youpai.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.your-freedom.net*") || shExpMatch(url, "http://your-freedom.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.yousendit.com*") || shExpMatch(url, "http://yousendit.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*youthbao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.youthnetradio.org/tmit/forum*") || shExpMatch(url, "http://youthnetradio.org/tmit/forum*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.youthwant.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*share.youthwant.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*topic.youthwant.com.tw*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.youporn.com*") || shExpMatch(url, "http://youporn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://youporn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*youtu.be*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.youtube.com*") || shExpMatch(url, "http://youtube.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.youtube-nocookie.com*") || shExpMatch(url, "http://youtube-nocookie.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.youtubecn.com*") || shExpMatch(url, "http://youtubecn.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*blog.youxu.info/2010/03/14/west-chamber*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ytimg.com*") || shExpMatch(url, "http://ytimg.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ytht.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yuanming.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*yx51.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zaobao.com*") || shExpMatch(url, "http://zaobao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://zaobao.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zaozon.com*") || shExpMatch(url, "http://zaozon.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*www.zaurus.org.uk*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zdnet.com.tw/news/software/0,2000085678,20111187,00*") || shExpMatch(url, "http://zdnet.com.tw/news/software/0,2000085678,20111187,00*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zengjinyan.org*") || shExpMatch(url, "http://zengjinyan.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zhanbin.net*") || shExpMatch(url, "http://zhanbin.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zhinengluyou.com*") || shExpMatch(url, "http://zhinengluyou.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zhonggtuotese.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zhongxing9hao.net.cn*") || shExpMatch(url, "http://zhongxing9hao.net.cn*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zhufeng.me*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.ziddu.com/download*") || shExpMatch(url, "http://ziddu.com/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zkaip.com*") || shExpMatch(url, "http://zkaip.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zonaeuropa.com*") || shExpMatch(url, "http://zonaeuropa.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zoozle.net*") || shExpMatch(url, "http://zoozle.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*writer.zoho.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zshare.net/download*") || shExpMatch(url, "http://zshare.net/download*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zuihulu.net*") || shExpMatch(url, "http://zuihulu.net*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zuo.la*") || shExpMatch(url, "http://zuo.la*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.zuola.com*") || shExpMatch(url, "http://zuola.com*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zyzg.us*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*falun*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*freenet*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*q=freedom*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*q%3Dfreedom*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*remembering_tiananmen_20_years*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*safeweb*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*q=triangle*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*q%3DTriangle*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ultrareach*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*ultrasurf*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zhengjian*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E7%BD%A2%E8%AF%BE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E9%B2%8D%E5%BD%A4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E5%8D%9A%E8%AE%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E5%A4%A7%E7%BA%AA%E5%85%83*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E9%92%93%E9%B1%BC%E5%B2%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E5%8A%A8%E6%80%81%E7%BD%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E5%A4%9A%E7%B6%AD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E5%A4%9A%E7%BB%B4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*freegate*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E6%B3%95%E4%BC%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E6%B3%95%E8%BD%AE%E5%A4%A7%E6%B3%95*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E6%B3%95%E8%BC%AA%E5%8A%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E6%B3%95%E8%BD%AE%E5%8A%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E8%83%A1%E6%B5%B7%E5%B3%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E8%83%A1%E6%B5%B7%E6%B8%85*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E8%8A%B1%E8%8A%B1%E5%85%AC%E5%AD%90*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%BC%CD%D4%AA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%BC%D3%C3%DC%B4%FA%C0%ED*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E5%8A%A0%E5%AF%86%E4%BB%A3%E7%90%86*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E6%B1%9F%E6%B5%81%E6%B0%93*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E7%9C%8B%E4%B8%AD%E5%9B%BD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E5%85%AD%E5%9B%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E5%88%98%E6%99%93%E6%B3%A2*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E7%BE%8E%E5%9B%BD%E4%B9%8B%E9%9F%B3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E6%B0%91%E8%BF%9B%E5%85%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E6%B0%91%E8%BF%90*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E8%89%B2%E6%83%85*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E7%8E%8B%E4%B8%B9*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E7%BD%91%E7%89%B9*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E7%8E%8B%E5%B8%8C%E5%93%B2*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E9%AD%8F%E4%BA%AC%E7%94%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E6%96%87%E5%AD%97%E7%8B%B1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E6%88%91%E7%9A%84%E5%A5%8B%E6%96%97*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E6%97%A0%E7%95%8C*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E9%82%AA%E6%81%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E6%B4%97%E8%84%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E6%96%B0%E5%94%90%E4%BA%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E6%96%B0%E8%AF%AD%E4%B8%9D*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E5%AD%A6%E8%BF%90*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*%E8%B5%B5%E7%B4%AB%E9%98%B3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E4%B8%AD%E5%8A%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E4%B8%AD%E5%9B%BD%E8%AE%BA%E5%9D%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*search*%E4%B8%AD%E5%AE%A3%E9%83%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Book_burning*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Censorship_in_the_People%27s_Republic_of_China*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Charter_08*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Dalai_Lama*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Deep_packet_inspection*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Freegate*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Golden_Shield_Project*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Hong_Kong*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Huang_Qi*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Internet_censorship*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Java_Anon_Proxy*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Liu_Xiaobo*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Shi_Tao*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Tank_man*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Tiananmen_Papers*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Tiananmen_Square_protests_of_1989*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*en.wikipedia.org/wiki/Tibetan_independence_movement*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/Special:Contributions*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/Wikipedia:%E9%A0%81%E9%9D%A2%E5%AD%98%E5%BB%A2%E8%A8%8E%E8%AB%96*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.m.wikipedia.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikisource.org*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*512%E5%A4%A7%E5%9C%B0%E9%9C%87*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*08%E5%AE%AA%E7%AB%A0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*1989%E5%B9%B4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*610%E8%BE%A6%E5%85%AC%E5%AE%A4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*Anti-CNN*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%98%BF%E6%B2%9B%C2%B7%E9%98%BF%E6%97%BA%E6%99%8B%E7%BE%8E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%89%BE%E6%9C%AA%E6%9C%AA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8F%AD%E7%A6%85*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%B2%8D%E5%BD%A4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8C%97%E4%BA%AC%E9%AB%98%E6%A0%A1%E5%AD%A6%E7%94%9F%E8%87%AA%E6%B2%BB%E8%81%94%E5%90%88%E4%BC%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8C%97%E4%BA%AC%E4%B9%8B%E6%98%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%96%84%E7%86%99%E6%9D%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-tw/%E5%8D%9A%E8%AE%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E5%8D%9A%E8%AE%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%B8%83%E6%8B%89%E6%A0%BC%E4%B9%8B%E6%98%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9F%B4%E7%8E%B2*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%BB%93%E5%A4%AE%E5%98%89%E6%8E%AA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9B%B9%E9%95%B7%E9%9D%92*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%A7%E7%B4%80%E5%85%83*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%A7%E7%BA%AA%E5%85%83%E6%97%B6%E6%8A%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%BE%BE%E8%B5%96%E5%96%87%E5%98%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%81%94%E8%98%AD%E8%96%A9%E6%8B%89*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%A7%E8%B5%A6%E5%9B%BD%E9%99%85*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%B9%E5%A2%9E%E5%98%89%E6%8E%AA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%9A%E7%BB%B4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%9A%E7%B6%AD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%BF%84%E7%BE%85%E6%96%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8F%8D%E5%8D%8E%E5%8A%BF%E5%8A%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%98%B2%E7%81%AB%E9%95%BF%E5%9F%8E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%96%B9%E5%8A%B1%E4%B9%8B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%96%B9%E8%88%9F%E5%AD%90*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%84%A4%E9%9D%92*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%B0%81%E4%BB%8E%E5%BE%B7*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%86%AF%E6%AD%A3%E8%99%8E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%AB%98%E6%99%BA%E6%99%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9B%B4%E7%99%BB%E7%A2%BA%E5%90%89%E5%B0%BC%E7%91%AA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%94%B9%E9%9D%A9%E5%8E%86%E7%A8%8B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%AB%98%E8%A1%8C%E5%81%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*GFW*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*Google%E5%AE%A1%E6%9F%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-cn/%E8%B0%B7%E6%AD%8C%E9%80%80%E5%87%BA%E4%B8%AD%E5%9B%BD%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E8%B0%B7%E6%AD%8C%E9%80%80%E5%87%BA%E4%B8%AD%E5%9B%BD%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E5%B9%BF%E5%B7%9E%E5%B8%82%E6%96%B0%E5%A1%98%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%9B%BD%E4%BF%9D*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%83%AD%E4%BC%AF%E9%9B%84*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%9B%BD%E5%86%85%E5%AE%89%E5%85%A8%E4%BF%9D%E5%8D%AB%E6%94%AF%E9%98%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%9C%8B%E5%8B%99%E9%99%A2%E9%98%B2%E7%AF%84%E5%92%8C%E8%99%95%E7%90%86%E9%82%AA%E6%95%99%E5%95%8F%E9%A1%8C%E8%BE%A6%E5%85%AC%E5%AE%A4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%B4%BA%E5%9B%BD%E5%BC%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B2%B3%E6%AE%87*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%BE%AF%E5%BE%B7%E5%BB%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%BE%AF%E8%B5%9B%E5%9B%A0%E6%B1%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%83%A1%E4%BD%B3_%281973%E5%B9%B4%29*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%83%A1%E4%BD%B3_%28%E7%A4%BE%E6%B4%BB%E5%8B%95%E5%AE%B6%29*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%83%A1%E9%94%A6%E6%B6%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%83%A1%E5%B9%B3_%28%E4%BD%9C%E5%AE%B6%29*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%83%A1%E6%B8%A9%E4%BD%93%E5%88%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%83%A1%E8%80%80%E9%82%A6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8D%8E%E5%9B%BD%E9%94%8B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%8F%AF%E5%9C%8B%E9%8B%92*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8D%8E%E5%A4%8F%E6%96%87%E6%91%98*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%8A%B1%E5%9B%AD%E8%BD%AF%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%8A%B1%E5%9B%AD%E7%BD%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%BB%84%E7%90%A6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%BB%83%E9%9B%80%E8%A1%8C%E5%8B%95*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%BB%84%E4%B8%87%E9%87%8C*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%9C%8D%E8%8B%B1%E6%9D%B1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%98%89%E9%9D%96*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%AE%B6%E4%B9%90%E7%A6%8F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%B3%88%E6%85%B6%E6%9E%97*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B1%9F%E6%B3%BD%E6%B0%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B1%9F%E6%BE%A4%E6%B0%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%87%91%E7%9B%BE%E5%B7%A5%E7%A8%8B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%BD%F0%B6%DC%B9%A4%B3%CC*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B9%9D%E8%AF%84%E5%85%B1%E4%BA%A7%E5%85%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%BB%9D%E9%A3%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9D%8E%E9%95%BF%E6%98%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9D%8E%E9%95%B7%E6%98%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9D%8E%E6%B4%AA%E5%BF%97*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9D%8E%E5%85%8B%E5%BC%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E6%9D%8E%E9%B9%8F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh/%E6%9D%8E%E9%B9%8F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-hk/%E6%9D%8E%E9%B9%8F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-tw/%E6%9D%8E%E9%B9%8F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9D%8E%E7%91%9E%E7%8E%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9D%8E%E6%85%8E%E4%B9%8B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9D%8E%E6%BA%90%E6%BD%AE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%A2%81%E5%9B%BD%E9%9B%84*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%A2%81%E5%9C%8B%E9%9B%84*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%9B%B6%E5%85%AB%E5%AE%AA%E7%AB%A0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%88%98%E5%AE%BE%E9%9B%81*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%88%98%E6%85%A7%E5%8D%BF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8A%89%E6%85%A7%E5%8D%BF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%88%98%E6%B7%87*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%85%AD%E5%9B%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh-yue.wikipedia.org*%E5%85%AD%E5%9B%9B%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%88%98%E5%BB%B6%E4%B8%9C*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%88%98%E4%BA%91%E5%B1%B1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%B6%A0%E5%A3%A9%C2%B7%E8%8A%B1%E5%AD%A3%E8%AD%B7%E8%88%AA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%e7%bb%bf%e5%9d%9d%e5%a8%98*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%95%8F%E6%84%9F%E4%BA%BA%E5%A3%AB*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B0%91%E4%B8%BB%E5%A5%B3%E7%A5%9E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B0%91%E4%B8%BB%E9%BB%A8_(%E9%A6%99%E6%B8%AF)*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E5%86%85%E8%92%99%E5%8F%A4%E6%8A%97%E8%AE%AE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-hk/%E5%86%85%E8%92%99%E5%8F%A4%E6%8A%97%E8%AE%AE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-tw/%E5%86%85%E8%92%99%E5%8F%A4%E6%8A%97%E8%AE%AE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%89%9B%E5%8D%9A%E7%BD%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%AF%BA%E8%B4%9D%E5%B0%94%E5%92%8C%E5%B9%B3%E5%A5%96*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%8C%AA%E5%A8%81*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%BD%AD%E4%B8%BD%E5%AA%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%A0%B4%E7%BD%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B8%85%E6%9C%9D*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%C8%BC%C9%D5%C6%BF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%87%83%E7%83%A7%E7%93%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%83%AD%E6%AF%94%E5%A8%85*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%89%E5%B9%B4%E8%87%AA%E7%84%B6%E7%81%BE%E5%AE%B3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%9C%A3%E9%9B%84%E7%94%98%E5%9C%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%96%E7%95%8C%E7%BB%8F%E6%B5%8E%E5%AF%BC%E6%8A%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8D%81%E5%9B%9B%E4%B8%96%E8%BE%BE%E8%B5%96*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%B8%88%E6%B6%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%87%8A%E6%98%9F%E4%BA%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8F%B8%E5%BE%92%E5%8D%8E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%8F%B8%E5%BE%92%E8%8F%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%9B%9B%E4%BA%94%E8%A1%8C%E5%8B%95*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%AE%8B%E5%BD%AC%E5%BD%AC*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%AE%8B%E4%BB%BB%E7%A9%B7*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%AE%8B%E4%BB%BB%E7%AA%AE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%8B%8F%E5%AE%B6%E5%B1%AF%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E5%AD%99%E6%96%87%E5%B9%BF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E5%A4%AA%E5%AD%90%E5%85%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh/%E5%A4%AA%E5%AD%90%E5%85%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-cn/%E5%A4%AA%E5%AD%90%E5%85%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%B0%AD%E4%BD%9C%E4%BA%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%A9%E5%AE%89%E9%97%A8%E5%B9%BF%E5%9C%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%A9%E5%AE%89%E9%96%80%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%A9%E5%AE%89%E9%97%A8%E6%96%87%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%A4%A9%E5%AE%89%E9%97%A8%E8%87%AA%E7%84%9A%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-cn/Tor*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-hk/Twitter*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/Twitter*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E5%86%9B%E6%B6%9B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E5%B2%90%E5%B1%B1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E5%8D%83%E6%BA%90*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E7%BB%B4%E6%9E%97*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E6%9C%89%E6%89%8D*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%AD%8F%E4%BA%AC%E7%94%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B1%B6%E5%B7%9D%E5%A4%A7%E5%9C%B0%E9%9C%87*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E7%82%B3%E7%AB%A0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E4%B9%90%E6%B3%89*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E5%8A%9B%E9%9B%84*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E7%8E%8B%E5%A7%93*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B1%AA%E6%B4%8B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%8E%8B%E5%85%86%E5%9B%BD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%94%AF%E8%89%B2*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B1%B6%E5%B7%9D%E5%9C%B0%E9%9C%87*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B8%A9%E5%AE%B6%E5%AE%9D*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%B8%A9%E4%BA%91%E6%9D%BE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E6%96%87%E5%AD%97%E7%8B%B1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E6%96%87%E5%AD%97%E7%8D%84*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%90%B4%E9%82%A6%E5%9B%BD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%88%91%E7%9A%84%E5%A5%8B%E6%96%97*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%90%BE%E5%B0%94%E5%BC%80%E5%B8%8C*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%97%A0%E5%9B%BD%E7%95%8C%E8%AE%B0%E8%80%85*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%97%A0%E7%95%8C*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B9%8C%E9%B2%81%E6%9C%A8%E9%BD%90%E4%B8%83%C2%B7%E4%BA%94%E6%9A%B4%E5%8A%9B%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%A5%BF%E5%8D%95%E6%B0%91%E4%B8%BB%E5%A2%99*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%BF%92%E8%BF%91%E5%B9%B3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B9%A0%E8%BF%91%E5%B9%B3*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%A5%BF%E8%97%8F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B9%A0%E4%BB%B2%E5%8B%8B*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%A6%99%E6%B8%AF*%E6%B0%91%E4%B8%BB%E6%B4%BE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%B0%A2%E5%BD%A6%E9%A3%9E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%BE%9B%E7%81%8F%E5%B9%B4*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%96%B0%E9%97%BB%E8%87%AA%E7%94%B1%E6%8E%A0%E5%A4%BA%E8%80%85*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%98%9F%E4%BA%91%E6%B3%95%E5%B8%88*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%86%8A%E7%84%B1*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%AE%B8%E5%AE%B6%E5%B1%AF*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%A9%A2%E5%95%8F%E8%99%95*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%98%8E%E6%98%8E%E5%A4%8D*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%9D%A8%E4%BD%B3%E8%A2%AD%E8%AD%A6%E6%A1%88*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E6%A5%8A%E5%BB%BA%E5%88%A9*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%9A%81%E5%8A%9B%E7%A5%9E*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E9%9B%8D%E5%92%8C%E5%AE%AB*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%B9%BD%E7%81%B5%E7%BD%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%BD%99%E6%9D%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%BF%9E%E6%AD%A3%E5%A3%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%A2%81%E7%BA%A2%E5%86%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%BC%A0%E5%BE%B7%E6%B1%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%AB%A0%E8%A9%92%E5%92%8C*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E7%AB%A0%E8%AF%92%E5%92%8C*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%BC%A0%E9%92%B0*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%BC%B5%E9%88%BA*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%B6%99%E7%B4%AB%E9%99%BD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%85%B1%E4%B8%AD%E5%A4%AE%E5%AE%A3%E4%BC%A0%E9%83%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9B%BD%E5%A4%A7%E9%99%86%E5%B0%81%E9%94%81%E7%BB%B4%E5%9F%BA%E5%AA%92%E4%BD%93%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9B%BD%E5%A4%A7%E9%99%86%E5%B0%81%E9%94%81%E7%BB%B4%E5%9F%BA%E7%99%BE%E7%A7%91%E4%BA%8B%E4%BB%B6*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9C%8B%E5%A4%A7%E9%99%B8%E7%B6%B2%E8%B7%AF%E5%B0%81%E9%8E%96*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9B%BD%E6%B3%9B%E8%93%9D%E8%81%94%E7%9B%9F*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9B%BD%E5%85%B1%E4%BA%A7%E5%85%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9C%8B%E5%85%B1%E7%94%A2%E9%BB*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9B%BD%E6%B0%91%E4%B8%BB%E5%85%9A*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9B%BD%E6%B0%91%E4%B8%BB%E8%BF%90%E5%8A%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/zh-cn/%E4%B8%AD%E5%9C%8B%E8%8C%89%E8%8E%89%E8%8A%B1%E9%9D%A9%E5%91%BD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org/wiki/%E4%B8%AD%E5%9C%8B%E8%8C%89%E8%8E%89%E8%8A%B1%E9%9D%A9%E5%91%BD*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD*%E5%9B%BD%E4%BA%BA%E6%9D%83*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9B%BD%E7%BD%91%E7%BB%9C%E8%BD%AF%E4%BB%B6%E8%BF%87%E6%BB%A4%E5%85%B3%E9%94%AE%E5%AD%97%E5%88%97%E8%A1%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9B%BD%E7%BD%91%E7%BB%9C%E5%AE%A1%E6%9F%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%9C%8B%E7%B6%B2%E8%B7%AF%E5%AF%A9%E6%9F%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%8D%8E%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD%E5%AE%AA%E6%B3%95*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E8%8F%AF%E6%B0%91%E5%9C%8B%E5%9C%8B%E6%B0%91%E5%A4%A7%E6%9C%83*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E8%8F%AF%E6%B0%91%E5%9C%8B%E6%B2%BB%E8%97%8F%E6%AD%B7%E5%8F%B2*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%8D%8E%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD%E7%BD%91%E7%BB%9C%E5%AE%A1%E6%9F%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E6%96%87%E7%BB%B4%E5%9F%BA%E7%99%BE%E7%A7%91*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E5%A4%AE%E8%AD%A6%E8%A1%9B%E5%B1%80*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E4%B8%AD%E8%8B%B1%E7%BA%8C%E8%A8%82%E8%97%8F%E5%8D%B0%E6%A2%9D%E7%B4%84*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E5%91%A8%E6%B0%B8%E5%BA%B7*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%BD%AC%E6%B3%95%E8%BD%AE*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%87%AA%E7%94%B1%E9%97%A8*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikipedia.org*%E8%87%AA%E7%94%B1%E4%BA%9A%E6%B4%B2*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*zh.wikibooks.org*%E7%AA%81%E7%A0%B4%E7%BD%91%E7%BB%9C%E5%AE%A1%E6%9F%A5*")) return 'PROXY 127.0.0.1:8088';
if (shExpMatch(url, "http://*.president.gov.tw*") || shExpMatch(url, "http://president.gov.tw*")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?0to255\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?1-apple\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?12bet\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?12vpn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?173ng\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?1984bbs\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?1984blog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?1984bbs\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?1free\\.ws")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?1pondo\\.tv")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?2008xianzhang\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?36rain\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?3b8\\.cc/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?4bluestones\\.biz")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bbs\\.51\\.ca")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?info\\.51\\.ca")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?6-4\\.net/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?6park\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.6v6dota\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?7capture\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?8000\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?89-64\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?9999cn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?9bis\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?9bis\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?a-normal-day\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aircrack-ng\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aboluowang\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aboutus\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?acgkj\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aculo\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?addictedtocoffee\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?advanscene\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?advertfan\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aenhancers\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?airodump\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ait\\.org\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.aiweiwei\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aiweiweiblog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aiyori\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ajaxplorer\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.ajsands\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?akiba-online\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?akiraclub\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?alabout\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aladding\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?alasbarricadas\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?notes\\.alexdong\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?alkasir\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?allinfo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?alternate-tools\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?alwaysdata\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?alwaysdata\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ameblo\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?americangreencard\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?amiblockedornot\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?amnesty\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?amnestyusa\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?anchorfree\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?andfaraway\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?anobii\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?anthonycalzadilla\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?aolchannels\\.aol\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?video\\.aol\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?apigee\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?appledaily\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?archive\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?archlinux\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?areca-backup\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?asiademo\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?asiaharvest\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?asianwomensfilm\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?askstudent\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?askynz\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?astonmartinnews\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?atj\\.org\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?atlaspost\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?atnext\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?avidemux\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?avoision\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?axureformac\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?backchina\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?baidu\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bao\\.li")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?barnabu\\.co\\.uk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bbcchinese\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bbsfeed\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bebo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?beijing1989\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?beijingspring\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?berlintwitterwall\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bestforchina\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bettween\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bfnn\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bfsh\\.hk/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bignews\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bill2-software\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?billywr\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bjzc\\.org/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blackra1n\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blogearth\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?limera1n\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?limesn0w\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?purplera1n\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blinkx\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blip\\.tv/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blockcn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blogcatalog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.kangye\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bloglines\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bloodshed\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bloomberg\\.cn")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bloomberg\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bloomfortune\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bnrmetal\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?boardreader\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bodhilinux\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?books\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bowenpress\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dl\\.box\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?boxun\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?boxun\\.tv")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?br\\.st")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?brandonhutchinson\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?break\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?breakingtweets\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bkite\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?brightkite\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?brizzly\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bt95\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?budaedu\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bullog\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bullogger\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bugclub\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?buugaa\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?c-spanvideo\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?c-est-simple\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?caobian\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?caochangqing\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?catholic\\.org\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ccc\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ccdtr\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cdjp\\.org/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cdp1998\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cdpweb\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cdpwu\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cecc\\.gov")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cellulo\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cenci\\.tk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cenews\\.eu")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chandoo\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?changp\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cherrysave\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?china101\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?china21\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinaaffairs\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinacomments\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinachannel\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinaeweekly\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinafreepress\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinagfw\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinagreenparty\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinainperspective\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinainperspective\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinainterimgov\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinamule\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinasocialdemocraticparty\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinasoul\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinaworker\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinayuanmin\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chinesen\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chingcheong\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?christianstudy\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chrlcg-hk\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chuizi\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chrispederick\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chrispederick\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?allaboutalpha\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?civicparty\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?civilhrfront\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?shell\\.cjb\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ck101\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?classicalguitarblog\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cmule\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cna\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cnd\\.org/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cochina\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?comefromchina\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?conoyo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?coolaler\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?coolder\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?coolloud\\.org\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?couchdbwiki\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cotweet\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cpj\\.org/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?crackle\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?creaders\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?crossthewall\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?csuchen\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cuihua\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cuiweiping\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?curvefish\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cynscribe\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ifan\\.cz\\.cc")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mike\\.cz\\.cc")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nic\\.cz\\.cc")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dabr\\.co\\.uk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dabr\\.mobi")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dadazim\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dailidaili\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dajiyuan\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dalailamaworld\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dalianmeng\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?danke4china\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?daxa\\.cn/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?de-sci\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.debugmode\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?delcamp\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?democrats\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?desc\\.se/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?deutsche-welle\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dev102\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?devio\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?diaoyuislands\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?digitalnomadsproject\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?diigo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?furl\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?discuss\\.com\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dit-inc\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dl-laby\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dlsite\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dongtaiwang\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dontmovetochina\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dotplane\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dougscripts\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?doxygen\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dpp\\.org\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?weigegebyc\\.dreamhosters\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dtiblog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?duckmylife\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?duihua\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?duoweitimes\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dvorak\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dw-world\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dwnews\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dynawebinc\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?e-gold\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?edubridge\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?eevpn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?eic-av\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?emacsblog\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?emscripten\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?englishfromengland\\.co\\.uk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?entermap\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?epochtimes\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?epochtimes\\.ie")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ernestmandel\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?erights\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?etizer\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?exblog\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.exblog\\.co\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?exploader\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?facebook\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^https?:\\/\\/[^\\/]+facebook\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?connect\\.facebook\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fbcdn\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?famunion\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fangbinxing\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?favorious\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?faststone\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?favstar\\.fm")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fourface\\.nodesnoop\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?feedzshare\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?felixcat\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?feministteacher\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fengzhenghu\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fireofliberty\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?flagfox\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?falsefire\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fotop\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fringenetwork\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?flecheinthepeche\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fofg\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fooooo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fourthinternational\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?foxdie\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?foxsub\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?franklc\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?allonlinux\\.free\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dimitrik\\.free\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?puttycm\\.free\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?freedomhouse\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?freegao\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?freelotto\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.bulbous\\.freeserve\\.co\\.uk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?freessh\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?free-ssh\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?freewallpaper4\\.me")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fring\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?frommel\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fscked\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fuckcnnic\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?furinkan\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?futuremessage\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gabocorp\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?galenwu\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gamer\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gamez\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gaoming\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gappp\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gardennetworks\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gartlive\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gather\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gaymap\\.cc")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gazotube\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gclooney\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?geek-art\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?geekmanuals\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?geohot\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?geometrictools\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?get-digital-help\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ggssl\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gimpshop\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ginx\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?glennhilton\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?globalvoicesonline\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gmhz\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?goldwave\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?goodreads\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?goodreaders\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?goofind\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gopetition\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gotw\\.ca/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?graphis\\.ne\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?greatfirewallofchina\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?greatfirewallofchina\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.greenpois0n\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?greenvpn\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gtkforums\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gtricks\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gutteruncensored\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gzone-anime\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?appspot\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^https?:\\/\\/[^\\/]+appspot\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.klip\\.me")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?encrypted\\.google\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sites\\.google\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?webcache\\.googleusercontent\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?freegateget\\.googlepages\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gstatic\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?h-china\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hackthatphone\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hakkatv\\.org\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hasaowall\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hdtvb\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?heartyit\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hecaitou\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hechaji\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?helloqueer\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hellotxt\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?htxt\\.it/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?helpeachpeople\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?heroku\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?awardwinningfjords\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?futureme\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?getcloudapp\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cl\\.ly")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?getsmartlinks\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?git-scm\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lesscss\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?list\\.ly")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?overlapr\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?peerpong\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pose\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rubyinstaller\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?samsoff\\.es")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sendoid\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?speckleapp\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?stuffimreading\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tomayko\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twt\\.fm")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?views\\.fm")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?heungkongdiscuss\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hidemyass\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?highrockmedia\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hjclub\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hk32168\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hkreporter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hkzone\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hnjhj\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?derekhsu\\.homeip\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hootsuite\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hotspotshield\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hougaige\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hqcdp\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hsjp\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?htmldog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?huanghuagang\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hugoroy\\.eu")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hungerstrikeforaids\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?huping\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hutianyi\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hwinfo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?i2p2\\.de/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?i2runner\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?iblogserv-f\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?icl-fi\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?iconpaper\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?identi\\.ca")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?if-not-true-then-false\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ifcss\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cydia\\.ifuckgfw\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?antidrm\\.hpg\\.ig\\.com\\.br")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ignitedetroit\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?illusionfactory\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ilove80\\.be")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?im\\.tv")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?imageflea\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?imagevenue\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?img\\.ly")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?imkev\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?incredibox\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?inmediahk\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?interfaceaddiction\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?internationalrivers\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?internetpopculture\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?iphonehacks\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?iphonix\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ipicture\\.ru")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ippotv\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ironicsoftware\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ironpython\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?isaacmao\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?isgreat\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ismprofessional\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?itaboo\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gmozomg\\.izihost\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?jgoodies\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?jiaoyou8\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hk\\.jiepang\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tw\\.jiepang\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?jingpin\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?jitouch\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?joachims\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?jobso\\.tv")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?joeedelman\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?journalofdemocracy\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?juliereyc\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?junauza\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?junefourth-20\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?jwmusic\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ka-wai\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kagyuoffice\\.org\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?karayou\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kcsoftwares\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kenengba\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kodingen\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kompozer\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?koolsolutions\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?koornk\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kurtmunger\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kzeng\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?laogai\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?laptoplockdown\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?leecheukyan\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lenwhite\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?letscorp\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?liaowangxizang\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?liberal\\.org\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?api\\.linksalpha\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?apidocs\\.linksalpha\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.linksalpha\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?help\\.linksalpha\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?linux-engineer\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?linuxconfig\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?linuxreviews\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?liudejun\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?liujianshu\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?liuxiaotong\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?livingonline\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?livevideo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lockdown\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?logmike\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?longtermly\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lookingglasstheatre\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lookpic\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lrfz\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lsd\\.org\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lupm\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lvhai\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mad-ar\\.ch")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?makemymood\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?marines\\.mil")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?martau\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?marxist\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mashable\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?matainja\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mathiew-badimon\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?md-t\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?meetup\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?megarotic\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?megaupload\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?megurineluka\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?melon-peach\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?meteorshowersonline\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?michaelmarketl\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?minzhuhua\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?miroguide\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mixero\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mixx\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mizzmona\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mmaaxx\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mobatek\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mobileways\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mondex\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?morningsun\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?movabletype\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?moviefap\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.moztw\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mp/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mpettis\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mrtweet\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mthruf\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?multiply\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?muouju\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?muzi\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?muzi\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mx981\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?myaudiocast\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bbs\\.mychat\\.to")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mychinamyhome\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.mycould\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?myeclipseide\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?myforum\\.com\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?myforum\\.com\\.uk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?myparagliding\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mypopescu\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blogs\\.myspace\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?naitik\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?namsisi\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?naveensrinivasan\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?navicat\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nakido\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ncn\\.org/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?etools\\.ncol\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nekoslovakia\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?newchen\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?newscn\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?newsminer\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?newspp\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?newtalk\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nexton-net\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ngs2\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nicovideo\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nighost\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?njuice\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nobodycanstop\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nokola\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?noobbox\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?novelasia\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.nownews\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?noypf\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nrk\\.no")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cbs\\.ntu\\.edu\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nuexpo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nurgo-software\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nzchinese\\.net\\.nz")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?october-review\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ogaoga\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ohloh\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?olumpo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?openid\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.openinkpot\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?openleaks\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?openwebster\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?demo\\.opera-mini\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?orn\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?t\\.orzdream\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?osfoora\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ourdearamy\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pandora\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?paint\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?coveringweb\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?paper-replika\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?eriversoft\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?panluan\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pastie\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.pathtosharepoint\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pbworks\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?developers\\.box\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wiki\\.oauth\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wiki\\.phonegap\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wiki\\.jqueryui\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pbxes\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pbxes\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.pchome\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pekingduck\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?penchinese\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.pentalogic\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?peopo\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?photofocus\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?img.*\\.picturedip\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pin6\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ping\\.fm/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pinoy-n\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pixelqi\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?css\\.pixnet\\.in")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pixnet\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?placemix\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.playboy\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?m\\.plixi\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?plurk\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?po2b\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?podictionary\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pokerstars\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?popularpages\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?popyard\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pornrapidshare\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?powercx\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.powerpointninja\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?post\\.anyu\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bralio\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?calebelston\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?designerol\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.fizzik\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?nf\\.id\\.au")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?markmilian\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?log\\.riku\\.me")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sogrady\\.me")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vatn\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?veempiire\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.vegorpedersen\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ventureswell\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?webfee\\.tk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?whereiswerner\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bill\\.zhong\\.pp\\.ru")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?power\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?abc\\.pp\\.ru")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?prayforchina\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?premeforwindows7\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?presentationzen\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?privacybox\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?privatepaste\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?prosiben\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?proxomitron\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?proxypy\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?psblog\\.name")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pullfolio\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?pureconcepts\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?purepdf\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?qanote\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?qienkuen\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?qoos\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?efksoft\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?qstatus\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?qtweeter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?qtrac\\.eu")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?quadedge\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.getyouram\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hiitch\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?radiovaticana\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ranyunfei\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rapidshare8\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?readingtimes\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?referer\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?reflectivecode\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?renyurenquan\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?retweetrank\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rfi\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rlwlw\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?robustnessiskey\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rocmp\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ronjoneswriter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?roosong\\.cn")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rsf\\.org/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rsf-chinese\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rssmeme\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?rxhj\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?s1heng\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sacom\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?saiq\\.me/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?salvation\\.org\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sankaizok\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?say2\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?secretgarden\\.no")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?default\\.secureserver\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?seezone\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sesawe\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sethwklein\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sevenload\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sexinsex\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?shangfang\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sharecool\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sharkdolphin\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?shaunthesheep\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?shixiao\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?shizhao\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?magazines\\.sina\\.com\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cdp\\.sinica\\.edu\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sinoants\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?site90\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?siteks\\.uk\\.to")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sitemaps\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sjum\\.cn/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?skimtube\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?slavasoft\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?slheng\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?so-ga\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?so-news\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?soc\\.mil/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sogclub\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.somee\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sorting-algorithms\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?soup\\.io/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?snaptu\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sobees\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?softwarebychuck\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?songjianjun\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?soupofmedia\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wlx\\.sowiki\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?space-scape\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?spencertipping\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sproutcore\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?starp2p\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?steel-storm\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sthoo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?stonegames\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?stoneip\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?storagenewsletter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?stoptibetcrisis\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?stoweboyd\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?streamingthe\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sugarsync\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sweux\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?swift-tools\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?syncback\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?sysadmin1138\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?t66y\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tagwalk\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?taiwantt\\.org\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?taiwandaily\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tamiaode\\.tk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?taolun\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?taweet\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tbpic\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?teamseesmic\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?techlifeweb\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?techparaiso\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?teck\\.in/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?theappleblog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?theatrum-belli\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thebcomplex\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thedieline\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thedw\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thegatesnotes\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thelifeyoucansave\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thelius\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thepiratebay\\.se")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thesartorialist\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thetibetpost\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thomasbernhard\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?throughnightsfire\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tiandixing\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tibet\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tibet\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tibetanyouthcongress\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tibetonline\\.tv")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tibetwrites\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.tiney\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tinypaste\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tidyread\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tkcs-collins\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tkforum\\.tk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tnaflix\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?topshare\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?topstyle4\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?topsy\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?toutfr\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tpi\\.org\\.tw")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?transgressionism\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?travelinlocal\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?trendsmap\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?trialofccp\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tripod\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?trustedbi\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?truthcn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tt1069\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tttan\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?turningtorso\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tuxtraining\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tumblr\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?301works\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?365singles\\.com\\.ar")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?all-that-is-interesting\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?art-or-porn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?news\\.atebits\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tumblr\\.awflasher\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?badassjs\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?basetimesheightdividedby2\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?benjaminste\\.in")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.birdhouseapp\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bobulate\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bonjourlesgeeks\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bookshelfporn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.boxcar\\.io")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.bitly\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chevronwp7\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?clientsfromhell\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?codeboxapp\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cookingtothegoodlife\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cubicle17\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?photos\\.dailyme\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?davidslog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.davidziegler\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.dayoneapp\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?drewolanoff\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.dribbble\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?chaos\\.e-spacy\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?eamonnbrennan\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?everyday-carry\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?eyespirit\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?life\\.fly4ever\\.me")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fredwilson\\.vc")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?fuckgfw\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?geekmade\\.co\\.uk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?generesis\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?news\\.ghostery\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?givemesomethingtoread\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.gowalla\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?heiyo\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hellonewyork\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.hotpotato\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ialmostlaugh\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.ifttt\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.instagram\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.instapaper\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?interestinglaugh\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.iphone-dev\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?jayparkinsonmd\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.joeyrobert\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?kt\\.kcome\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?my\\.keso\\.cn")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.kickstarter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.kl\\.am")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.klip\\.me")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?t\\.kun\\.im")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.lightbox\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?littlebigdetails\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lovequicksilver\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?lyricsquote\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?madmenunbuttoned\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?marco\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?minimalmac\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mixedmedialabs\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?modfetish\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.mongodb\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?navigeaters\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?london\\.neighborhoodr\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.path\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?parislemon\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.pikchur\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.rockmelt\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.romanandreg\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?solozorro\\.tk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.sparrowmailapp\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?stuffimreading\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.summify\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thedailywh\\.at")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thechangelog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?theinternetwishlist\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thisiswhyyouarefat\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.tiffanyarment\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tjholowaychuk\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tomsc\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.topify\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?thehungrydudes\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tumblweed\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?status\\.twhirl\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.usa\\.gov")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?photo\\.utom\\.us")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?v-state\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wellplacedpixels\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?whydidyoubuymethat\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wordboner\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wordsandturds\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?worstthingieverate\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xmusic\\.fm")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xuzhuoer\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?bd\\.zhe\\.la")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?cocoa\\.zonble\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.tv\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tv-intros\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tvunetworks\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twapperkeeper\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twaud\\.io")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twblogger\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweepml\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetbackup\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetboard\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetboner\\.biz")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweete\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?mtw\\.tl")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetedtimes\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetmylast\\.fm")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetphoto\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetrans\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetree\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweetwally\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twftp\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twibble\\.de")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twibs\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twiffo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twindexx\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twip\\.me/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitcause\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitgether\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twiggit\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitiq\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitlonger\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitoaster\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitonmsn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitpic\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twit2d\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitstat\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?dotheyfolloweachother\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?firstfivefollowers\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?retweeteffect\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweeplike\\.me")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tweepguide\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?turbotwitter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitvid\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitter\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twttr\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^https?:\\/\\/[^\\/]+twitter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twittercounter\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twittergadget\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitterkr\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twittermail\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twittertim\\.es")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twitturly\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twreg\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twstar\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?twyac\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tycool\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tzangms\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?typepad\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.expofutures\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?legaltech\\.law\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.loiclemeur\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?latimesblogs\\.latimes\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blog\\.palm\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?blogs\\.tampabay\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?contests\\.twilio\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^https?:\\/\\/[^\\/]+fanfou\\.im")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tuite\\.im/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ultravpn\\.fr")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?unholyknight\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?unknownspace\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?uocn\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?urlborg\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?urlparser\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?usacn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?usmc\\.mil")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?ustream\\.tv")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?uyghurcongress\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vaayoo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?value-domain\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vapurl\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vcf-online\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vcfbuilder\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?verybs\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vidoemo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?viki\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vimeo\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vincnd\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vinniev\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?vmixcore\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?voachineseblog\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.vpncup\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?waffle1999\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wallpapercasa\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?www\\.wan-press\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wanderinghorse\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wangafu\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wangjinbo\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wearn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?hudatoriq\\.web\\.id")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?web2project\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wengewang\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wenku\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wenyunchao\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?westca\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wexiaobo\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wezone\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wforum\\.com/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?whatblocked\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?whyx\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?213\\.251\\.145\\.96")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wikileaks\\.ch")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wikileaks\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?collateralmurder\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?collateralmurder\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wikimapia\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?secure\\.wikimedia\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wikimedia\\.org\\.mo")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wikiwiki\\.jp")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?willw\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?windowsphoneme\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wiredbytes\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wiredpen\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wisevid\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?woeser\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?womensrightsofchina\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wordpress\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wpoforum\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wqyd\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xbookcn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xiaoma\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xiaohexie\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xinmiao\\.com\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xml-training-guide\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xpud\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?k2\\.xrea\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?xxxx\\.com\\.au")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yahoo\\.com\\.hk")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yeelou\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yegle\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yidio\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yipub\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yogichen\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?youxu\\.info")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yyii\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yzzk\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?youjizz\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?youpai\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yousendit\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?youtube\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yunchao\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?yvesgeleyn\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zannel\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?tap11\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zarias\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zeutch\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zhanbin\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zhongmeng\\.org")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zhreader\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zkaip\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zlib\\.net/")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zonaeuropa\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zuihulu\\.net")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zuo\\.la")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?zuola\\.com")) return 'PROXY 127.0.0.1:8088';
if (regExpMatch(url, "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?gov\\.tw/")) return 'PROXY 127.0.0.1:8088';
return 'DIRECT';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment