From b7c6f16eae3f544968aea78a0fb8753ce9eb3dd8 Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 5 Aug 2026 14:48:17 -0400 Subject: [PATCH] Point README at public GitHub mirror --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1540250..21d2bde 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # Context Extractor -**Repo:** [git.levkin.ca/ilia/context-extractor](https://git.levkin.ca/ilia/context-extractor) -**Clone:** `gitea@git.levkin.ca:ilia/context-extractor.git` - Capture console logs, network activity, JS errors, and clean markdown content from a webpage, formatted as an AI-ready prompt. Ships three ways from one shared core: +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) + +**AI-ready page context** — console, network, errors, and clean markdown for agents and debugging. + +> Public mirror: [github.com/Gitilia/context-extractor](https://github.com/Gitilia/context-extractor) + - **`extension/`** — a browser extension (Manifest V3) for interactive use. - **`automation/`** — a Python package for scripted/headless use with Playwright or [Camoufox](https://camoufox.com). @@ -219,3 +222,7 @@ so no `main_world_eval` workaround is needed there either. `aria-hidden`, but not "visually clipped but AT-readable" sr-only patterns (e.g. `position:absolute;clip:rect(0,0,0,0)`) — those are left in on purpose since they're usually real text, not hydration data. + +## License + +MIT — see [LICENSE](LICENSE). -- 2.49.1