Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Bloglines - Post to Del.icio.us

Adds "Post to Del.icio.us" link under each item in Bloglines

Adds a "Post to del.icio.us" link below all items in Bloglines. Clicking on this link pops up a new window allowing you to tag the webpage in del.icio.us!




Jan 24, 2007
Zoe Gillenwater User

Works great! I'd rate it but it says the rating system is down right now...

 
Sep 10, 2006
Demian Johnston User

D'oh! I'll figure that out.

I like the script though!

 
Sep 10, 2006
Demian Johnston User

I've got a couple of enhancements to make it work on the blog and clippings pages (so I can migrate collected links to del.icio.us)
// @include http://www.bloglines.com/preview*

// Use Class 'bl_itemtitle' rather than '//h3/a'
var links = document.evaluate("//a[@class='bl_itemtitle']",
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);

//...

// Use Email This instead of Clip/Blog This
var itemLinks = document.evaluate("../..//ul[li/a/text()='Email This']",
link,
null,
XPathResult.FIRST_ORDERED_NODE_TYPE,
null);

 
Apr 6, 2006
Francisco Ce... User

Very elegant script, been hoping for this one for a while. Great job.

You could comment on this script if you were logged in.