For this month’s jam, we’re celebrating spooky season 👻

It happens everyday. A friend sends you a link to something you want to read, but as the site loads, a chill runs down your spine. The cookies attack! Accept all, a button tells you. Decline all, Save my preferences, or the dreaded vagueness of a “Preferences” button. No matter where you go on the internet, these confusing UI patterns are sure to haunt you and so in the spirit of the season, we want to see your interpretations of “spooky cookies!” :ghost: :cookie:

Head to glitch.com/jams right now to learn more about what jams are, how to submit your projects, and see what the community made for past jams. And a major thank you to everyone who participated in last month’s #maps jam!

We can’t wait to be terrified by your spookiest cookies!

8 Likes

:grin: Can’t wait

1 Like

For this jam, I made What The Cookie, a webapp that shows whether websites are tracking you using DuckDuckGo’s Tracking Radar along with custom blocklists.

It works by using Puppeteer to open the URL in a headless browser, intercepting all requests in real-time, and analyzing each URL. It checks against the DDG Tracking Radar on GitHub (using GitHub’s API to read the files client-side, since the repo is huge—it’s also a fork to avoid breaking things). Idk if this is the best approach, though.

It’s still very much a work in progress, but I think it’s pretty neat so far. You can see a lot of tracker details, but I’m working on adding more features and more tracker info. I’m also open to suggestions for a better name, features, and design—feel free to comment or DM me if you have ideas.


Updates:

  • Added more details about third-party domains

  • General improvements

  • Added Cloudflare CAPTCHA detection
  • Made screenshot handling 1st-party




Try What-The-Cookie · Source Code

5 Likes

oo very nice, so puppeteer is still working?

1 Like

apparently yes :slight_smile:

2 Likes

I’ve finally found some time to participate in one of these code jams! And this gave me the opportunity to create possibly the second silliest thing I’ve ever made (after this): Modal Madness. The goal is simple: access the content of the website. At the moment it takes me around a minute to win (although I do know the strategy), but I hope to increase the difficulty at some point if I get some more time (which is by no means guaranteed, so I thought I’d just share this now).

image

I think @jenn might like the reward at the end.

3 Likes

First try was: 3:21.6.
Doing it on a phone probably didn’t help.

I’ve got a good guess at what was shown on the end screen, but alas, twas blocked.

2 Likes

errata:

  1. accept all doesn’t enable all partner cookies. you have to go into the preferences and enable ones, then click “accept all” to accept the ones you selected
  2. it’s not specified which captcha cookies you need for the captcha, but there’s a certain pattern that works

anyway, do f3, tab, space repeatedly

1 Like

2 Likes