Skip to content

Instantly share code, notes, and snippets.

@cjwinchester
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjwinchester/8f77056f975e30a530cd to your computer and use it in GitHub Desktop.
Save cjwinchester/8f77056f975e30a530cd to your computer and use it in GitHub Desktop.
Look at him dance!
window.onload = doTheThing();
function doTheThing() {
window.setInterval(function () {
if (document.title == "(>'.')>")
{document.title = "<('.'<)"}
else {document.title = "(>'.')>"}
}, 500);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment