I was able to save the console messages from someone else's website by using chrome.exe --enable-logging --v=1 to a local file. However, I ran into the issue of the text file saving objects as [object Object]. I want the objects to be in JSON. Does anyone know a solution to this?