Advertisement
Guest User

Untitled

a guest
May 26th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. function FindProxyForURL(url, host){
  2. if (shExpMatch(url,"*.nicovideo.jp/*")) {return "PROXY localhost:8080; DIRECT";}
  3. else if (shExpMatch(url,"*.nimq.jp/*")) {return "PROXY localhost:8080; DIRECT";}
  4. else if (shExpMatch(url,"*.smilevideo.jp/*")) {return "PROXY localhost:8080; DIRECT";}
  5. else {return "DIRECT";}
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement