Jump to content

yki01

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by yki01

  1. is it just me? i've been using pandora's jar for quite sometime but recently localhost:8085 now redirects to www.pandora.com i've been sticking with pandora's jar since it is slow-internet-connection-friendly. pls help. tnx
  2. Got similar problem.. noticed the similar format about the tor.pac so i got to use TorPac.js instead of tor.pac // script which IE or firefox can use to decide how to route a certain URL // this can also be used to avoid pandora's US-only restriction function FindProxyForURL(url, host) { if (shExpMatch(host, "*pandora.com*")) // url contains pandora.com return "PROXY 127.0.0.1:8888"; return "DIRECT"; // no proxy } function FindProxyForURL(url, host) { if (shExpMatch(host, "www.pandora.com")) return "SOCKS 127.0.0.1:9050"; // All other requests don't pass proxy return "DIRECT"; }
×
×
  • Create New...