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

MyWebIsDelicious

Popup pre-filled MyWeb form on del.icio.us save.

If you're like me, and want to maintain both "del.icio.us":http://del.icio.us/ and "Yahoo!'s MyWeb2":http://myweb2.search.yahoo.com/ links, this script can help.

It attaches an event listener to the form submit of a del.icio.us form. When you submit the form (read: SAVE), a popup window for MyWeb is automatically opened with all fields pre-filled for you.

*All you have to do is click Save!*

This works for both editing existing links *and* creating new links, too!

Should work with both the traditional "del.icio.us bookmarklets":http://del.icio.us/help/buttons and with the new fangled "del.icio.us firefox extension":http://del.icio.us/help/firefox/extension

Happy Bookmarking!




Aug 16, 2006
Daniel W. Cr... Scriptwright

I was getting errors so I replaced the post_to_my_web() internals with:

var title = escape(document.getElementById("description").value);
var url = escape(document.getElementById("url").value);
var notes = escape(document.getElementById("notes").value);
var tags = escape(document.getElementById("tags").value.replace(/\s+/g, ', '))

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