Skip to content

Instantly share code, notes, and snippets.

@sushant-hiray
Created February 14, 2015 05:10
Show Gist options
  • Save sushant-hiray/a9dfd95e7ade17c3c32c to your computer and use it in GitHub Desktop.
Save sushant-hiray/a9dfd95e7ade17c3c32c to your computer and use it in GitHub Desktop.
Frustrated seeing the live score at the top of starsports.com ? Run this script in your Javascript Console and enjoy!
setInterval(function(){
document.title = "Enjoy the world cup"
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment