<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Apple</title>
	<atom:link href="http://gigaom.com/apple/tag/plug-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Sun, 27 May 2012 04:22:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Apple</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>How-To: Turbocharge Your Browsing With Greasemonkey</title>
		<link>http://gigaom.com/apple/how-to-turbocharge-your-browsing-with-greasemonkey/</link>
		<comments>http://gigaom.com/apple/how-to-turbocharge-your-browsing-with-greasemonkey/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:00:48 +0000</pubDate>
		<dc:creator>Christopher Ryan</dc:creator>
				<category><![CDATA[CNN Startups]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[NYT Startups]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[SYN Analysis]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fred Wang Trinity]]></category>
		<category><![CDATA[greasekit]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=39245</guid>
		<description><![CDATA[While the debate over Mac versus PC will last for eternity, one of the elements that many “diehard” PC users have thrown at Apple fanboys is the ability to really tweak their experience, through application add-ons and plugins. Mac users who use Firefox have had a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173846&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="Greasemonkey Icon" src="http://gigapple.files.wordpress.com/2010/01/greasemonkeyicon.png?w=200&h=200" alt="Greasemonkey Icon" width="200" height="200" class=" alignleft" /></p>
<p class="excerpt">While the debate over Mac versus PC will last for eternity, one of the elements that many “diehard” PC users have thrown at Apple fanboys is the ability to really tweak their experience, through application add-ons and plugins.</p>
<p>Mac users who use Firefox have had a little taste of this with <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>, a Firefox add-on that allows support for on the fly changes to websites. If you haven’t heard of Greasemonkey, this is a must read for you and if your browser of choice isn’t Firefox, we’ll show you how to install its equivalent, GreaseKit with Safari.</p>
<h3>What Is Greasemonkey?</h3>
<p>Greasemonkey is an add-on for browsers that allow users to install “scripts” that are fine tuned to affect how different websites function. For example, if you’re a person who uses MySpace and really hates how the login page is full of ads, you can install a script that adjusts the display of the page when it loads and gives you a cleaner experience.</p>
<p>Cleaning up MySpace is just the beginning; there are scripts for just about everything. If you’re not a fan of the default Gmail web interface, you can use a script that declutters it.</p>
<p>But it’s not just about changing the look and feel of a website; there are scripts that remove content like ads and scripts that add functionality, like a script that lets you add notes to entries in your Netflix queue.</p>
<h3>Installing GreaseKit in Safari</h3>
<p>While Greasemonkey is an easy add-on if you use Firefox, you can also use similar add-ons in Safari. For Safari users, begin by downloading <a href="http://www.culater.net/software/SIMBL/SIMBL.php">SIMBL</a> and install it. Then download <a href="http://8-p.info/greasekit/">GreaseKit</a> and install the bundle file inside to <code>~/Library/Application Support/SIMBL/Plugins</code>. If this folder doesn’t exist, just add it before dropping the file inside.</p>
<p>Next, relaunch Safari and, provided things worked well, you’ll see a new menu entry for GreaseKit. Now go find some scripts (see below) and click “Install This Script” to copy it into GreaseKit. You’ll see the JavaScript flash on screen and eventually it should be added to your GreaseKit menu.</p>
<p style="text-align: center;"><img  title="GreaseKit" src="http://gigapple.files.wordpress.com/2010/01/greasekit.png?w=430&h=230" alt="GreaseKit" width="430" height="230" class=" alignleft" /></p>
<h3>Getting Scripts</h3>
<p>There are a variety of places to find the scripts that integrate with Greasemonkey or GreaseKit. <a href="http://userscripts.org/">Userscripts.org</a> is perhaps the largest of these and an excellent place to start. I urge caution though as these scripts can become dated when the websites they affect are updated. Also, because you’re not running the scripts in Greasemonkey on Firefox for Windows (where they are usually tested), the add-ons may not function exactly as described. This is likely to happen in Safari if the script is overly complex, requiring additional interfaces to manage it.</p>
<p>Here are the scripts I’ve discussed in this article:</p>
<ul>
<li><a href="http://userscripts.org/scripts/show/30744">Netflix Notes </a></li>
<li><a href="http://userscripts.org/scripts/show/54510">MySpace Clean Redesigned Login and Logout </a></li>
<li><a href="http://userscripts.org/scripts/show/65171">Simplify Gmail </a></li>
</ul>
<p>You also might enjoy the <a href="http://userscripts.org/scripts/show/58852">Unfriend Finder for Facebook </a>that lets you know when (and who) has unfriended you. This particular script doesn’t work well in Safari, so I recommend using it in Firefox.</p>
<p>Have you found any good scripts? Feel free to use the comments below and let us know what you think.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173846+how-to-turbocharge-your-browsing-with-greasemonkey&utm_content=limeology">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2009/11/what-does-the-future-hold-for-browsers/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173846+how-to-turbocharge-your-browsing-with-greasemonkey&utm_content=limeology">What Does the Future Hold For&nbsp;Browsers?</a></li><li><a href="http://pro.gigaom.com/2010/03/cleantech-financing-trends-2010-and-beyond/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173846+how-to-turbocharge-your-browsing-with-greasemonkey&utm_content=limeology">Cleantech Financing Trends: 2010 and&nbsp;Beyond</a></li><li><a href="http://pro.gigaom.com/2009/08/could-skype-in-your-pocket-beat-the-ipod-touch/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173846+how-to-turbocharge-your-browsing-with-greasemonkey&utm_content=limeology">Could Skype in Your Pocket Beat the iPod&nbsp;Touch?</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173846&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/how-to-turbocharge-your-browsing-with-greasemonkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	 <go:thumbnail>http://gigapple.files.wordpress.com/2010/01/greasemonkey_thumb.jpg?w=130</go:thumbnail> 
		<media:thumbnail url="http://gigapple.files.wordpress.com/2010/01/greasemonkey_thumb.jpg?w=210" />
		<media:content url="http://gigapple.files.wordpress.com/2010/01/greasemonkey_thumb.jpg?w=210" medium="image">
			<media:title type="html">greasemonkey_thumb</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/832459ff6ff50bbfb3a2b901927c1448?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">limeology</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/01/greasemonkeyicon.png" medium="image">
			<media:title type="html">Greasemonkey Icon</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/01/greasekit.png" medium="image">
			<media:title type="html">GreaseKit</media:title>
		</media:content>
	</item>
		<item>
		<title>Coda 1.6 Sports Scriptable Plug-ins Interface</title>
		<link>http://gigaom.com/apple/coda-16-sports-scriptable-plug-ins-interface/</link>
		<comments>http://gigaom.com/apple/coda-16-sports-scriptable-plug-ins-interface/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 13:00:24 +0000</pubDate>
		<dc:creator>Bob Rudis</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Coda]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=10349</guid>
		<description><![CDATA[When it comes to web site development IDEs, Coda is one of the &#8220;must have&#8221; Mac applications. The premise is simple: one application that handles all aspects of site development and promotion: editing browser code, cleaning up schemas and tables, wielding CSS, managing versioning and promoting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=171931&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://gigapple.files.wordpress.com/2008/11/coda-plug-ins.png?w=128&h=128" alt="" title="coda-plug-ins" width="128" height="128"  class=" alignleft" />
<p class="excerpt">When it comes to web site development IDEs, <a href="http://www.panic.com/coda/">Coda</a> is one of the &#8220;must have&#8221; Mac applications.</p>
<p>The premise is simple: one application that handles all aspects of site development and promotion: editing browser code, cleaning up schemas and tables, wielding CSS, managing versioning and promoting changes to staging and production. If you&#8217;re stuck on syntax, just open up Coda&#8217;s handy library to find that missing parameter or HTML entity. You really need to see Coda in action to get a feel for how much it helps improve your web workflow.</p>
<p>Apart from the 63 improvements Panic has baked into version 1.6 there are four new features that make this great program even better. While they may have added syntax highlighting for <a href="http://cappuccino.org/">Objective-J/Cappuccino</a>, &#8220;smart&#8221; spell checking (so that the editor only cares about your words and not your code) and the ability to find and open files with speed and ease, the <i>real</i> fun comes with Coda&#8217;s new found support for <a href="http://www.panic.com/coda/developer/howto/plugins.php">plug-ins</a>. Users of BBEdit/TextWrangler, TextMate and a host of other OS X editors can attest to the power of plug-ins. They can speed up coding dramatically and let you accomplish some tasks that would be impossible by hand.<br />
<span id="more-171931"></span><br />
<img src="http://gigapple.files.wordpress.com/2008/11/pluginpanel.png?w=604" alt="" title="pluginpanel"  class=" alignleft" /></p>
<p>Panic has made Coda plug-in creation even more accessible by providing a &#8220;<a href="http://www.panic.com/coda/d/Coda%20Plug-in%20Creator%201.0.zip">Coda Plug-in Creator</a>&#8221; application that lets scripters (i.e. Python, Perl, Ruby, shell &mdash; anything that works on the OS X command line) into a world that is usually left to full-on Cocoa programmers. With Coda Plug-in Creator, you can drag scripts you create outside of Coda into the builder or start coding right in the application. All input is provided to the standard input stream for the script and Coda enables all plug-ins to select which portions of the document they want to process. Similarly, plug-ins (including the scripting ones) just provide their replacement text on the standard output stream and instruct Coda what to do with it.</p>
<p>If you are a TextMate user or &#8220;commander&#8221;, Coda can also import commands from TextMate bundles, greatly increasing the number of available plug-ins right from the start. Cocoa developers should not fret as Panic also provides a fully documented API with <a href="http://www.panic.com/coda/d/Coda%20Sample%20Plug-ins.zip">examples</a>.</p>
<p>This is really great news for Coda fans and should help increase Coda&#8217;s visibility among hardcore OS X web developers (and <i>may</i> even convince some TextMate users to switch). The application costs $99.00 and runs on OS X 10.4 &#038; 10.5 (some features are 10.5-only, though). The Plug-in Creator is free.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171931+coda-16-sports-scriptable-plug-ins-interface&utm_content=hrbrmstr">Sign up for a free trial</a>.</p><ul><li><a href="?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171931+coda-16-sports-scriptable-plug-ins-interface&utm_content=hrbrmstr"></a></li><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171931+coda-16-sports-scriptable-plug-ins-interface&utm_content=hrbrmstr">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171931+coda-16-sports-scriptable-plug-ins-interface&utm_content=hrbrmstr">The Near-Term Evolution of Social&nbsp;Commerce</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=171931&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/coda-16-sports-scriptable-plug-ins-interface/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a08d08f6b541441fccf36bc6392a0784?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">hrbrmstr</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/coda-plug-ins.png" medium="image">
			<media:title type="html">coda-plug-ins</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/pluginpanel.png" medium="image">
			<media:title type="html">pluginpanel</media:title>
		</media:content>
	</item>
	</channel>
</rss>
