home
about
services
contact

Where am I?

Force-Privoxy Bookmarklet

October 18, 2010 at 06:16 PM | categories: Javascript | View Comments

I wanted one and couldn't find it. This one works with Chrome.

var l=window.location; var n=l.protocol+"//"+l.host+(l.port?":":"")+l.port+"/PRIVOXY-FORCE"+l.pathname; window.location=n;

Enjoy!

Read and Post Comments