TwitterのRecentタブをクリックしたくない

ここしばらく、TwitterのRecentタブを何度クリックしたことか。
そんな無駄を解消したいなぁ、と思っていますが、
俺俺Twitterを作る手は、なかなか動いていません。

そこで、俺俺Twitterを作る前の一時しのぎとして、
以下のようなコードを書いて閲覧しています。

  • twitter60sec.html
<html>
<head>
<title>Twitter/60sec</title>
<meta http-equiv="Refresh" content="60;URL=twitter60sec.html">
<script language="JavaScript">
<!--
function scroll(x, y){
	window.scrollTo(x, y);
}
// -->
</script>
</head>
<body onLoad="scroll(0, 550)">
<iframe src="http://twitter.com/home" height="1400" width="500" id="twitter"></iframe>
</body>
</html>

仕組みはシンプル。
1分ごとに更新して、スクロールするだけ。
これだけで、毎日何分か得してる。