<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: I'll trade you a proxy for a doxy!  (Er, or not.)</title>
      <link>http://ask.metafilter.com/34222/Ill-trade-you-a-proxy-for-a-doxy-Er-or-not/</link>
      <description>Comments on Ask MetaFilter post I'll trade you a proxy for a doxy!  (Er, or not.)</description>
	  	  <pubDate>Sun, 12 Mar 2006 23:38:47 -0800</pubDate>
      <lastBuildDate>Sun, 12 Mar 2006 23:38:47 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: I&apos;ll trade you a proxy for a doxy!  (Er, or not.)</title>
  	<link>http://ask.metafilter.com/34222/Ill-trade-you-a-proxy-for-a-doxy-Er-or-not</link>	
  	<description>Help me make a bookmarklet for a proxy server - now doesn&apos;t that sound like fun! Here&apos;s the problem: I usually use a nice automatic proxy server, configured in firefox, through my university.  Sometimes that doesn&apos;t work for a particular page, and I use another.  But to do that, I actually have to type something - an unacceptable level of service, frankly - and I&apos;d like to put a stop to that.&lt;br&gt;
&lt;br&gt;
Thus, a bookmarklet.  All it has to do is take a web address:    realaddress.com/blah/blah.html&lt;br&gt;
and turn it into:    realaddress.com&lt;b&gt;.proxyaddress.com&lt;/b&gt;/blah/blah.html&lt;br&gt;
&lt;br&gt;
Do-able?  I think so, but I don&apos;t know how.  I assume that a javascript similar to :&lt;br&gt;
&lt;br&gt;
&amp;lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&amp;lt;&lt;br&gt;
window.location=&quot;http://www.yourdomain.com/&quot;;&lt;br&gt;
&amp;lt;/script&amp;gt;&lt;br&gt;
&lt;br&gt;
... should do the trick, but I&apos;m not sure how to parse the original URL and insert my proxy address.  And this would be easily save-able as a bookmarklet.  Any hints?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;Also, why does mefi replace the ampersands and whatnot with their ascii in the text box?  That doesn&apos;t seem.. um.. helpful..&lt;/small&gt;</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.34222</guid>
  	<pubDate>Sun, 12 Mar 2006 23:25:17 -0800</pubDate>
  	<dc:creator>metaculpa</dc:creator>
	
	<category>proxy</category>
	
	<category>javascript</category>
	
	<category>redirect</category>
	
	<category>code</category>
	
</item>
<item>
  	<title>By: metaculpa</title>
  	<link>http://ask.metafilter.com/34222/Ill-trade-you-a-proxy-for-a-doxy-Er-or-not#533977</link>	
  	<description>Also, thanks in advance for your help!</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.34222-533977</guid>
  	<pubDate>Sun, 12 Mar 2006 23:38:47 -0800</pubDate>
  	<dc:creator>metaculpa</dc:creator>
</item>
<item>
  	<title>By: holloway</title>
  	<link>http://ask.metafilter.com/34222/Ill-trade-you-a-proxy-for-a-doxy-Er-or-not#533982</link>	
  	<description>There&apos;s some filtering going on here at metafilter so I can&apos;t make a hyperlink but bookmark this,&lt;br&gt;
&lt;br&gt;
javascript:window.location = &amp;quot;http://&amp;quot; + window.location.hostname + &amp;quot;.proxyaddress.com&amp;quot; + window.location.pathname + window.location.search&lt;br&gt;
&lt;br&gt;
I seem to remember that the location object is different in IE. This does work in Firefox though.&lt;br&gt;
&lt;br&gt;
Metafilter should reencode &amp;quot;&amp;amp;&amp;quot; as &amp;quot;&amp;amp;amp;&amp;quot; in textboxes but it doesn&apos;t. It only reencodes &amp;quot;&amp;amp;gt;&amp;quot; and a few other entities.&lt;br&gt;
&lt;br&gt;
ps. HEY MATT WANT TO MOVE TO PHP/POSTGRES? CALL ME HONEY!</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.34222-533982</guid>
  	<pubDate>Mon, 13 Mar 2006 00:40:26 -0800</pubDate>
  	<dc:creator>holloway</dc:creator>
</item>

    </channel>
</rss>
