タイトルとurlをはてな記法で取得するbookmarklet

Bookmarklet - パソコン遊戯
こちらを参考にしてちょっといじってみました。
ほとんどコピーで恐縮ですが。(safari3でのみ確認済)

javascript:(function(){var t,u,p;u=top.document.URL.replace(/&/g,'&amp;');t=top.document.title.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'>').replace(/"/g,'&quot;');p=prompt('The title of this page',"["+u+":title="+t+"]");})()


javascriptかじってみようかな。