Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
/ tweetscroll Public archive

Automatically show new tweets on Twitter web interface

Notifications You must be signed in to change notification settings

rbardini/tweetscroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Dependencies

The script relies on the jQuery library in order to run, which is already included by Twitter on its site as of now.

Compatibility

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.

Implementations

You can try Tweetscroll using this bookmarklet. The following implementations are also available: