I\'d like to know if there is a way in javascript to retrieve console history.
What I mean by console history is what appears in the dev tools console. For instance,
There is no way to get the console data with JavaScript. Only way you would be able to do it is basically hijack all the console functions and store a copy and than call the default log lines.