kylehuff/webpg-chrome

Add ability to inline-parse a dynamically created page

Closed this issue · 1 comments

Pages with dynamic content are currently exempt from the inline parsing utility.

A good solution for this needs to be implemented.

One possible avenue would be to have a button/trigger to parse the page manually, which would probably be a good feature for users who don't want to ever auto-parse a page, but could invoke the parse in select circumstances. This would be a 2-fold feature.

Another possible approach would be to watch for changes on the DOM, however this could be expensive on heavily interactive/dynamic pages.

I think for the time being, option one above is the best solution for the time being, and any additional/supplementary change would not undo that functionality.

Implemented in v0.9.4