# CAPTCHA Diary

> Persistent in-browser CAPTCHA archive: auto-captures images, cursor traces, and DOM data across visited tabs.

Canonical page: [https://chrome-stats.com/d/captcha-diary](https://chrome-stats.com/d/captcha-diary)

## Overview

- **ID:** `captcha-diary`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** IFDE
- **Category:** other
- **Version:** 0.2.1
- **Last updated:** 2026-03-22
- **First published:** 2026-03-07
- **Size:** 106 KB
- **Data as of:** 2026-09-12
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/captcha-diary/)
- **Website:** [https://github.com/liuleslie/captcha/](https://github.com/liuleslie/captcha/)

## Description

CAPTCHA Diary is a Firefox extension (Manifest V2) that passively records CAPTCHA encounters as you browse — storing images, cursor traces, and metadata in a local IndexedDB archive.

<strong>What’s observed</strong>
While Diary is enabled, it will prompt any new browser window opened for consent to “watch” tabs. All future tabs in the window opened will be watched for CAPTCHA media; these tabs’ favicons will be replaced with a gray dot.

The gray dot turns red when you interact with the CAPTCHA elements on the page; a red badge appears in the upper right and pulses while you complete CAPTCHA work.

Either manually selecting the “end” button or closing the tab stops the recording, which is then saved to the sidebar as an entry.

<strong>What’s collected</strong>
- URL of website that served the CAPTCHA
- your browser and its version number
- session ID (used to link each CAPTCHA encounter to a browser tab; useful if inspecting the detailed <code>recording.json</code>)
- inferred CAPTCHA provider
- approximate duration of the CAPTCHA element’s presence on the page (this may not reflect your embodied experience encountering it)
- inferred trigger: what activated the CAPTCHA?
- any imagery loaded for the CAPTCHA challenge
- cursor points (an approximate record of your cursor’s position and movement across the page; animation is available via <code>SVG</code> button within the recording’s details.)
- viewport; size of your browser window 
- approximate number of rounds of CAPTCHAs served

<strong>What’s exported</strong>
There are 2 ways to export things:
- <em>full export</em> downloads each recording as a separate folder in a .zip
- <em>flat export</em> downloads only the images of selected recordings as a .zip

<strong>What’s searchable</strong>
Filter buttons are around for you to sift through your CAPTCHA archive more finely; you can also search by the notes taken by typing directly in the search bar.

<strong>Acknowledgements, known limitations and issues</strong>
Button icons within the sidebar are from Raven Developmenet’s ShadCN UI Kit, accessed via Figma Community templates.

Diary broadly supports <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/1307b2ea54437aecffcd93d1f8c994ff600c655520e8765cce5e87324dfb8b60/https%3A//developers.google.com/recaptcha/docs/versions" rel="nofollow">Google reCAPTCHA v2</a> (“I’m not a robot” checkbox) challenges. Invisible reCAPTCHA v2 badges, as well as reCAPTCHA v3, which uses scoring and skips any user interaction altogether, are out of scope for this project.

Diary also (somewhat spottily) supports Intuition Machines’ <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/1fcc4602e5f84b74c9cb0b2a884730d6d16957915cfd41ff1779e8512ee4329a/https%3A//www.hcaptcha.com/" rel="nofollow">hCaptcha</a> schemes, however it currently cannot collect motion CAPTCHAs.

Much of this code is the product of a text extrusion/synthesizer by the name of Claude Code; while I reskinned the design using a ShadCN Figma kit, I have not yet tested this with a screen reader and as such accessibility needs rigorous review.

Lastly a little embarrassingly the program may flag false positives; this occurs when text on the page is about CAPTCHAs and matches filtering patterns. If you are willing, you may delete these false positive recordings via selection &gt; delete.

## Rankings

- #145,837 — Overall
- #135 — captcha

## Permissions and access

### Permissions

- `activeTab`
- `<all_urls>`
- `webRequest`
- `webRequestBlocking`
- `storage`
- `tabs`
- `downloads`

### Content script matches

- `<all_urls>`

## Safety

- **Risk impact:** High risk impact
- **Risk likelihood:** Moderate risk likelihood

### Analysis details

- Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [DOM Time Machine Pro](https://chrome-stats.com/d/dom-time-machine-pro) — 2 users
- [Datarag - Keep Your Browser History Forever](https://chrome-stats.com/d/datarag-ai) — 2 users, 5.00 / 5
- [DBC Solver: Auto Recognition and Bypass](https://chrome-stats.com/d/dbc-solver) — 45 users, 3.67 / 5
- [Captcha Counter](https://chrome-stats.com/d/captcha-counter)
- [CookieScope](https://chrome-stats.com/d/cookiescope) — 5 users
- [Cache Me If You Can](https://chrome-stats.com/d/cache-me-if-you-can) — 2 users
- [Copy Cat](https://chrome-stats.com/d/copy-cat-play) — 3 users
- [Clipboard Access Logger](https://chrome-stats.com/d/clipboard-access-logger)
- [Session Capsule](https://chrome-stats.com/d/sessioncapsule) — 1 users
- [Network Activity Logger](https://chrome-stats.com/d/network-activity-logger) — 17 users
- [RecallV: Personal Cloud Vault](https://chrome-stats.com/d/recallv-personal-cloud-vault)
- [CaptureKit](https://chrome-stats.com/d/capturekit)

---

Source: [Chrome-Stats](https://chrome-stats.com/d/captcha-diary)
