<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cryptosystem.org &#187; Firefox</title>
	<atom:link href="http://www.cryptosystem.org/archives/categories/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cryptosystem.org</link>
	<description></description>
	<lastBuildDate>Sat, 05 Sep 2009 21:05:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Converting Netscape Cookies Files</title>
		<link>http://www.cryptosystem.org/archives/2006/04/converting-netscape-cookies-files/</link>
		<comments>http://www.cryptosystem.org/archives/2006/04/converting-netscape-cookies-files/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 15:48:15 +0000</pubDate>
		<dc:creator>ryanfb</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.cryptosystem.org/archives/2006/04/converting-netscape-cookies-files/</guid>
		<description><![CDATA[I&#8217;ve whipped up a short Perl script, available here, that converts a Netscape-style cookies file into the ELinks cookies format. This is useful for sites which have an image-based login captcha, so you can use Firefox to log in and then copy your cookies and have them in ELinks. Example usage:

./ns2elcookies.pl &#62; ~/.elinks/cookies


By default, it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve whipped up a short Perl script, available <a href="http://cryptosystem.org/projects/ns2elcookies/ns2elcookies.pl">here</a>, that converts a Netscape-style cookies file into the ELinks cookies format. This is useful for sites which have an image-based login captcha, so you can use Firefox to log in and then copy your cookies and have them in ELinks. Example usage:</p>

<pre><code>./ns2elcookies.pl &gt; ~/.elinks/cookies
</code></pre>

<p>By default, it does a find on ~/.mozilla/ for the first cookies.txt file it sees. You can also specify a cookies file as the first argument if that isn&#8217;t what you want. It should be fairly easy to modify the script so that it instead outputs in another browser&#8217;s cookie format, w3m for example.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cryptosystem.org/archives/2006/04/converting-netscape-cookies-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fun with chrome caching in Firefox</title>
		<link>http://www.cryptosystem.org/archives/2005/04/fun-with-chrome-caching-in-firefox/</link>
		<comments>http://www.cryptosystem.org/archives/2005/04/fun-with-chrome-caching-in-firefox/#comments</comments>
		<pubDate>Fri, 22 Apr 2005 00:59:38 +0000</pubDate>
		<dc:creator>ryanfb</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tomboy]]></category>

		<guid isPermaLink="false">http://www.cryptosystem.org/wordpress/?p=11</guid>
		<description><![CDATA[After struggling with this lovely error (&#8221;XML Parsing Error: not well-formed&#8221; while pointing to a nonexistant location in my code) for a while hacking around on Wereboy, I became a little frustrated. So I created a clean profile and added the extension, where it worked fine. Turns out that profiledir/XUL.mfasl will apparently keep around uninstalled [...]]]></description>
			<content:encoded><![CDATA[<p>After struggling with <a href="http://cryptosystem.org/projects/wereboy/xulerror.png">this lovely error</a> (&#8221;XML Parsing Error: not well-formed&#8221; while pointing to a nonexistant location in my code) for a while hacking around on <a href="http://cryptosystem.org/projects/wereboy/">Wereboy</a>, I became a little frustrated. So I created a clean profile and added the extension, where it worked fine. Turns out that profiledir/XUL.mfasl will apparently keep around uninstalled plugin chrome then later confuse itself, resulting in this sort of breakage. You have to delete/move it then relaunch Firefox to force a rebuild.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cryptosystem.org/archives/2005/04/fun-with-chrome-caching-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
