Guest User

Untitled

a guest
Sep 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. window.log = function(){
  2. log.history = log.history || [];
  3. log.history.push(arguments);
  4. arguments.callee = arguments.callee.caller;
  5. if(this.console) console.log( Array.prototype.slice.call(arguments) );
  6. };
Add Comment
Please, Sign In to add comment