<?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>clem's labs &#187; firefox</title>
	<atom:link href="http://clement.beffa.org/labs/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://clement.beffa.org/labs</link>
	<description>random ramblings and possibly neat web experiments</description>
	<lastBuildDate>Tue, 06 Sep 2011 07:14:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>3-tap Middleclick on OSX for MacBook &amp; Magic Mouse</title>
		<link>http://clement.beffa.org/labs/projects/middleclick/</link>
		<comments>http://clement.beffa.org/labs/projects/middleclick/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 09:50:33 +0000</pubDate>
		<dc:creator>clem</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[middleclick]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[triple]]></category>

		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=137</guid>
		<description><![CDATA[Finally, I&#8217;ve managed to enable middleclick on my macbook with triple tap. It works using a private osx api for using the macbook multitouch trackpad code and some middleclick code. Middleclick is really useful for all the Firefox junkie who loves to open in a new tab as it doesn&#8217;t require to use the keyboard [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, I&#8217;ve managed to enable middleclick on my macbook with triple tap. It works using a private osx api for using the <a href="http://www.steike.com/code/multitouch/">macbook multitouch trackpad code</a> and some <a href="http://www.r0ssar00.com/2008/12/middle-click-on-mac-code.html">middleclick code</a>. Middleclick is really useful for all the Firefox junkie who loves to open in a new tab as it doesn&#8217;t require to use the keyboard (cmd+click is the default middleclick). MiddleClick should not interfere with the swipe gesture and you should not click the trackpad as it will send a click and middleclick at the same time!</p>
<p>Get <a href="http://clement.beffa.org/labs/downloads/MiddleClick.zip">MiddleClick (for Snow Leopard)</a>! Enjoy &amp; donate if it brings you joy =)</p>
<p>You can get the source at <a href="http://github.com/cl3m/MiddleClick">http://github.com/cl3m/MiddleClick</a></p>
<p>Updated version with the change from carlosh &amp; galonsky!</p>
<p>&nbsp;</p>
<p><span style="color: #ff6600;">Interested to have birthday alerts in iCal for people in a specific group of your AddressBook. Get </span><a href="http://itunes.apple.com/us/app/id427407828?mt=12"><span style="color: #ff6600;">Birthday Alerts</span></a><span style="color: #ff6600;">!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://clement.beffa.org/labs/projects/middleclick/feed/</wfw:commentRss>
		<slash:comments>295</slash:comments>
		</item>
		<item>
		<title>Send Referer (FireFox add-on)</title>
		<link>http://clement.beffa.org/labs/projects/sendreferer/</link>
		<comments>http://clement.beffa.org/labs/projects/sendreferer/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 21:07:07 +0000</pubDate>
		<dc:creator>clem</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=3</guid>
		<description><![CDATA[When visiting a webpage, your browser send the referer which is the URL of the previous webpage from which a link was followed. Some web sites log referers, for advertising or other purposes. Eventually you want to never send out the referer information to increase you privacy. It can be configured in firefox, but then [...]]]></description>
			<content:encoded><![CDATA[<p>When visiting a webpage, your browser send the referer which is <strong>the URL of the previous webpage from which a link was followed</strong>. Some web sites log referers, for advertising or other purposes. Eventually you want to never send out the referer information to increase you privacy. It can be configured in firefox, but then it will cause problems: some sites disallow to download files if you don&#8217;t send them the referer (anti-leech feature).</p>
<p>Hopefully, you can now use <strong>Send Referer</strong> to answer to this problem !</p>
<h2>Features</h2>
<ul>
<li><a href="http://clement.beffa.org/labs/wp-content/uploads/2008/09/openlinkwithrefererheader.gif"><img class="alignright size-medium wp-image-7" title="openlinkwithrefererheader" src="http://clement.beffa.org/labs/wp-content/uploads/2008/09/openlinkwithrefererheader.gif" alt="" width="282" height="100" /></a>Allow to send referer header when openning a link with right-click menu  .  ( ie: to be able to download from a site with anti-leech feature)</li>
<li>Without referer header otherwise to increase your privacy</li>
<li>CTRL+Click to open in a new tab, SHIFT+Click to open in a new window</li>
</ul>
<h2>How it Works</h2>
<p>Browse the web as usual, except that your browser won&#8217;t send referer header. When you come across a link you can&#8217;t follow without referer, right click on it and use &#8220;Open Link with Referer Header&#8221;. Sending Referer Header will be <strong>enable for 7 seconds</strong> and then it will go back to no referer mode.</p>
<h2>How to Install</h2>
<p><a href="http://clement.beffa.org/labs/downloads/sendreferer.0.3.3.xpi">Install Send Referer 0.3.3</a> (5 kB)</p>
<h2 class="break">How to Test It</h2>
<p>Click on <a href="http://club60.org/testref.php">Check your referrer</a> or right click with &#8220;Open Link with Referer Header&#8221;</p>
<p>With a normal click you should see :<br />
<em>Referer: </em><br />
With a right click with &#8220;Open Link with Referer Header&#8221; you should see :<br />
<em>Referer: http://clement.beffa.org/labs/projects/sendreferer/</em></p>
<h2>Changelog</h2>
<ul>
<li>0.3.3 Compatible with FF 3.0</li>
<li>0.3.2 Compatible with FF 2.0</li>
<li>0.3.1 Compatible with FF 1.5.0.1</li>
<li>0.3 Added new tab/window support</li>
<li>0.2 Fixed for Firefox 1.5beta</li>
<li>0.1 Initial Release</li>
</ul>
<h2>How to Uninstall</h2>
<p>Uninstall using the extension manager.<br />
If you want to always send referer header again</p>
<ul>
<li>go to about:config</li>
<li>reset network.http.sendRefererHeader preference (default: 2)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://clement.beffa.org/labs/projects/sendreferer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Some GreaseMonkey User Scripts</title>
		<link>http://clement.beffa.org/labs/projects/greasemonkey/</link>
		<comments>http://clement.beffa.org/labs/projects/greasemonkey/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 15:00:02 +0000</pubDate>
		<dc:creator>clem</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[autologin]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=14</guid>
		<description><![CDATA[Some little scripts to modify the web behavior with the help of Greasemonkey, a Firefox extension. There is a popular Auto-login script and some more. Where to get them? Go to my userscript page to get any of them!]]></description>
			<content:encoded><![CDATA[<p>Some little scripts to modify the web behavior with the help of <a href="http://greasemonkey.mozdev.org/">Greasemonkey</a>, a Firefox extension. There is a popular Auto-login script and some more.</p>
<h2>Where to get them?</h2>
<p>Go to my <a href="http://userscripts.org/users/1302/scripts">userscript page</a> to get any of them!</p>
]]></content:encoded>
			<wfw:commentRss>http://clement.beffa.org/labs/projects/greasemonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

