parser
parser copied to clipboard
Feature req: return a reference to the DOM node containing the main content
Context: I am working on an application that requires figuring out the "main content" of a given page. Mercury parser is perfect for this, however, I get the result back as text, but what I'd really need is a reference in the DOM, so I can perform further manipulations in my JS code. Thanks!