ブックマークレットで Twitter friend timelineを取得するものを作ってみた。下記scriptをブラウザのアドレスバーに入力して実行するか、ブックマークのURLに指定して実行すると、javascriptのalertウインドウにfriend timelineを表示する。(初回はtwitter.comの認証情報を求められる。) javascript:document.write("<script>function%20f(t){return(t.user.screen_name+':'+t.text+'\\n');};function%20x(o){s='';for(p%20in%20o){s+=f(o[p]);}alert(s);};</script><script%20src='http://twitter.com/statuses/friends_timeline.js