I'm examining several thousand web pages on a commercial site using a Chrome extension. I want to retrieve the console log entries with load errors and warnings in each page, send them back to background and append the log entries for each page to an array showing all the load errors for the whole site.
Once my script is injected to the page I can write additional messages to the console but how do I access prior console log messages?