// The world's most simple proxy auto-configurator, it will // send you off to an open proxy in China, which may well // steal all your Facebook passwords if you use it. // // This will be found automatically if you set your subdomain to // example.classself.com (mind the triple s!) function FindProxyForURL(url, host) { return "PROXY 121.22.29.182:80; DIRECT"; }