Friday, October 26, 2012

Spotify Proxy

Edit/Preferences/Proxy

Change with any proxy from down list, won't forget; you need to log out and then re-login for test, and remove proxy info after logged.

Proxylist:
[1] http://www.xroxy.com/proxylist.php?port=&type=Transparent&ssl=&country=US&latency=&reliability=9000#table

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...