Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
   <h1>LazyFeed</h1>
   <p>A bookmarklet to auto reload your Twitter feed.</p>
   <a href="javascript:(function reloadTweets() { var newTweets = $('.new-tweets-bar'); if (newTweets.attr('data-item-count') > 0) { newTweets[0].click(); } setTimeout(reloadTweets, 5000) })();">Auto Reload Tweets</a><br/>
   <p><i>drag this link to your Bookmarks Bar</i></p>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers