Force-Privoxy Bookmarklet
October 18, 2010 at 06:16 PM | categories: Javascript | View CommentsI 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!