Consider two web pages with the following in their body respectively:
Would it be possible for you to add a hook which you could use to target the new textarea into? eg. a
var e = document.getElementByID('addtextarea');
e.innerHTML = '';
Then if you needed to remember the contents you could take either the innerHTML value to include the HTML or just the text node value of the textarea to extract the text.