Skip to content

Instantly share code, notes, and snippets.

@THE-SIMPLE-MARK
Created May 17, 2025 22:51
Show Gist options
  • Save THE-SIMPLE-MARK/d8407ab19a239da86608120a843774dd to your computer and use it in GitHub Desktop.
Save THE-SIMPLE-MARK/d8407ab19a239da86608120a843774dd to your computer and use it in GitHub Desktop.
Meow
function FindProxyForURL(url, host) {
if (shExpMatch(host, "api.tryalcove.com")) {
return "PROXY 127.0.0.1:9090";
}
return "DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment