Reputation: 52268
We can see the source after the javascript has run for a single element by right clicking on that element and clicking 'inspect element'.
Firefox lets us see the full page source by through view source -> view generated source.
How can we do this in chrome? That is, how can we see the full page source after javascript has run in chrome?
Upvotes: 3
Views: 2356
Reputation: 492
This can't be done natively in Chrome, but the View Rendered Source extension does this and also compares the rendered source to the raw source. You can also access extension via right click.
Upvotes: 2