{"id":50117822,"url":"https://github.com/bryanbuchs/live-announcer","last_synced_at":"2026-05-23T16:04:24.356Z","repository":{"id":346880535,"uuid":"1186274456","full_name":"bryanbuchs/live-announcer","owner":"bryanbuchs","description":"Firefox plugin to show aria-live region announcements in a toast queue","archived":false,"fork":false,"pushed_at":"2026-03-25T20:20:41.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T20:05:05.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bryanbuchs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-19T13:04:32.000Z","updated_at":"2026-03-25T20:20:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bryanbuchs/live-announcer","commit_stats":null,"previous_names":["bryanbuchs/live-announcer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bryanbuchs/live-announcer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbuchs%2Flive-announcer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbuchs%2Flive-announcer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbuchs%2Flive-announcer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbuchs%2Flive-announcer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanbuchs","download_url":"https://codeload.github.com/bryanbuchs/live-announcer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbuchs%2Flive-announcer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33402174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-23T16:04:15.564Z","updated_at":"2026-05-23T16:04:24.346Z","avatar_url":"https://github.com/bryanbuchs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live Announcer\n\nFirefox WebExtension for debugging ARIA live regions by showing toast messages when region text changes.\n\n## Current scope (v1)\n\n- Monitors live regions in the main document only.\n- Detects explicit `aria-live` and common implicit live roles (`alert`, `status`, `log`, `timer`, `marquee`).\n- Shows on-page toasts for non-empty updates with duplicate suppression and short update coalescing.\n- Uses level-specific toast styling (`polite` and `assertive`) and includes per-toast dismiss controls.\n- Includes a toolbar toggle with per-domain persistence (keyed by exact hostname).\n\n## Enable for a domain\n\n- Default state is off for every hostname until you enable it.\n- Use the extension toolbar icon to toggle the current hostname on/off.\n- The icon switches between disabled/enabled artwork and remembers your choice for that hostname.\n- Subdomains are independent (`app.example.com` and `www.example.com` are separate settings).\n\n## Load in Firefox\n\n1. Open `about:debugging#/runtime/this-firefox`.\n2. Click **Load Temporary Add-on...**\n3. Select this project's `manifest.json`.\n4. Open an `http` or `https` page and click the toolbar icon to enable announcements for that hostname.\n\n## Package as `.xpi`\n\n```bash\nnpm run package\n```\n\nThis creates `dist/live-announcer.xpi` with `manifest.json` at the archive root.\nIt uses Git archive, so only committed files are included.\n\n## Development notes\n\n- Entry script: `src/content/live-announcer.js`\n- Toast styles: `src/content/live-announcer.css`\n- Packaging script: `npm run package`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanbuchs%2Flive-announcer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanbuchs%2Flive-announcer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanbuchs%2Flive-announcer/lists"}