Say a website exists with the following content.
<html><wrapper><div>Stuff I care about</div>Stuff I don't care about</wrapper></html>
Is it possible to load the website with javascript but also modify the content. So in this case I want to use Javascript to load the Stuff I care about, but hide everything else.(Kind of like an iframe... with benefits).
Note: To give you some context I'm trying to make an app that creates my own custom version of another persons website. What makes this really difficult is part of the content I want to show is a form with a captcha.