<?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>Less Talk, More Do &#187; YouTube</title>
	<atom:link href="http://www.chrisfinke.com/category/youtube/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfinke.com</link>
	<description>Christopher Finke is a software engineer who builds high-traffic websites (like AOL Shopping and Mahalo.com) and develops browser add-ons (like ScribeFire, TwitterBar, FireFound, and Tapsure) to enhance the Web.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:34:06 +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>YouTube Comment Snob is now Comment Snob</title>
		<link>http://www.chrisfinke.com/2011/03/18/youtube-comment-snob-is-now-comment-snob/</link>
		<comments>http://www.chrisfinke.com/2011/03/18/youtube-comment-snob-is-now-comment-snob/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 13:00:05 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Comment Snob]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[YouTube Comment Snob]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1943</guid>
		<description><![CDATA[In which I write a Brita filter for the Web.]]></description>
			<content:encoded><![CDATA[<p>In 2007, I wrote a Firefox add-on called <a href="http://www.chrisfinke.com/2007/08/28/filter-youtube-comments-by-spelling-mistakes/">YouTube Comment Snob</a>.  Its main function was to filter out the inanity from YouTube comment threads, and it worked (and still works) very well, but the comment I heard most frequently from people who tried it out was &#8220;Can you make this for the entire Web?&#8221;  Until now, my answer has been, &#8220;No, not yet.&#8221; But now, my answer is &#8220;Very yes.&#8221;</p>
<h3>Announcing Comment Snob</h3>
<p>Comment Snob is an extension for Google Chrome that filters out undesirable comments from comment threads all over the Web.</p>
<table style="width: 100%;">
<tr>
<td style="width: 50%;">Before:</td>
<td>After:</td>
</tr>
<tr>
<td><img src="/comment-snob/youtube-before.png" /></td>
<td><img src="/comment-snob/youtube-after.png" /></td>
</tr>
</table>
<p>You can <a href="https://chrome.google.com/webstore/detail/gfbnmebccmipejnnlcaenkhfhniaielg">install it here</a>.  It still comes with support for YouTube built in, but you can add support for many other sites by installing Comment Snob rules. </p>
<h3>What are Comment Snob Rules?</h3>
<p>Comment Snob rules are JSON objects that dictate how Comment Snob finds and filters comments on different websites. Here&#8217;s the rule for YouTube that ships with Comment Snob:</p>
<pre>{
	"id": "youtube@chrisfinke.com",
	"label": "YouTube",
	"url": "^http://www\\.youtube\\.com/.*$",
	"allCommentsSelector": "#comments-view",
	"commentContainerSelector": "li.comment",
	"commentTextSelector": "div.comment-text",
	"commentHideSelector": "> div",
	"statusElementTag": "div",
	"statusElementAttributes": {
		"class": "content",
		"style": "color: #666;"
	},
	"ajaxInitiatorSelector": ".comments-pagination button, .comments-pagination a, .comments-pagination button > span",
	"updateURL": "http://www.chrisfinke.com/comment-snob/rules/youtube.snob"
}</pre>
<p>If you know HTML and understand how to use jQuery, you can write rules for Comment Snob.  (Full instructions for writing rules are available <a href="/comment-snob#howto">here</a>.)</p>
<p>For each rule that you install, you can choose a unique set of filtering rules:</p>
<p><img src="http://www.chrisfinke.com/files/2011/03/preferences.png" alt="" title="preferences" width="600" height="280" class="alignnone size-full wp-image-1959" /></p>
<h3>Where Can I Install Rules?</h3>
<p>I&#8217;ve written eight rules myself and made them available on <a href="/comment-snob">this page</a> (scroll down to &#8220;Featured Comment Snob Rules&#8221;); as other people write rules, I&#8217;ll link to them from that page as well. Eventually, I&#8217;ll have a proper site put together for showcasing the most popular rules.</p>
<h3>Where Can I Install It?</h3>
<p>Install it from the <a href="https://chrome.google.com/extensions/detail/gfbnmebccmipejnnlcaenkhfhniaielg">Google Chrome Extensions Gallery</a>. It&#8217;s not available for Firefox yet, but I&#8217;ll most likely be releasing the next version for Chrome and Firefox simultaneously.</p>
<h3>What&#8217;s Next?</h3>
<p>This version of Comment Snob is just a shell of what my final vision is for comment filtering on the Web; right now, it&#8217;s all very manual, and the chances of false positives are too high for my taste.  Adding a proper spellcheck filter will help that somewhat (Chrome doesn&#8217;t yet have a spellcheck API like Firefox does), but imagine a future where all comments on all websites could be filtered automatically based on their content, grammar, and keyword frequency, without having to account for personality differences between different websites. (e.g., The expected quality of a YouTube comment is much lower than the expected quality of a Hacker News comment, so Hacker News comments should be judged more stringently.) That starts to get close to what I want Comment Snob to be.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1943" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2011/03/18/youtube-comment-snob-is-now-comment-snob/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube Comment Snob updated</title>
		<link>http://www.chrisfinke.com/2008/04/26/youtube-comment-snob-updated/</link>
		<comments>http://www.chrisfinke.com/2008/04/26/youtube-comment-snob-updated/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 01:01:11 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[YouTube Comment Snob]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=725</guid>
		<description><![CDATA[YouTube Comment Snob is an extension for the Firefox Web browser that allows you to filter YouTube comments based on spelling, capitalization, and punctuation usage. I&#8217;ve updated YouTube Comment Snob to work with YouTube&#8217;s latest redesign, as well as to add compatibility for Firefox 3. It&#8217;s available for download from the Mozilla Add-ons sandbox until [...]]]></description>
			<content:encoded><![CDATA[<p class="key-point">YouTube Comment Snob is an extension for the Firefox Web browser that allows you to filter YouTube comments based on spelling, capitalization, and punctuation usage.</p>
<p>I&#8217;ve updated <a href="http://www.chrisfinke.com/addons/youtube-comment-snob/">YouTube Comment Snob</a> to work with YouTube&#8217;s latest redesign, as well as to add compatibility for Firefox 3.  It&#8217;s available for download from the <a href="https://addons.mozilla.org/en-US/firefox/addon/7115">Mozilla Add-ons sandbox</a> until it is approved by an <abbr title="addons.mozilla.org">AMO</abbr> editor for mass consumption.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=725" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2008/04/26/youtube-comment-snob-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filter YouTube comments by spelling mistakes</title>
		<link>http://www.chrisfinke.com/2007/08/28/filter-youtube-comments-by-spelling-mistakes/</link>
		<comments>http://www.chrisfinke.com/2007/08/28/filter-youtube-comments-by-spelling-mistakes/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 12:29:05 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[YouTube Comment Snob]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/08/28/filter-youtube-comments-by-spelling-mistakes/</guid>
		<description><![CDATA[I&#8217;m sure that I&#8217;m not the only one who has noticed that the discussion threads at YouTube typically contain a low percentage of quality comments. Earlier this week, I remarked to a co-worker that it wouldn&#8217;t be a bad idea to be able to filter the comments based on the number of spelling mistakes made [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure that I&#8217;m not the only one who has noticed that the discussion threads at YouTube typically contain a low percentage of quality comments.  Earlier this week, I remarked to a co-worker that it wouldn&#8217;t be a bad idea to be able to filter the comments based on the number of spelling mistakes made by the author.  Inspired by that thought, I&#8217;ve written a Firefox extension that makes that kind of filtering possible.</p>
<p>With the <a href="http://www.efinke.com/addons/youtube-comment-snob/">YouTube Comment Snob Firefox extension</a>, you can hide comments that meet any of these criteria:</p>
<ul>
<li>More than # spelling mistakes: The number of mistakes is customizable, and the extension uses Firefox&#8217;s built-in spell checker.</li>
<li>All capital letters</li>
<li>No capital letters</li>
<li>Doesn&#8217;t start with a capital letter</li>
<li>Excessive punctuation (!!!! ????)</li>
<li>Excessive capitalization</li>
</ul>
<p>For example, here&#8217;s part of a typical YouTube comment thread:</p>
<p><img src='http://www.chrisfinke.com/files/2007/08/youtube-comments.png' alt='YouTube Comments' /></p>
<p>And here&#8217;s how that same section looks when using YouTube Comment Snob:</p>
<p><img src='http://www.chrisfinke.com/files/2007/08/yt-comment-snob.png' alt='Example of YouTube Comment Snob’s work' /></p>
<p>(You&#8217;ll notice how foreign languages are categorized as spelling mistakes; if you speak a different language and have that dictionary installed for Firefox&#8217;s spellchecker, you can choose to have YouTube Comment Snob use that dictionary instead.)</p>
<p>You can <b><a href="http://www.efinke.com/addons/youtube-comment-snob/">install YouTube Comment Snob from its homepage</a></b>.  It is compatible with Firefox 1.5 through 3.0a7, Netscape Navigator 9, and Flock.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=451" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/08/28/filter-youtube-comments-by-spelling-mistakes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>TubeStop also stops YouTube ads</title>
		<link>http://www.chrisfinke.com/2007/08/22/tubestop-also-stops-youtube-ads/</link>
		<comments>http://www.chrisfinke.com/2007/08/22/tubestop-also-stops-youtube-ads/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 02:23:13 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[TubeStop]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/08/22/tubestop-also-stops-youtube-ads/</guid>
		<description><![CDATA[The TubeStop Firefox extension that I wrote in order to stop YouTube videos from auto-playing also has the serendipitous side-effect of removing ads from YouTube videos. Since YouTube is only serving ads through the player on their main site, and not on the embeddable/syndicated player, and TubeStop works by replacing YouTube&#8217;s native player with the [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.chrisfinke.com/addons/tubestop/">TubeStop Firefox extension</a> that I wrote in order to stop YouTube videos from auto-playing also has the serendipitous side-effect of removing ads from YouTube videos.  Since <a href="http://news.com.com/YouTube+tests+10-second+ad+format/2100-1024_3-6203802.html">YouTube is only serving ads</a> through the player on their main site, and not on the embeddable/syndicated player, and TubeStop works by replacing YouTube&#8217;s native player with the embeddable version, you won&#8217;t see any ads when you&#8217;re using TubeStop.</p>
<p>Try it out by first viewing this video without TubeStop: <a href="http://www.youtube.com/watch?v=YcGUKtzBCbA">Rock Yo Hips</a>.  (I recommend muting your speakers; the content of the video is terrible, but it was the first video I could find with ads.)  You&#8217;ll see around the 15-second mark an ad pops up over the bottom 15% of the video.</p>
<div class="digg-this"><script>digg_url = "http://digg.com/software/Firefox_Extension_TubeStop_Stops_YouTube_Ads";</script><script src="http://digg.com/api/diggthis.js"></script></div>
<p>Now install <a href="http://www.chrisfinke.com/addons/tubestop/">TubeStop</a>, restart Firefox, and <a href="http://www.youtube.com/watch?v=YcGUKtzBCbA">view the video again.</a>  You&#8217;ll notice that while the video still sucks, there are no ads layered on it.  I don&#8217;t know how long this will be the case, but it works for now.</p>
<p><b>Update:</b> It looks like Google has removed all video ads for now.  I&#8217;ll update this post if I come across a video that still has them.  Maybe I should rename this post to &#8220;TubeStop also stops YouTube ads&#8230; FOREVER&#8221;.</p>
<p class="key-point">If you like TubeStop, check out my other YouTube-specific Firefox extension: <a href="http://www.chrisfinke.com/addons/youtube-comment-snob/">YouTube Comment Snob</a>.  It adds powerful filtering controls to YouTube comment threads.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=446" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/08/22/tubestop-also-stops-youtube-ads/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>TubeStop updated</title>
		<link>http://www.chrisfinke.com/2007/07/08/tubestop-updated/</link>
		<comments>http://www.chrisfinke.com/2007/07/08/tubestop-updated/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 20:43:24 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[TubeStop]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/07/08/tubestop-updated/</guid>
		<description><![CDATA[I&#8217;ve updated the TubeStop Firefox extension to work with YouTube videos that have embedding disabled (like this one of Ben Folds covering Elton John). Since TubeStop replaces the auto-playing video with the non-auto-playing embeddable version, these videos were not being properly replaced. You can install TubeStop from the TubeStop homepage. What is TubeStop? It&#8217;s an [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the <a href="http://www.chrisfinke.com/addons/tubestop/">TubeStop Firefox extension</a> to work with YouTube videos that have embedding disabled (like <a href="http://www.youtube.com/watch?v=g06RXYsksRg">this one of Ben Folds covering Elton John</a>).  Since TubeStop replaces the auto-playing video with the non-auto-playing embeddable version, these videos were not being properly replaced.</p>
<p>You can install TubeStop from the <a href="http://www.chrisfinke.com/addons/tubestop/">TubeStop homepage</a>.</p>
<p class="key-point">What is TubeStop?  It&#8217;s an extension for Firefox that prevents YouTube videos from automatically playing when you open the page.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=386" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/07/08/tubestop-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time well spent</title>
		<link>http://www.chrisfinke.com/2007/06/26/time-well-spent/</link>
		<comments>http://www.chrisfinke.com/2007/06/26/time-well-spent/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 22:08:06 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Jacob Finke]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/06/26/time-well-spent/</guid>
		<description><![CDATA[Check out my brother Jacob&#8217;s home-brewed Simpsons Movie trailer. If YouTube (and home computers capable of producing video) had been around when I was 13, I think this is very similar to something I would have done. Instead, my sister Gina and I made fake radio shows using the WAV recorder that comes with Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Check out my brother Jacob&#8217;s <a href="http://jacob.chrisfinke.com/2007/06/26/the-simpsons-movie-movie/">home-brewed Simpsons Movie trailer.</a>  </p>
<p>If YouTube (and home computers capable of producing video) had been around when <em>I</em> was 13, I think this is very similar to something I would have done.  Instead, my sister Gina and I made fake radio shows using the WAV recorder that comes with Windows and a sound-effects CD we got from the library.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=347" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/06/26/time-well-spent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TubeStop extended to non-YouTube sites</title>
		<link>http://www.chrisfinke.com/2007/05/28/tubestop-extended-to-non-youtube-sites/</link>
		<comments>http://www.chrisfinke.com/2007/05/28/tubestop-extended-to-non-youtube-sites/#comments</comments>
		<pubDate>Tue, 29 May 2007 01:33:27 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[TubeStop]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/05/28/tubestop-extended-to-non-youtube-sites/</guid>
		<description><![CDATA[TubeStop was mentioned today on the the Global Geek Podcast, and the main drawback discussed was that it doesn&#8217;t disable the autoplay on YouTube videos embedded on other sites. I&#8217;ve added this feature and subsequently released TubeStop 1.1. You can install TubeStop 1.1 from the TubeStop homepage. TubeStop is a browser extension that stops YouTube [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalgeek.thepodcastnetwork.com/2007/05/29/the-global-geek-podcast-052-go-go-ggp-podcast/">TubeStop was mentioned today</a> on the the Global Geek Podcast, and the main drawback discussed was that it doesn&#8217;t disable the autoplay on YouTube videos embedded on other sites.  I&#8217;ve added this feature and subsequently released TubeStop 1.1.</p>
<p>You can <a href="http://www.chrisfinke.com/addons/tubestop/">install TubeStop 1.1 from the TubeStop homepage</a>.</p>
<p class="key-point">TubeStop is a browser extension that stops YouTube videos from automatically beginning playback when the page is loaded.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=311" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/05/28/tubestop-extended-to-non-youtube-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TubeStop</title>
		<link>http://www.chrisfinke.com/2007/05/19/tubestop/</link>
		<comments>http://www.chrisfinke.com/2007/05/19/tubestop/#comments</comments>
		<pubDate>Sun, 20 May 2007 02:57:05 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[TubeStop]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/05/19/tubestop/</guid>
		<description><![CDATA[My latest browser extension, TubeStop, is an extension for Mozilla-based Web browsers that disables the autoplay on YouTube.com videos. This means that you can open YouTube videos in multiple tabs without them all starting to play at once. Currently, this extension only works on videos at YouTube.com, not on YouTube videos embedded on non-YouTube.com websites [...]]]></description>
			<content:encoded><![CDATA[<p>My latest browser extension, <a href="http://www.chrisfinke.com/addons/tubestop/">TubeStop</a>, is an extension for <a href="http://www.mozilla.org/">Mozilla-based Web browsers</a> that disables the autoplay on YouTube.com videos.  This means that you can open YouTube videos in multiple tabs without them all starting to play at once.</p>
<p>Currently, this extension only works on videos at YouTube.com, not on YouTube videos embedded on non-YouTube.com websites with autoplay enabled.</p>
<p>TubeStop is compatible with Firefox 1.5 &#8211; 2.0.0.*, the latest Flock builds, and Netscape Navigator 9.0.  If you&#8217;re having trouble using the extension, you can either e-mail me at <a href="mailto:cfinke@gmail.com">cfinke@gmail.com</a> or leave a comment below.</p>
<p class="key-point">You can install TubeStop 1.0 from the <a href="http://www.chrisfinke.com/addons/tubestop/">TubeStop homepage</a>.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=295" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/05/19/tubestop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

