<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Greasemonkey + live.gizmodo.com</title>
	<atom:link href="http://colinharrington.net/blog/2009/03/greasemonkey-livegizmodocom/feed/" rel="self" type="application/rss+xml" />
	<link>http://colinharrington.net/blog/2009/03/greasemonkey-livegizmodocom/</link>
	<description>Technologist, Consultant, Software Engineer, Entrepreneur and Musician</description>
	<lastBuildDate>Fri, 11 May 2012 12:50:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Colin</title>
		<link>http://colinharrington.net/blog/2009/03/greasemonkey-livegizmodocom/comment-page-1/#comment-2991</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Tue, 17 Mar 2009 19:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/index.php/2009/03/17/greasemonkey-livegizmodocom/#comment-2991</guid>
		<description>While I&#039;m at it, why throw up another simple script
&lt;pre class=&#039;code&#039;&gt;
// ==UserScript==
// @name           Caribou Wifi
// @namespace      cariboulogin.wanderingwifi.com/
// @include        http://cariboulogin*.wanderingwifi.com/caribou/Login
// ==/UserScript==

if (document.getElementById(&#039;username&#039;)) { 
	document.getElementById(&#039;username&#039;).value = &#039;your.email@domain.com&#039;
	document.getElementById(&#039;save&#039;).checked = true
}
document.forms[0].submit()
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>While I&#8217;m at it, why throw up another simple script</p>
<pre class='code'>
// ==UserScript==
// @name           Caribou Wifi
// @namespace      cariboulogin.wanderingwifi.com/
// @include        <a href="http://cariboulogin*.wanderingwifi.com/caribou/Login" rel="nofollow">http://cariboulogin*.wanderingwifi.com/caribou/Login</a>
// ==/UserScript==

if (document.getElementById('username')) {
	document.getElementById('username').value = 'your.email@domain.com'
	document.getElementById('save').checked = true
}
document.forms[0].submit()
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

