readability icon indicating copy to clipboard operation
readability copied to clipboard

Modifying content as DOM

Open OKNoah opened this issue 9 years ago • 0 comments

I'd like to change some of the content using things like getElementByTagName. I know I can do this to the document object, but what about content? Currently I'm passing the content as HTML back into another instance of jsdom to do this.

OKNoah avatar Mar 11 '15 21:03 OKNoah