Point README at public GitHub mirror
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
# Context Extractor
|
# 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
|
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
|
from a webpage, formatted as an AI-ready prompt. Ships three ways from one
|
||||||
shared core:
|
shared core:
|
||||||
|
|
||||||
|
[](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.
|
- **`extension/`** — a browser extension (Manifest V3) for interactive use.
|
||||||
- **`automation/`** — a Python package for scripted/headless use with
|
- **`automation/`** — a Python package for scripted/headless use with
|
||||||
Playwright or [Camoufox](https://camoufox.com).
|
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
|
`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
|
(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.
|
purpose since they're usually real text, not hydration data.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT — see [LICENSE](LICENSE).
|
||||||
|
|||||||
Reference in New Issue
Block a user