Five-Minute Mystery Missions
Solve quick, intriguing mysteries in about just five minutes each.
In the TNT Labs, we often ask our novices: “What does Scooby-Doo?” And of course, they say that he solves mysteries! These short activities have a specific location (a ‘scene of the crime’) and a mystery or challenge to be performed, often with Chrome’s DevTools.
Available Now
Odie Optimization
Location: Entry #71, AskCopilot
Head to Entry #71 in AskCopilot and watch the Odie image load — it’s a large file, so notice how slowly it renders. Use DevTools to find the image element, swap its src to the optimized version (odieInClassroomOptimized.png), and compare load speeds. Open both image URLs in separate browser tabs to see the visual difference.
The Phantom .JPG
Location: Movie Clips page, Monster Mash card
Head to the Movie Clips page and find the Monster Mash card. Use DevTools to swap the monster’s extension from .png to .jpg — then try .jpeg. Do they behave the same way? Find the onerror attribute in the image tag and explain how the site anticipated this failure. Then discover what makes PNG’s transparency a superpower that JPG simply doesn’t have.
The Ghost Card
Location: Movie Clips page, Legacy Clips Index card
Head to the Movie Clips page and find the card labeled Archive in the bottom-right corner — the Legacy Clips Index. Use DevTools to break its image (change the src to any nonexistent filename). Watch what happens to the card. Then try the same thing on any other card. Why does one disappear completely while the other stays visible and clickable?
Hue Done It
Location: JS Apps page, Base Blaster figure
Head to the JS Apps page and find the Base Blaster figure. The app’s color scheme is reds, yellows, and oranges — but look carefully at its icon. Right-click the image and open it in a new tab to see its true colors. Then use DevTools to find the style attribute on that <img> tag and investigate the filter property. Delete it entirely, then restore it and experiment with each function one at a time — sepia, saturate, hue-rotate, and brightness — to discover what each one contributes to the final result.
Mission #5 — TBA
More missions coming as the school year progresses.