For the record - and because others may appreciate the functionality as much as I do - I use a modified version of the bookmarklet which adds tags = the search terms I used to find the site I'm posting, if I've navigated there directly from a Google search page.
To wit:
_javascript_:var t,q=document.referrer.match(/q=([^&]+)/);if(q){t='&tags='+q[1];}else{t=''}location.href=''+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+t;
(Take out line breaks, and replace "user" with your del username.)
Matthew
_______________________________________________ discuss mailing list [email protected] http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

