<?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>Rossotron.com &#187; jesse</title>
	<atom:link href="http://rossotron.com/tag/jesse/feed/" rel="self" type="application/rss+xml" />
	<link>http://rossotron.com</link>
	<description>The eclectic ramblings, interests, and works of Ross Goldberg</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:17:20 +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>AutoLink for Twitter &#8211; New Greasemonkey Script</title>
		<link>http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/</link>
		<comments>http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 01:18:01 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[autolink]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[jesse]]></category>
		<category><![CDATA[ruderman]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/</guid>
		<description><![CDATA[Greasemonkey @Pistachio on Twitter gave me a great idea for a new Greasemonkey script.&#160; Twitter users know that putting the<a href="http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/" class="searchmore">Read the Rest...</a><div class="clr"></div>
Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2007/07/31/tired-of-recent-updates-use-my-greasemonkey-script/' rel='bookmark' title='Tired of Recent Updates?  Use My Greasemonkey Script!'>Tired of Recent Updates?  Use My Greasemonkey Script!</a></li>
<li><a href='http://rossotron.com/2008/03/24/need-a-link-greasemonkey-to-the-rescue/' rel='bookmark' title='Need a Link?  Greasemonkey to the Rescue!'>Need a Link?  Greasemonkey to the Rescue!</a></li>
<li><a href='http://rossotron.com/2008/02/06/more-greasemonkey-goodness-threaded-comments-on-vox/' rel='bookmark' title='More Greasemonkey Goodness &#8211; Threaded Comments on Vox'>More Greasemonkey Goodness &#8211; Threaded Comments on Vox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
<div at:enclosure="asset" at:xid="6a00d4142121106a4700fad691c81e0005" at:format="small" at:align="right"     class="enclosure enclosure-right enclosure-small photo-enclosure"       style="text-align: center; float: right;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 0 0 20px 20px;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4700fad691c81e0005.gif"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4700fad691c81e0005.gif" alt="Greasemonkey" title="Greasemonkey" /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4700fad691c81e0005.gif" title="Greasemonkey">Greasemonkey</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->
<p>@Pistachio on Twitter gave me a great idea for a <a href="http://userscripts.org/scripts/show/28705">new Greasemonkey script</a>.&#160; Twitter users know that putting the @ sign in front of someone&#39;s Twitter ID (e.g. @twitterID) is the way to reply to that person through twitter.&#160; When you&#39;re on twitter.com, or using a twitter client, this @twitterID is usually hyperlinked to that Twitter profile page (e.g. <a href="http://www.twitter.com/twitterID">http://www.twitter.com/twitterID</a> ).&#160; However, this is usually NOT the case when you view a Twitter ID on any other&#160;webpage (including Gmail).&#160; I decided to put together a Greasemonkey script that changes that, so that any Twitter ID, anywhere (even in Gmail) will be hyperlinked to the corresponding Twitter profile page.</p>
<p>Since I try not to reinvent the wheel when possible, I built my script on top of Jesse Ruderman&#39;s AutoLink Greasemonkey script.&#160; (I did delete some of the functionality that people might not want, such as bugzilla IDs and phone numbers &#8211; if you want the full version of that script, get it <a href="http://www.squarefree.com/2005/05/22/autolink/">here</a>. Note that you&#39;ll have to merge my Twitter filter into his script if you want the Twitter auto-linking functionality.)</p>
<p>Once you install the script, @rossruns will look like <a href="http://www.twitter.com/rossruns">@rossruns</a>.&#160; As an added benefit, Jesse&#39;s script already converted email addresses and plainlink URLs into hyperlinked versions, so you get that auto-linking functionality with this script, too.</p>
<p>Want to install this script for your own use?&#160; First install Greasemonkey, and then get the script <a href="http://userscripts.org/scripts/show/28705">here</a>.&#160; (Instructions to install Greasemonkey can be found <a href="http://diveintogreasemonkey.org/install/greasemonkey.html">here</a>.)</p>
<p style="clear:both;">      <a href="http://typeset.vox.com/library/post/autolink-for-twitter---new-greasemonkey-script.html?_c=feed-atom-full#comments">Read and post comments</a>   |        <a href="http://www.vox.com/share/6a00d4142121106a4700fae8c42751000b?_c=feed-atom-full">Send to a friend</a>  </p>
</p></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Frossotron.com%2F2008%2F06%2F18%2Fautolink-for-twitter-new-greasemonkey-script%2F&amp;title=AutoLink%20for%20Twitter%20%26%238211%3B%20New%20Greasemonkey%20Script" id="wpa2a_2"><img src="http://rossotron.com/wp/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2007/07/31/tired-of-recent-updates-use-my-greasemonkey-script/' rel='bookmark' title='Tired of Recent Updates?  Use My Greasemonkey Script!'>Tired of Recent Updates?  Use My Greasemonkey Script!</a></li>
<li><a href='http://rossotron.com/2008/03/24/need-a-link-greasemonkey-to-the-rescue/' rel='bookmark' title='Need a Link?  Greasemonkey to the Rescue!'>Need a Link?  Greasemonkey to the Rescue!</a></li>
<li><a href='http://rossotron.com/2008/02/06/more-greasemonkey-goodness-threaded-comments-on-vox/' rel='bookmark' title='More Greasemonkey Goodness &#8211; Threaded Comments on Vox'>More Greasemonkey Goodness &#8211; Threaded Comments on Vox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

