The Chrome developer tool is a great tool to understand phishing attack like the following one, which is going around and hurting gmail users,
(To protect, I've disabled the link)
However the link returns "Transfer-Encoding" as "Chunked" which doesn't quite show up under the "Network->Response" tab. While trying to understand the attack, I found the "view parsed" feature under the "Network->Headers" tab very hindering as it hides the HTTP return codes. Is there a way to disable this feature permanently and to keep only the "view source" feature (I'm at a loss in trying to understand the usefulness of this feature anyway).
I'll appreciate any pointers.