Last active
          August 29, 2015 14:07 
        
      - 
      
 - 
        
Save cjwinchester/8f77056f975e30a530cd to your computer and use it in GitHub Desktop.  
    Look at him dance!
  
        
  
    
      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
    
  
  
    
  | 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