Is it possible to add a JavaScript object which is found while debugging, to the DOM for future reference? (It is okay to keep it in any place where retrievable. DOM is just a suggestion. Storing and retrieving needs to be done using a debugging tool.)
(Sample usage:pass as a argument by retrieving it from DOM while calling to a function using console.)
Note : This is not about how to add a JavaScript Object to the DOM within JS code. I'm aware that it can be done using methods mentioned here.