I'm frequently testing code that manipulates the DOM. I can paste it and run it in the console then switch to the HTML tab to see if it had the desired effect. Then when I switch back to the console view my code is gone and I have to re-paste it. This is a pain.
What I'd really like is to have the console in a right window and the HTML view in a left window. Then, presumably, I could (ideally) run my code and immediately see the effect on the HTML elements exposed in the left window.
Is there a way to do this? (or perhaps some extension for it).