ついったーからふぁぼったーを開くブックマークレット

twitterpermalink ページから favotter を開く bookmarklet です。
自分のために書きました。新規性は無いです。

javascript:void(window.open("http://favotter.matope.com/status.php?id="+document.URL.substring(document.URL.indexOf("statuses/")+9,document.URL.length)));

追記(2009-04-03)

こっちの方がいい

javascript:void(window.open("http://favotter.matope.com/status.php?id="+document.URL.substring(document.URL.lastIndexOf("/")+1,document.URL.length)));