parser icon indicating copy to clipboard operation
parser copied to clipboard

Feature req: return a reference to the DOM node containing the main content

Open ba32107 opened this issue 2 years ago • 0 comments

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!

ba32107 avatar Apr 16 '22 19:04 ba32107