<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Where am I?</title>
    <link>http://blakeley.com/blogofile</link>
    <description>Performance, scalability, databases, and whatever comes up.</description>
    <pubDate>Fri, 07 Jul 2023 19:44:55 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Force-Privoxy Bookmarklet</title>
      <link>http://blakeley.com/blogofile/archives/506</link>
      <pubDate>Mon, 18 Oct 2010 18:16:29 UTC</pubDate>
      <category><![CDATA[Javascript]]></category>
      <guid>http://blakeley.com/blogofile/archives/506</guid>
      <description>Force-Privoxy Bookmarklet</description>
      <content:encoded><![CDATA[
<p>
I wanted one and couldn't find it.
<a href="javascript:var l=window.location;var n=l.protocol+&quot;//&quot;+l.host+(l.port?&quot;:&quot;:&quot;&quot;)+l.port+&quot;/PRIVOXY-FORCE&quot;+l.pathname;window.location=n;">This one</a>
works with Chrome.
</p>

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

<p>Enjoy!</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
