Skip to content

Instantly share code, notes, and snippets.

@joergpatz
Created March 15, 2016 17:10
Show Gist options
  • Save joergpatz/777f91a91bc251af9035 to your computer and use it in GitHub Desktop.
Save joergpatz/777f91a91bc251af9035 to your computer and use it in GitHub Desktop.
How to save the output of a console.log(object) to a file
- Right click on the object in console and click "Save as a global variable"
- the output will be something like "temp1"
- type in console copy(temp1)
- paste to your favorite text editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment