imaging googling for the words 'developing google chrome extension to read JS console logs'
therefore am asking the question here.
I need to write an extension to read the JS console logs. I have an app and I need to read the logs to manipulate it so that I can show them in the manner I want.
But reading several docs, e.g. I do not find how to 'read' the logs via an API and parse them.
I am not interesting in log using console.log rather read those logs and show them in a 'pretty' way in my extension.
any hints?
3 Reset to default