Skip to content

Instantly share code, notes, and snippets.

@ssig33
Created May 14, 2012 17:33
Show Gist options
  • Select an option

  • Save ssig33/2695234 to your computer and use it in GitHub Desktop.

Select an option

Save ssig33/2695234 to your computer and use it in GitHub Desktop.
try{
_window = new XPCNativeWrapper(content, "window");
_window = _window.wrappedJSObject
console.log = _window.console.log
}catch(e){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment