Skip to content

Instantly share code, notes, and snippets.

@cho45
Created July 30, 2008 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cho45/3240 to your computer and use it in GitHub Desktop.
Save cho45/3240 to your computer and use it in GitHub Desktop.
function log (m) {
var o = Array.prototype.concat.apply([], arguments);
location.href = "javascript:(function () { if (window.console) console.log.apply(console.log, "+o.toSource()+") })();";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment