Tweetscroll is a small piece of JavaScript code that, when executed on Twitter web interface, makes its timeline behave similarly to Facebook’s News Feed, automatically showing new tweets when the page has focus.
The script relies on the jQuery library in order to run, which is already included by Twitter on its site as of now.
Tweetscroll has been test on Chrome 12, Firefox 5, IE9, Opera 11 and Safari 5. It should work on any browser that supports the blur
, focus
and DOMNodeInserted
events.
You can try Tweetscroll using this bookmarklet. The following implementations are also available: