Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function FindProxyForURL(url, host) {
- if (
- shExpMatch(url, "*rutracker.*") ||
- shExpMatch(url, "*lurkmore.*") ||
- shExpMatch(url, "*pornolab.*")
- )
- return "SOCKS 127.0.0.1:9050";
- else
- return "DIRECT";
- }
Add Comment
Please, Sign In to add comment