Delicious via Google Chrome

24 wrzesień, 2008

To manually add a bookmarklet to delicious in Google Chrome:
Right click the bookmark bar and select “Add page…”.
Give the bookmarklet a useful name in the name field and put the javascript: URL in the URL field (yes it is a pop up window) :


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()}})()


Enjoy

Leave a Reply