On 12/1/05, Matthew Weymar <[EMAIL PROTECTED]> wrote:
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.)

Btw, I meant to say that this is a quote from a post to the Greasemonkey list. Sadly, I cannot accept any credit for this cleverness.

Matthew
_______________________________________________
discuss mailing list
[email protected]
http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

Reply via email to