Skip to content

Comment on A technique for hiding your JavaScript codeparent

Comments

They do very different things. View source will show the document as delivered to the browser; developer tools show the page as rendered. You really need both.

The former already exists in your browser's Network panel of the developer tools. It's the response for /Foo from the server.

It should be demoted from "View Source" though; how the DOM got into its current state is not that important; only the current state really matters.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.