Currently, websandbox library inserts very long JS string into IFrame's srcdoc attribue. This is not convenient when inspecting the DOM.
Let's instead make a changes to WebSandbox and make it embed a very little JS snippet "receiver" that will receive the rest part of JS and execute it.