del.icio.usやfurlへのマルチポスト

del.icio.usfurlへのマルチポストができるのはもちろん便利のこと、ずっとdel.icio.usのポストでテキストが拾えないでいた問題が、このMake your own multipost bookmarklet toolで解決した。

javascript:d=document;te=getSelection();t=encodeURIComponent(te);u=encodeURIComponent(d.location.href);ti=encodeURIComponent(d.title);void(open('http://www.furl.net/storeIt.jsp?t='+ti+'&u='+u+'&c='+t,'furlit','width=475,height=575,left=75,top=20,resizable'));void(open('http://del.icio.us/new/**********?v=2&url='+u+'&extended='+t+'&title='+ti,'delicious','width=760,height=500'));

"*******"の部分を自分の名前にかえてBookmarklet Crunchinatorでブックマークレットを作ればいい。
http://jade.mcli.dist.maricopa.edu/alan/marklet_maker.php
http://ted.mielczarek.org/code/mozilla/bookmarklet.html