All you need is virtual private server (VPS). Use the following command to open up the port 1080 on your local machine as a SOCKS proxy so all your HTTP traffic can be specified to go through the SSH tunnel and out remote_ssh_server on the other end.
$ ssh -D 1080 -f -C -q -N -p 22 user@server-ip
The best is to use a chrome extention to manage your proxies. Personaly, i'm using Proxy SwitchySharp extention.
In the proxy profile you need to use the SOCKS Host
setting and check the SOCKS v5
setting. Then provide localhost
for the URL and 1080
for the port number.