下面是美味书签的 Bookmarklet:
javascript:(function(){location.href='http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&jump=yes'})()
在以前1.3.0中使用好好的,现在对任何网页都无法获取正确的 URL 和 Title,总是跳转到下面这个网址:
http://delicious.com/save?url=about ... 5&jump=yes
