Created
September 15, 2012 21:17
-
-
Save jcubic/3729817 to your computer and use it in GitHub Desktop.
Restore functions from console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c=console;for(var i in c.__proto__){(function(i){c[i]=function(){c.__proto__[i].apply(c,[].slice.call(arguments));};})(i);} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tested on Google chrome