del.icio.us 新版弹出式小书签
del.icio.us最新推出了一个小书签(Bookmarklet),从nutr.itio.us中吸取了一些经验,能够自动帮你选择合适的tag。我根据这个新版的,改装了一个新版弹出式的小书签。请把这个new popup del.icio.us拖到工具栏中使用。
附: 各个版本小书签源码:
旧版
javascript:location.href=’http://del.icio.us/new/windix?v=2&url=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title)
新版
javascript:location.href=’http://del.icio.us/windix?v=2&url=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title)
旧版弹出
javascript:q=location.href;p=document.title;void(open(’http://del.icio.us/windix?v=2&noui=yes&jump=close&url=’+encodeURIComponent(q)+’&title=’+encodeURIComponent(p),’delicious’, ‘toolbar=no,width=700,height=250′));
新版弹出
javascript:q=location.href;p=document.title;void(open(’http://del.icio.us/new/windix?v=2&jump=close&url=’+encodeURIComponent(q)+’&title=’+encodeURIComponent(p),’delicious’, ‘toolbar=no,width=700,height=450′));