<?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: Greasemonkey Del.icio.us Director</title>
	<atom:link href="http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/feed/" rel="self" type="application/rss+xml" />
	<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/</link>
	<description>but still a permanent idiot</description>
	<lastBuildDate>Thu, 04 Feb 2010 20:31:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: thadk</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2974</link>
		<dc:creator>thadk</dc:creator>
		<pubDate>Mon, 06 Aug 2007 16:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2974</guid>
		<description>Just so people don&#039;t find themselves pounding their heads on walls figuring out why the updated script is not working:
It uses the type-setted version of the &quot; &#039; &quot; symbol. The blog must convert it. You will have to retype it in the script when you copy and paste. Enjoy.</description>
		<content:encoded><![CDATA[<p>Just so people don&#8217;t find themselves pounding their heads on walls figuring out why the updated script is not working:<br />
It uses the type-setted version of the &#8221; &#8216; &#8221; symbol. The blog must convert it. You will have to retype it in the script when you copy and paste. Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JosÃ© GonzÃ¡lez</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2953</link>
		<dc:creator>JosÃ© GonzÃ¡lez</dc:creator>
		<pubDate>Thu, 17 Aug 2006 10:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2953</guid>
		<description>del.icio.us seems to have changed the way it authenticates users, so this script is no more valid. Instead, you should point your browser to https://api.del.icio.us/ (you will see a page that looks like an error, don&#039;t panic) and then execute the direc.tor script. If you aren&#039;t logged on, your browser will prompt you for your user and password and you will enter the direc.tor (del.icio.us now works with HTTP basic authentication over HTTPS). So now there is no need to customize the script for a particular user, you just have to use the following:

// ==UserScript==
// @name	Del.icio.us Director
// @namespace	http://www.quasistoic.org/ts/archives/gm-delicious-director/
// @description	Auto-Loads Johnvey Hwang&#039;s Del.icio.us Director upon visiting jgongo&#039;s del.icio.us links page
// @include	https://api.del.icio.us/
// By Danny Dawson - modified by Jose Gonzalez
// ==/UserScript


(function() {var element=document.createElement(&#039;script&#039;); element.setAttribute(&#039;src&#039;, &#039;http://johnvey.com/features/deliciousdirector/dboot.js&#039;); document.body.appendChild(element)})();</description>
		<content:encoded><![CDATA[<p>del.icio.us seems to have changed the way it authenticates users, so this script is no more valid. Instead, you should point your browser to <a href="https://api.del.icio.us/" rel="nofollow">https://api.del.icio.us/</a> (you will see a page that looks like an error, don&#8217;t panic) and then execute the direc.tor script. If you aren&#8217;t logged on, your browser will prompt you for your user and password and you will enter the direc.tor (del.icio.us now works with HTTP basic authentication over HTTPS). So now there is no need to customize the script for a particular user, you just have to use the following:</p>
<p>// ==UserScript==<br />
// @name	Del.icio.us Director<br />
// @namespace	<a href="http://www.quasistoic.org/ts/archives/gm-delicious-director/" rel="nofollow">http://www.quasistoic.org/ts/archives/gm-delicious-director/</a><br />
// @description	Auto-Loads Johnvey Hwang&#8217;s Del.icio.us Director upon visiting jgongo&#8217;s del.icio.us links page<br />
// @include	<a href="https://api.del.icio.us/" rel="nofollow">https://api.del.icio.us/</a><br />
// By Danny Dawson &#8211; modified by Jose Gonzalez<br />
// ==/UserScript</p>
<p>(function() {var element=document.createElement(&#8217;script&#8217;); element.setAttribute(&#8217;src&#8217;, &#8216;http://johnvey.com/features/deliciousdirector/dboot.js&#8217;); document.body.appendChild(element)})();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Dawson</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2950</link>
		<dc:creator>Danny Dawson</dc:creator>
		<pubDate>Thu, 25 May 2006 16:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2950</guid>
		<description>Drink: I&#039;m using the exact same setup and it works fine for me. Make sure that you&#039;ve entered your del.icio.us username correctly, and only expect it to activate on your own del.icio.us page.</description>
		<content:encoded><![CDATA[<p>Drink: I&#8217;m using the exact same setup and it works fine for me. Make sure that you&#8217;ve entered your del.icio.us username correctly, and only expect it to activate on your own del.icio.us page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drink</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2949</link>
		<dc:creator>drink</dc:creator>
		<pubDate>Thu, 25 May 2006 16:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2949</guid>
		<description>I&#039;m using 1.5.0.3/Win (1.5 is long past wide release now...) and Greasemonkey 0.6.4 and it doesn&#039;t work for me, either. the director does work fine when I run it manually.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using 1.5.0.3/Win (1.5 is long past wide release now&#8230;) and Greasemonkey 0.6.4 and it doesn&#8217;t work for me, either. the director does work fine when I run it manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Dawson</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2937</link>
		<dc:creator>Danny Dawson</dc:creator>
		<pubDate>Thu, 15 Dec 2005 21:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2937</guid>
		<description>Hmm...the GM script works just fine for me in Fx 1.5 with GM 0.6.4. Anyone else having any problems?

I did notice, however, that I wasn&#039;t adding trailing slashes to the list of included sites, which might have been causing a problem for a number of people. In effect:
http://del.icio.us/quasistoic
would match, but
http://del.icio.us/quasistoic/
would not.

This has been fixed on my server. Feel free to generate yourself a new script if it&#039;s been bothering you.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;the GM script works just fine for me in Fx 1.5 with GM 0.6.4. Anyone else having any problems?</p>
<p>I did notice, however, that I wasn&#8217;t adding trailing slashes to the list of included sites, which might have been causing a problem for a number of people. In effect:<br />
<a href="http://del.icio.us/quasistoic" rel="nofollow">http://del.icio.us/quasistoic</a><br />
would match, but<br />
<a href="http://del.icio.us/quasistoic/" rel="nofollow">http://del.icio.us/quasistoic/</a><br />
would not.</p>
<p>This has been fixed on my server. Feel free to generate yourself a new script if it&#8217;s been bothering you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Dawson</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2930</link>
		<dc:creator>Danny Dawson</dc:creator>
		<pubDate>Thu, 10 Nov 2005 18:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2930</guid>
		<description>To be honest, you&#039;re a little too bleeding edge for me to support right now. When Firefox 1.5 and Greasemonkey 0.6.2 get their wide releases, then I&#039;ll look into supporting them, but I can&#039;t make any promises beforehand. Sorry.</description>
		<content:encoded><![CDATA[<p>To be honest, you&#8217;re a little too bleeding edge for me to support right now. When Firefox 1.5 and Greasemonkey 0.6.2 get their wide releases, then I&#8217;ll look into supporting them, but I can&#8217;t make any promises beforehand. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Bitely</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2928</link>
		<dc:creator>Justin Bitely</dc:creator>
		<pubDate>Wed, 09 Nov 2005 06:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2928</guid>
		<description>Not working for me in Firefox 1.5rc1 with Greasemonkey 0.6.3</description>
		<content:encoded><![CDATA[<p>Not working for me in Firefox 1.5rc1 with Greasemonkey 0.6.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2927</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 09 Nov 2005 01:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2927</guid>
		<description>This doesn&#039;t seem to be working in Firefox 1.5 beta. I installed the script, but when I go to delicious it just sits there like always.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t seem to be working in Firefox 1.5 beta. I installed the script, but when I go to delicious it just sits there like always.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quick Online Tips</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2926</link>
		<dc:creator>Quick Online Tips</dc:creator>
		<pubDate>Mon, 07 Nov 2005 18:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2926</guid>
		<description>Your tool is now listed on the &lt;a href=&quot;http://pchere.blogspot.com/2005/02/absolutely-delicious-complete-tool.html&quot; rel=&quot;nofollow&quot;&gt;Absolutely del.icio.us tools&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Your tool is now listed on the <a href="http://pchere.blogspot.com/2005/02/absolutely-delicious-complete-tool.html" rel="nofollow">Absolutely del.icio.us tools</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .derek</title>
		<link>http://quasistoic.org/ts/archives/2005/10/27/greasemonkey-delicious-director/comment-page-1/#comment-2924</link>
		<dc:creator>.derek</dc:creator>
		<pubDate>Sat, 05 Nov 2005 03:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.quasistoic.org/ts/?p=83#comment-2924</guid>
		<description>Awesome job! I was getting a little tired of clicking the bookmarklet as well. 

By the way. You&#039;re anti-spam measure for comments reminds me of those old &quot;choose your path and turn to page blah blah or blah blah&quot;.</description>
		<content:encoded><![CDATA[<p>Awesome job! I was getting a little tired of clicking the bookmarklet as well. </p>
<p>By the way. You&#8217;re anti-spam measure for comments reminds me of those old &#8220;choose your path and turn to page blah blah or blah blah&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
