I try to extract all the text content of a page (because it doesn\'t work with Simpledomparser)
I try to modify this simple example from the manual
To extract the text content of the page, you can try thisreturn document.body.textContent; but I'm not sure the result will be usable.
return document.body.textContent;