Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.19 KB | None | 0 0
  1. <pre id="console-log"></pre>
  2.  
  3. <script>
  4. console.log = function(){
  5.     document.getElementById('console-log').innerHTML+=Array.prototype.slice.call(arguments,0).join("")+"\n";
  6. };
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement