<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: Greasemonkey</title>
<link>http://www.hackszine.com/blog/archive/greasemonkey/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Fri, 12 Sep 2008 22:07:33 -0800</lastBuildDate>
<pubDate>Sat, 13 Sep 2008 20:10:16 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>Super GreaseMonkey - your favorite Firefox plugin meets jQuery</title>
<itunes:summary>Along with Firebug, GreaseMonkey remains one of the best Firefox extensions, giving the browser capabilities that Safari, IE, and Chrome still can&apos;t compete with. It gives you the ability to easily write your own custom features for Firefox in Javascript,...</itunes:summary>
<description>
<![CDATA[<p>Along with Firebug, GreaseMonkey remains one of the best Firefox extensions, giving the browser capabilities that Safari, IE, and Chrome still can't compete with. It gives you the ability to easily write your own custom features for Firefox in Javascript, letting you customize the way content renders and executes on any website you visit.</p>

<p>Super GreaseMonkey is a slight modification of the plugin that provides built-in jQuery support. With this addition, you can get done in a single line of code what might have taken 20. Most GreaseMonkey scripts work by searching for specific tags, classes, or IDs in a page structure and then altering their contents. Traversing the DOM is a lot of work in standard Javascript, but it's completely painless in jQuery, making this feature a must have for regular GreaseMonkey scripters.</p>

<p>Because it's a modification of the standard GreaseMoney install, Super GreaseMonkey may be a version or two behind the latest release. Also, it's not currently the plugin that most people are using, which is important if you want others to use your scripts. Fortunately, you can also get jQuery to work with the standard GreaseMonkey install by manually embedding jQuery into your scripts. It's only marginally more work, and will ensure that your script will work with other GreaseMonkey users. InternetDuctTape describes a few options for making this work, but the best recommendation is to download a packed version of the jQuery library and paste it right at the top of your script.</p>

<p><a href="http://monkey.coolspacer.com/">Super GreaseMonkey</a><br />
<a href="http://internetducttape.com/2008/05/08/greasemonkey-ninja-jquery/">InternetDuctTape - Using jQuery With Standard Greasemonkey</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/super_greasemonkey_your_favori.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/super_greasemonkey_your_favori.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/09/super_greasemonkey_your_favori.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/09/super_greasemonkey_your_favori.html?CMP=OTC-7G2N43923558</guid>
<category>Greasemonkey</category>
<pubDate>Fri, 12 Sep 2008 22:07:33 -0800</pubDate>

</item>

<item>
<title>Wii Balance Board hacks</title>
<itunes:summary> A few days ago, this video appeared with Matthieu Deru and Simon Bergweiler showing off a hack that allows them to surf Google Earth using a Wii. Unfortunately, there weren&apos;t too many details about how it was accomplished and...</itunes:summary>
<description>
<![CDATA[<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/lKUDU9lE--E&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/lKUDU9lE--E&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="500" height="405"></embed></object></p>

<p>A few days ago, this video appeared with Matthieu Deru and Simon Bergweiler showing off a hack that allows them to surf Google Earth using a Wii. Unfortunately, there weren't too many details about how it was accomplished and I couldn't track down any source for the C# application that talks to the bluetooth device.</p>

<p>What I did find was this other clip from almost a month ago (?!?) in which Daniel Schneider demonstrates using the Wii Balance Board to navigate the web in Firefox. </p>

<p>That's right. You can actually surf the web:</p>

<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/bqTB5AUDZzo&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/bqTB5AUDZzo&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="500" height="405"></embed></object></p>

<p>He's using the latest version of GlovePIE (v0.3) to accomplish this. As far as I can tell, it's still very alpha, and the WiiLi wiki claims it's buggy, but it does appear to work. Daniel has some pointers to how he's configured things, including the Greasemonkey script that allows you to surf without clicking.</p>

<p>For more information on coding GlovePIE scripts that use the Balance Board, peek at the documentation.rtf file that's packaged with the GlovePIE download. There's information around page 70 that describes how the board functions and how to pull the 4 sensor values from each of its feet.</p>

<p><a href="http://edutechwiki.unige.ch/en/Nintendo_Wii_balance_board">Using GlovePIE and Firefox with the Nintendo Wii Balance Board</a><br />
<a href="http://carl.kenner.googlepages.com/glovepie">GlovePIE</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/05/wii_balance_board_hacks.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/05/wii_balance_board_hacks.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/05/wii_balance_board_hacks.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/05/wii_balance_board_hacks.html?CMP=OTC-7G2N43923558</guid>
<category>Electronics</category>
<pubDate>Thu, 29 May 2008 21:04:21 -0800</pubDate>

</item>

<item>
<title>Annotate the web with ShiftSpace</title>
<itunes:summary> ShiftSpace is an open source platform that uses Greasemonkey to place an API layer over the web. When you have the plugin installed, ShiftSpace connects back to a central server to locate &quot;shifts&quot; that other users have left behind...</itunes:summary>
<description>
<![CDATA[<p><img alt="shiftspace_20071202.jpg" src="http://www.hackszine.com/shiftspace_20071202.jpg" width="500" height="282" /></p>

<p>ShiftSpace is an open source platform that uses Greasemonkey to place an API layer over the web.  When you have the plugin installed, ShiftSpace connects back to a central server to locate "shifts" that other users have left behind for the URL you are viewing.</p>

<p>By pressing shift+space on your keyboard, you get a list of these "shifts", which are essentially a layer of user-contributed annotations that are layered on top of the web page you are viewing.  The current tools allow you to leave post-it notes, swap images, highlight text and even reformat the html of the underlying page.  To add a shift to any web page, you just hold the shift key down and a little menu appears.</p>

<p>Right now, the shifts you see appear to be global.  In the near future, it's supposed to have the ability to filter shifts based on friend groups, friends of friends, or just you own shifts.  This could make it a convenient way to take notes on pages that you view, alone or collaboratively.</p>

<p>The bigger deal is that the underlying API is open source, and the tools provided are just examples of what you might be able to build.  The server-side is written in PHP using the SQLLite library, so it should run on just about any web server environment.  If you want to hack a meta-web application of your own, you can just download the source and start coding.  Just make sure to tell us about it when you've got something to show.</p>

<p>ShiftSpace: An Open Source layer above any webpage - <a href="http://www.shiftspace.org/">Link</a><br />
ShiftSpace documentation - <a href="http://www.shiftspace.org/manual/install.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/annotate_the_web_with_shiftspa.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/annotate_the_web_with_shiftspa.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/12/annotate_the_web_with_shiftspa.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/12/annotate_the_web_with_shiftspa.html?CMP=OTC-7G2N43923558</guid>
<category>Greasemonkey</category>
<pubDate>Sun, 02 Dec 2007 19:50:05 -0800</pubDate>

</item>

<item>
<title>Hacking Hackszine: GreaseMonkey category viewer</title>
<itunes:summary> Rich Burridge writes: This is a GreaseMonkey script that works with your website. If enabled, it will replace the contents of your main page with a list of categories and under each category heading, will be a list of...</itunes:summary>
<description>
<![CDATA[<p><img alt="gmhackszine_20071107.jpg" src="http://hackszine.com/gmhackszine_20071107.jpg" width="500" height="496" /></p>

<p>Rich Burridge writes:</p>

<blockquote>This is a GreaseMonkey script that works with your
website. If enabled, it will replace the contents of
your main page with a list of categories and under
each category heading, will be a list of all your 
posts to that category.

<p>Very handy to see everything you've created in <br />
the past, if you aren't exactly sure what you are <br />
looking for. </p>

<p>Note that this is doing the equivalent of loading <br />
over 120 more web pages, so be patient with it. It<br />
takes a while to build up the new web page.</blockquote></p>

<p>This script basically takes a deep crawl through every category on Hackszine and returns the titles.  I just ran it and, wow, I didn't realize how much hack info we've managed to collect here in the past year.  What's cool (and a bit embarrassing), is that I can pretty quickly see what topics I've fawned over a little too much (Mac, iPhone) and categories that are in need of a little more attention (AJAX, Astronomy, Transportation, Science, Energy, World, Wireless).  If you have any great hacks for the latter group, please send them in immediately before I get accused of turning this into an Apple blog.</p>

<p>If you maintain a blog, you should take a crack at adapting this script to your own site.  It might be a helpful tool for looking back over your post history or even generating a quick category-based sitemap that you can save as a static html file. </p>

<p>GreaseMonkey Script For Expanding All Hackszine Categories - <a href="http://blogs.sun.com/richb/entry/working_greasemonkey_script_for_expanding">Link</a> [Thanks, <a href="http://blogs.sun.com/richb">Rich</a>]</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/hacking_hackszine_greasemonkey.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/hacking_hackszine_greasemonkey.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/11/hacking_hackszine_greasemonkey.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/11/hacking_hackszine_greasemonkey.html?CMP=OTC-7G2N43923558</guid>
<category>Greasemonkey</category>
<pubDate>Wed, 07 Nov 2007 19:57:12 -0800</pubDate>

</item>

<item>
<title>Run (some) Greasemonkey scripts on Internet Explorer</title>
<itunes:summary> Jon Udell mentions a great add-on for Internet Explorer, Reify Software&apos;s Turnabout, which gives you the ability to run some Greasemonkey scripts in Internet Explorer: ...it comes in two versions: basic and advanced. If you download the basic version...</itunes:summary>
<description>
<![CDATA[<p><img alt="turnabout_ie.png" src="http://hackszine.com/turnabout_ie.png" width="500" height="480" /></p>

<p>Jon Udell mentions a great add-on for Internet Explorer, Reify Software's Turnabout, which gives you the ability to run some Greasemonkey scripts in Internet Explorer:</p>

<blockquote>
...it comes in two versions: basic and advanced. If you download the basic version it only runs a small set of scripts that the Reify folks have blessed. You have to download the advanced version in order to be able to install other scripts, such as my LibraryLookup script.

<p>I realize that relatively few IE users are likely to run Turnabout, just as relatively few Firefox users run Greasemonkey. But a small fraction of IE's large share is still a healthy number, and I'd like to do what I can to encourage interesting, important, and of course safe and responsible uses of this technology.</blockquote></p>

<p>Jon spent some time modifying one of his scripts to work under Turnabout, and has written up some notes for anyone who wants to do the same - <a href="http://blog.jonudell.net/2007/04/23/greasemonkeying-with-ie/">Link</a></p>

<p><strong>Related:</strong><br />
<ul><li>Lifehacker Code: Better Gmail (Firefox extension) - <a href="http://lifehacker.com/software/gmail/lifehacker-code-better-gmail-firefox-extension-251923.php">Link</a><br />
<li>Greasemonkey Hacks - <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101651">Link</a><br />
<li>Reify Turnabout - <a href="http://www.reifysoft.com/turnabout.php">Link</a><br />
</ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/run_some_greasemonkey_scripts.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/run_some_greasemonkey_scripts.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/04/run_some_greasemonkey_scripts.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/04/run_some_greasemonkey_scripts.html?CMP=OTC-7G2N43923558</guid>
<category>Greasemonkey</category>
<pubDate>Tue, 24 Apr 2007 17:05:05 -0800</pubDate>

</item>

<item>
<title>Three Solid Gmail Productivity Tips</title>
<itunes:summary> Matt Cutts shares three solid Gmail productivity tips to help keep your inbox under control, including keeping mailing lists out of there (using filters), prioritizing messages (using Greasemonkey and persistent searches), and excluding messages from certain accounts (using filters...</itunes:summary>
<description>
<![CDATA[<p><img alt="Gmail Productivity" src="http://hackszine.com/gmail_productivity.jpg" width="499" height="182" /></p>

<p>Matt Cutts shares <a href="http://www.mattcutts.com/blog/three-solid-gmail-productivity-tips/">three solid Gmail productivity tips</a> to help keep your inbox under control, including keeping mailing lists out of there (using filters), prioritizing messages (using Greasemonkey and persistent searches), and excluding messages from certain accounts (using filters and labels).</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/three_solid_gmail_productivity.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/three_solid_gmail_productivity.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/three_solid_gmail_productivity.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/three_solid_gmail_productivity.html?CMP=OTC-7G2N43923558</guid>
<category>Gmail</category>
<pubDate>Tue, 06 Mar 2007 08:27:17 -0800</pubDate>

</item>

<item>
<title>LinkBack: Trackbacks Everywhere and Without the Spam</title>
<itunes:summary> The concept of trackbacks and bidirectional linking has always been really intruiging to me, but it&apos;s such a difficult problem to solve, even if you ignore the spam issue... and that&apos;s awfully hard to ignore. Ted Nelson coined the...</itunes:summary>
<description>
<![CDATA[<p><img alt="linkback_20070210.jpg" src="http://www.hackszine.com/blog/archive/linkback_20070210.jpg" width="500" height="266" /><br />
The concept of trackbacks and bidirectional linking has always been really intruiging to me, but it's such a difficult problem to solve, even if you ignore the spam issue... and that's awfully hard to ignore.  </p>

<blockquote>Ted Nelson coined the term Hypertext over 30 years ago, and articulated its principles, most of which have been ignored in the triumph of the Web.  One of the principle elements of Nelson's vision that was left out of the web is the inherent bidirectionality of hyperlinks. This just means that a link from A to B should be visible, and traversable, from B to A as well. A simple idea, but suprisingly difficult to implement if you start with the sort of document-centric model that the WWW uses.</blockquote>

<p>The problem is that bidirectional linking requires a certain level of cooperation between referencers and referencees.  You can't force every publisher of every document to maintain a trackback-style referencing policy or system.  Fortunately, however, you can expect that someone will be in the business of crawling and indexing the web, and the topic of references, as any fan of Pagerank will tell you, falls squarely into the search domain.</p>

<p>LinkBack is a Firefox/Greasemonkey plugin that queries Yahoo web services as your browse the web, displaying incoming links for the web pages that you visit.  It's pretty much like using the "link:" qualifier in a Google search, except that it does this automatically for you for every page that you visit, showing the results in a semi-transparent floating div over the document you are viewing.</p>

<p>Of course, there are privacy issues with sending all your browsing information to Yahoo, and the results are only as good as the search engine is capable, but it's a step in the right direction, and for the most part, it works. -<a href="http://www.hyperphor.com/webhack/greasemonkey/blurb.html">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/linkback_trackbacks_everywhere.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/linkback_trackbacks_everywhere.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/linkback_trackbacks_everywhere.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/linkback_trackbacks_everywhere.html?CMP=OTC-7G2N43923558</guid>
<category>Greasemonkey</category>
<pubDate>Sat, 10 Feb 2007 21:46:01 -0800</pubDate>

</item>

<item>
<title>Personalize Your Flickr Replies</title>
<itunes:summary> Serious Flickr users who regularly respond to multiple comments on their photos might be looking for something a little more personal and functional than the de facto @username: convention for specific replies. For this specialized task, Flickr user doc18&apos;s...</itunes:summary>
<description>
<![CDATA[<p><img alt="Personalized Flickr Reply" src="http://www.hackszine.com/blog/archive/Personalized%20Flickr%20Reply.jpeg" width="500" height="188" /><br />
Serious Flickr users who regularly respond to multiple comments on their photos might be looking for something a little more personal and functional than the de facto <em>@username:</em> convention for specific replies. For this specialized task, Flickr user doc18's <a href="http://www.flickr.com/groups/flickrhacks/discuss/72157594482547285/">Flickr Buddy Icon Reply</a> Greasemonkey script might be just what such hardcore Flickerers are looking for:<blockquote>It adds <strong>name_reply</strong> and <strong>icon_reply</strong> links at each of the comments under your photo. When you click on the link, the buddy icon html code will be added into the <em>Add your comment</em> box, where you can show nicely who your replies are directed at.</blockquote>The enhancement does more than just drop in a thumbnail of the user's buddy icon into your post. The HTML for the inserted icon provides all the contextual features of the user's full profile icon, including links to the user's profile, photos, tags, sets, archives, and favorites:</p>

<p><br><img alt="Flickr Reply with Profile" src="http://www.hackszine.com/blog/archive/Flickr%20Reply%20with%20Profile.jpg" width="370" height="264" /></p>

<p>This is just one of many Greasemonkey scripts I now use regularly with Flickr, so much so that I end up taking them for granted as features of the service, forgetting that they're add-ons. Check out the <a href="http://www.flickr.com/groups/flickrhacks/">Flickr Hacks group</a> for tons of great user scripts and other Flickr-specific hacks.</p>

<p><br><strong>Related:</strong></p>

<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596102453">Flickr Hacks</a>
<li><a href="http://www.oreilly.com/catalog/greasemonkeyhks">Greasemonkey Hacks</a>
<li><a href="http://www.oreilly.com/catalog/firefoxhks">Firefox Hacks</a></ul>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/personalize_your_flickr_replie.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/personalize_your_flickr_replie.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/01/personalize_your_flickr_replie.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/01/personalize_your_flickr_replie.html?CMP=OTC-7G2N43923558</guid>
<category>Flickr</category>
<pubDate>Fri, 26 Jan 2007 11:16:44 -0800</pubDate>

</item>

<item>
<title>Foreword to Greasemonkey Hacks</title>
<itunes:summary>In his foreword to Mark Pilgrim&apos;s Greasemonkey Hacks , Aaron Boodman (creator and lead developer of Greasemonkey), speaks of the pride he takes in the association of the word hacks with his creation: It has been occasionally noted that Greasemonkey...</itunes:summary>
<description>
<![CDATA[<p>In his <a href="http://www.makezine.com/extras/28.html" title="foreword">foreword</a> to Mark Pilgrim's <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101651" title="Greasemonkey Hacks">Greasemonkey Hacks</a> , Aaron Boodman (creator and lead developer of Greasemonkey), speaks of the pride he takes in the association of the word hacks with his creation:<br/> <blockquote>It has been occasionally noted that Greasemonkey is a hacker's tool. I take some pride in that, since I come from a family of relentless hackers.<br/> </blockquote>He continues with a touching account of his own family of hackers, going all the way back to the need to hack that's been so central to the evolution of our species (humans, that is, not just hackers, which, contrary to popular opinion, does not constitute a separate species).<br/> <br/> Finally, he ends with a sort of call to arms that Greasemonkey promises:<br/> <blockquote>The next time you find yourself frustrated by a broken website, you won't have to live with it. You'll have the tools and knowledge to fix it yourself.<br/> </blockquote>I'd like to think this spirit is central to all <a href="http://hackszine.com/books/" title="Hacks books">Hacks books</a> and to every issue of <a href="http://makezine.com" title="MAKE">MAKE</a> (and, dare I say it, the evolution of our species).<br/></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2006/10/foreword_to_greasemonkey_hacks.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2006/10/foreword_to_greasemonkey_hacks.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2006/10/foreword_to_greasemonkey_hacks.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2006/10/foreword_to_greasemonkey_hacks.html?CMP=OTC-7G2N43923558</guid>
<category>Hacks Series</category>
<pubDate>Tue, 24 Oct 2006 12:01:47 -0800</pubDate>

</item>


</channel>
</rss>