Skip to content

Instantly share code, notes, and snippets.

@clowwindy
Created March 13, 2014 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clowwindy/9522563 to your computer and use it in GitHub Desktop.
Save clowwindy/9522563 to your computer and use it in GitHub Desktop.
var a = 'SOCKS5 127.0.0.1:1080;SOCKS 127.0.0.1:1080;DIRECT';
function FindProxyForURL(url, host) {
var b = a;
a = 'DIRECT';
return b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment