Skip to content

Instantly share code, notes, and snippets.

@ezy023
Last active December 29, 2015 14:48
Show Gist options
  • Save ezy023/7685975 to your computer and use it in GitHub Desktop.
Save ezy023/7685975 to your computer and use it in GitHub Desktop.
function refreshFeed(){
var linkToClick= document.getElementsByClassName("new-tweets-bar")[0]
if(linkToClick != undefined){
linkToClick.click()
}
}
setInterval(refreshFeed, 500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment