Created
February 14, 2015 05:10
-
-
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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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