Last Updated: July 12, 2018
·
1.13K
· martinhj

Save object from Chrome Developer console to clipboard

Right click on object, Store as global variable
The name of the new global variable will be returned, something like 'temp1'
Then:
copy(JSON.stringify(temp1))
Now it is on your clipboard