MetroCare: personal service navigator
Adds private search, combined access filters, and side-by-side service comparison—functionality the original portal never shipped.
Loading publication receipt…
Auto-discovered by the extension · no AI or account
A site is missing the feature you need? Patch the Web turns one person’s complaint into a safe, tested community upgrade—then gives it to everyone without AI.
Inspect every card to compare access, language, and availability.
Every patch declares exactly what it changes, where it runs, and whether its selectors still match.
Adds private search, combined access filters, and side-by-side service comparison—functionality the original portal never shipped.
Loading publication receipt…
Auto-discovered by the extension · no AI or account
Codex authors a small declarative patch. Patch the Web validates every operation against an allowlist, tests every selector, and shows users a plain-language permission receipt before anything runs.
Filtering, comparison, layout, accessibility, persistence, navigation, validation, explicit hiding, and reorganization.
A university portal patch cannot touch your bank, inbox, or another page.
Scheduled live checks quarantine drifted registry entries, while every device tests selectors again before install and apply.
{
"match": {
"hosts": ["metrocare.example"],
"paths": ["/services/*"]
},
"operations": [
{
"type": "collectionFilter",
"selector": "#care-directory",
"items": ".care-service",
"search": { "attributes": ["data-service-name"] },
"filters": [{ "attribute": "data-access" }]
},
{
"type": "collectionCompare",
"itemTitleAttribute": "data-service-name",
"fields": [{ "attribute": "data-access" }]
}
]
}
Rejected by the security validator
Open the website and tell Codex what the site makes unnecessarily difficult.
“Help me find wheelchair-accessible care with Urdu support.”
Codex inspects the live DOM and screenshots, produces only safe operations, and verifies behavior before publishing.
The patch enters the public registry. Other people install it without AI, an account, or an API key.