Set up the proxy:
ssh -ND 8989 user@myproxysite.com
(will prompt for password and appear to hang)
use ctrl-C to break connection
Go to firefox preferences/advanced/connection-settings
no proxy for: localhost, 127.0.0.1
Browse to site:www.itistimed.com to verify your location
-ND 8989
to the normal login, after the -p XXXX
.google-chrome --proxy-server="socks5://localhost:8989"
google-chrome --proxy-server="socks5://localhost:8989" & ssh -ND 8989 user@myproxysite.com