THE BROWSER DETECTIVE // case 02

CASE 02 THE INVISIBLE WITNESS Someone is here. Nobody is here.

// case notes

You track Dr. Veyra's last movements to a safe-house. Inside, a witness is supposedly waiting but the room appears empty. They're here. The DOM says so. The stylesheet told them to disappear.

Open devtools. Find the element with class witness. Either inspect its text directly, or change its CSS so it appears on the page.

> visible interview transcript (decoy):
> "i know nothing. the token is ACCESS_EMPTY."
> WITNESS STATEMENT (true):
> "Dr. Veyra told me if anyone came asking, to give them this:
> access token = ACCESS_SHADOW"
// evidence log, enter token
>
hint: an element with display: none is part of the DOM but not rendered. You can still read its text in the Elements panel, or toggle the CSS rule off to make it appear. Ignore the decoy.