<?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: Netflix, Tivo, and Greasemonkey</title>
	<atom:link href="http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/</link>
	<description>My own observations, reviews, and stuff I'm working on.</description>
	<lastBuildDate>Sat, 13 Mar 2010 06:01:20 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rg</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20897</link>
		<dc:creator>rg</dc:creator>
		<pubDate>Tue, 26 Aug 2008 18:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20897</guid>
		<description>This works great! Of course, that is with the changes posted above for the script to work. Does anybody know what syntax this needs to prevent the script from tagging the &quot;genre&quot; labels in the Netflix q?

thx.</description>
		<content:encoded><![CDATA[<p>This works great! Of course, that is with the changes posted above for the script to work. Does anybody know what syntax this needs to prevent the script from tagging the "genre" labels in the Netflix q?</p>
<p>thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gb</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20866</link>
		<dc:creator>gb</dc:creator>
		<pubDate>Fri, 23 May 2008 17:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20866</guid>
		<description>I *love* this script, but I kept getting lots of false positive hits because Tivo was searching for ANY of the words in the title, rather than the exact title string.  For anyone interested, I found that if you add quotes to the search string, the end result will be more accurate.

tivoSearch = &quot;http://www3.tivo.com/tivo-tco/search.do?tsn=&amp;dispatch=advancedsearch&amp;searchTitle=&quot; + &quot;%22&quot; + escape(thisItem.text) + &quot;%22&quot; + &quot;&amp;searchDesc=&amp;searchCastCrew=&amp;searchCategory=&amp;searchGenre=&amp;searchWhen=14&amp;advanced_button.x=0&amp;advanced_button.y=0&quot;;</description>
		<content:encoded><![CDATA[<p>I *love* this script, but I kept getting lots of false positive hits because Tivo was searching for ANY of the words in the title, rather than the exact title string.  For anyone interested, I found that if you add quotes to the search string, the end result will be more accurate.</p>
<p>tivoSearch = "http://www3.tivo.com/tivo-tco/search.do?tsn=&amp;dispatch=advancedsearch&amp;searchTitle=" + "%22&#8243; + escape(thisItem.text) + "%22&#8243; + "&amp;searchDesc=&amp;searchCastCrew=&amp;searchCategory=&amp;searchGenre=&amp;searchWhen=14&amp;advanced_button.x=0&amp;advanced_button.y=0&#8243;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20816</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Tue, 04 Mar 2008 01:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20816</guid>
		<description>sorry for double posting, but i have tried all the fixes in the comments here with no success.</description>
		<content:encoded><![CDATA[<p>sorry for double posting, but i have tried all the fixes in the comments here with no success.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20815</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Tue, 04 Mar 2008 01:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20815</guid>
		<description>hmm.  just installed it and it doesn&#039;t seem to be working.  it&#039;s the only netflix-related GM script i have installed.  i&#039;d edit it up myself to work, but i know little to nothing about the mechanics of GM, even though i know javascript quite well.  any advice?  thanks!</description>
		<content:encoded><![CDATA[<p>hmm.  just installed it and it doesn't seem to be working.  it's the only netflix-related GM script i have installed.  i'd edit it up myself to work, but i know little to nothing about the mechanics of GM, even though i know javascript quite well.  any advice?  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Osk</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20814</link>
		<dc:creator>Osk</dc:creator>
		<pubDate>Sat, 23 Feb 2008 06:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20814</guid>
		<description>Stating the obvious here, but bear in mind that if you are copying and pasting the fixes from this page, you need to change the pretty-print curly quotes back to straight quotes.</description>
		<content:encoded><![CDATA[<p>Stating the obvious here, but bear in mind that if you are copying and pasting the fixes from this page, you need to change the pretty-print curly quotes back to straight quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20799</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Sun, 13 Jan 2008 16:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20799</guid>
		<description>I still can&#039;t seem to get this working on my netflix using my vista laptop</description>
		<content:encoded><![CDATA[<p>I still can't seem to get this working on my netflix using my vista laptop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20766</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 09 Dec 2007 20:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20766</guid>
		<description>No, I don&#039;t run as root on my machine.</description>
		<content:encoded><![CDATA[<p>No, I don't run as root on my machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lane</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20765</link>
		<dc:creator>Lane</dc:creator>
		<pubDate>Sun, 09 Dec 2007 20:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20765</guid>
		<description>You call this blog &quot;Running as Root,&quot; but do you really do it? I do, and it seems that greasemonkey won&#039;t work when I&#039;m running as root. It says it&#039;s enabled, but when I click the Install button on a script, instead of the load dialog, I just get a new tab with the script source displayed.</description>
		<content:encoded><![CDATA[<p>You call this blog "Running as Root," but do you really do it? I do, and it seems that greasemonkey won't work when I'm running as root. It says it's enabled, but when I click the Install button on a script, instead of the load dialog, I just get a new tab with the script source displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawndr</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-20618</link>
		<dc:creator>shawndr</dc:creator>
		<pubDate>Sun, 02 Dec 2007 07:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-20618</guid>
		<description>As of 1-Dec-2007, the following modification will work with the netflix queue. 

allItems = document.evaluate(&quot;//table[@class=&#039;qtbl&#039;]//a&quot;, document, null, 
    XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);</description>
		<content:encoded><![CDATA[<p>As of 1-Dec-2007, the following modification will work with the netflix queue. </p>
<p>allItems = document.evaluate("//table[@class='qtbl']//a", document, null,<br />
    XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TiVo system</title>
		<link>http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/comment-page-1/#comment-16335</link>
		<dc:creator>TiVo system</dc:creator>
		<pubDate>Wed, 26 Sep 2007 03:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.runningasroot.com/blog/2007/02/26/netflix-tivo-and-greasemonkey/#comment-16335</guid>
		<description>Is this merge happening or is it all talk?</description>
		<content:encoded><![CDATA[<p>Is this merge happening or is it all talk?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
