Lets say I managed to get (and store) the console output, network traffic, cookies and the HTML of site A (by using an extension or/plus a script).
Now I have all these logs and want to show them on site B as if they were the actual logs of site B, meaning that if I Ctrl+Shift+I it I'd see site's A HTML, console output, etc.
One approach could be having new dev tools extensions similar to the existing ones playing my data, but having all these tabs essentially duplicated seems wrong (and like a lot of work).
Is there a simple way of doing this without creating new dev tools tabs?, like sending these logs to the existing dev tools tabs? (Elements, Network, Console, etc.).
Did some research but couldn't find and API exposing methods to feed the existing tabs.