<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div>Basically I want to create a personal HTTP proxy to add a javascript library to every page I visit because the javascript contains several tools I wrote and Chrome doesnt allow extensions. </div>
<div><br></div><div>So I have a basic proxy set up from here: <a href="http://blog.somethingaboutcode.com/?p=155" target="_blank" style="color: rgb(28, 81, 168); ">http://blog.somethingaboutcode.com/?p=155</a> and I expanded it to do some logging and what not. </div>
<div><br></div><div>The first problem I have with this is that I cannot view Gmail due to HTTPS. This is problematic since I would like to view my email and don&#39;t want to turn off proxy settings everytime to do so. So is there a way to quitely pass ALL HTTPS without doing anything to them so it doesnt just send blank data?</div>
<div><br></div><div><br></div><div>The second problem is that I have no idea how to modify the page contents. Do I modify the buffer in my extended ProxyClient class? Because I tried that and it only worked on very few websites. Perhaps could someone just show me by doing a simple word swap (switching all mentions of Python to some other word?)</div>
<div><br></div><div>I would greatly appreciate it. </div></span>