20081204

del.icio.us bookmarklet for google chrome

To add one to google chrome, turn on the bookmarks toolbar, then drag this link:


onto the bookmark bar.

the code in the hyperlink is as follows;

javascript:(function(){f='http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&';a=function(){if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))location.href=f+'jump=yes'};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()

1 comment:

Jussi said...

This works great. Thanks!