<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>Thanks for the feedback,
for reference, I'm using firefox 2.0.0.3, with greasemonkey plugin 0.6.8.20070314.0 and del.icio.us plugin 1.2 . I added a link to this thread from the script page so people can leave feedback...

For me, the &quot;tag this&quot; popup points to an address that looks like: http://del.icio.us/USERNAME?url=URL&amp;title=TITLE&amp;noui&amp;jump=close&amp;v=4 so that's why the include line looks like it does, if yours looks different could you post it and I'll see how to make it work if that's the problem :)

I changed the script to not use any variables now, in case there might be a conflict with other scripts or something.

Also since I first submitted the script I added one line to it to put focus on the &quot;tags&quot; element when the page loads, since I often find myself clicking the tags box to type in tags. It is now been updated to this:

&lt;pre&gt;
// ==UserScript==
// @name           del.icio.us auto do not share
// @namespace      http://del
// @description    del.icio.us auto do not share
// @include        http://del.icio.us/*?url=*
// ==/UserScript==

window.document.getElementById('private').checked = true;
window.document.getElementById('tags').focus();
&lt;/pre&gt;

I did that since most times the title/description is fine, and don't put in notes, just tags. You can replace 'tags' with 'notes' if you want to focus the notes section to put type something in before you save it.</body>
  <body-html>&lt;p&gt;Thanks for the feedback,
&lt;br /&gt;for reference, I'm using firefox 2.0.0.3, with greasemonkey plugin 0.6.8.20070314.0 and del.icio.us plugin 1.2 . I added a link to this thread from the script page so people can leave feedback...&lt;/p&gt;

&lt;p&gt;For me, the &quot;tag this&quot; popup points to an address that looks like: &lt;a href=&quot;http://del.icio.us/USERNAME?url=URL&amp;amp;title=TITLE&amp;amp;noui&amp;amp;jump=close&amp;amp;v=4&quot;&gt;http://del.icio.us/USERNAME?url=URL&amp;amp;title=TITLE...&lt;/a&gt; so that's why the include line looks like it does, if yours looks different could you post it and I'll see how to make it work if that's the problem :)&lt;/p&gt;

&lt;p&gt;I changed the script to not use any variables now, in case there might be a conflict with other scripts or something.&lt;/p&gt;

&lt;p&gt;Also since I first submitted the script I added one line to it to put focus on the &quot;tags&quot; element when the page loads, since I often find myself clicking the tags box to type in tags. It is now been updated to this:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
// ==UserScript==
// @name           del.icio.us auto do not share
// @namespace      http://del
// @description    del.icio.us auto do not share
// @include        http://del.icio.us/*?url=*
// ==/UserScript==

window.document.getElementById('private').checked = true;
window.document.getElementById('tags').focus();
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;I did that since most times the title/description is fine, and don't put in notes, just tags. You can replace 'tags' with 'notes' if you want to focus the notes section to put type something in before you save it.&lt;/p&gt;</body-html>
  <created-at type="datetime">2007-04-24T03:29:28Z</created-at>
  <forumable-id type="integer">2</forumable-id>
  <forumable-type>Forum</forumable-type>
  <id type="integer">1348</id>
  <topic-id type="integer">336</topic-id>
  <updated-at type="datetime">2007-06-22T08:05:59Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">26048</user-id>
</post>
