skyla started it. now you're going to finish it. five fragments are hidden on this page — you'll need devtools to find them. press F12 on a laptop (right-click → inspect also works).
your browser shows you the finished poem. but the poet leaves notes in the margins — invisible until you ask to see the manuscript.
teaches: view source (Ctrl+U on windows, ⌘+Opt+U on mac). everything the page is made of, naked.
a word lives on this page, on this very screen — but it has been pushed somewhere your eye refuses to look. the inspector sees through every disguise.
teaches: elements panel in devtools. you can search the live DOM, even what CSS has hidden.
when you arrived, the page placed a small object in a drawer inside your browser. it has not opened the drawer. neither has anyone else. the drawer is yours.
teaches: application tab → local storage. websites quietly store things on your machine — receipts, preferences, secrets.
a moment after you arrived, the page leaned over and quietly spoke a single phrase to a file. you didn't hear it. but every word a page says is recorded.
teaches: network tab. every request your browser makes is logged. reload with it open and watch.
there is a room in your browser where you can talk directly to the page. type mercy() there, press enter, and the page will tell you the last word.
teaches: console tab. every page exposes JavaScript functions and variables. you can call them. you can ask them questions.
you just pulled five secrets out of a page using nothing but the tools that ship inside every browser on earth. every webpage you have ever opened is built like this one — letters with margins, masks, drawers, whispers, and a room where you can ask the page anything.
that is the whole magic trick. it is not hacking, it is looking. and now you know how.
every site you visit can see all of this. yes — including the ones you trust.
open your devtools console. type this — exactly — then press enter:
atob('MTkwIG1pbGVzIHJpZ2h0IG5vdy4gc2hyaW5raW5nLiAtLSBy')
the page will read it back to you. that is how every secret on the internet gets sent.
— your hacker boyfriend