mohamedmansour / proxy-anywhere-extension

Proxy Server Anywhere Google Chrome Extension allows you to instantaneously change to your custom proxy from a click of a button.
https://chrome.google.com/webstore/detail/eejcbegfnjfjnmdikkplhbhnemddchbn
21 stars 10 forks source link

Support PAC scripts #2

Open mohamedmansour opened 13 years ago

mohamedmansour commented 13 years ago

Would be nice to support multiple proxy where it auto configures based on a url or host.

 pacScript: {
    data: "function FindProxyForURL(url, host) {\n" +
          "  if (host == 'foobar.com')\n" +
          "    return 'PROXY blackhole:80';\n" +
          "  return 'DIRECT';\n" +
          "}"
  }
kyotocafe commented 13 years ago

This would be really nice. I am eagerly waiting for this feature to be implemented.

Semidio commented 12 years ago

Please support the online PAC rules. just like http://autoproxy2pac.appspot.com/