readability
readability copied to clipboard
Modifying content as DOM
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.