{"id":49233143,"url":"https://github.com/veeso/unipegaso-autoplay","last_synced_at":"2026-04-24T13:01:19.326Z","repository":{"id":353552909,"uuid":"1219837020","full_name":"veeso/unipegaso-autoplay","owner":"veeso","description":"Firefox extension that automatically skips to the next lesson on Unipegaso video lesson pages when the current one is completed.","archived":false,"fork":false,"pushed_at":"2026-04-24T11:43:05.000Z","size":593,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T12:34:49.794Z","etag":null,"topics":["firefox","firefox-extension","unipegaso","unipegaso-autoplay"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veeso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"veeso","liberapay":"veeso"}},"created_at":"2026-04-24T09:12:39.000Z","updated_at":"2026-04-24T11:40:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/veeso/unipegaso-autoplay","commit_stats":null,"previous_names":["veeso/unipegaso-autoplay"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/veeso/unipegaso-autoplay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso%2Funipegaso-autoplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso%2Funipegaso-autoplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso%2Funipegaso-autoplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso%2Funipegaso-autoplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veeso","download_url":"https://codeload.github.com/veeso/unipegaso-autoplay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso%2Funipegaso-autoplay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["firefox","firefox-extension","unipegaso","unipegaso-autoplay"],"created_at":"2026-04-24T13:01:08.163Z","updated_at":"2026-04-24T13:01:19.312Z","avatar_url":"https://github.com/veeso.png","language":"TypeScript","funding_links":["https://github.com/sponsors/veeso","https://liberapay.com/veeso"],"categories":[],"sub_categories":[],"readme":"# unipegaso-autoplay\n\n![logo](./assets/images/logo-150.png)\n\n[![conventional-commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n[![test](https://github.com/veeso/unipegaso-autoplay/actions/workflows/ci.yml/badge.svg)](https://github.com/veeso/unipegaso-autoplay/actions/workflows/ci.yml)\n\nFirefox extension that automatically advances to the next lesson on\n[Unipegaso](https://lms.pegaso.multiversity.click) video-lesson pages when the\ncurrent one is marked complete.\n\n- **Languages:** TypeScript (logic) · Italian (UI, since the LMS is Italian-only)\n- **Runtime:** Firefox (Manifest V3)\n- **Host:** `https://lms.pegaso.multiversity.click/videolezioni/\u003ccorso\u003e/\u003cindice\u003e`\n\n## How it works\n\n1. The content script observes the lesson sidebar.\n2. When the current lesson reaches `100%`, it waits 3 seconds and clicks the\n   next lesson that is still red (not completed).\n3. `Obiettivi` rows are opened and then skipped after a 3 second dwell (they\n   carry no percentage of their own).\n4. `Test di fine lezione` and `Dispensa` rows are always ignored.\n5. When the last lesson of a visible chapter is done, the next collapsed\n   chapter **inside the same module** is expanded — grey chapters from other\n   modules are left alone, because opening them collapses the active module.\n\nThe popup in the toolbar lets you enable/disable the auto-advance at any time.\nDesktop notifications announce listening, pause, and each lesson transition.\n\n## Install\n\nGrab the signed `.xpi` from the\n[latest release](https://github.com/veeso/unipegaso-autoplay/releases/latest)\nand drag it onto a Firefox window, then click **Add**.\n\n## Development\n\n```bash\nnpm install\nnpm run dev          # watch build into ./dist\nnpm run start:firefox  # launches Firefox with the extension loaded\n```\n\n### Quality gates\n\n```bash\nnpm run lint         # eslint (flat config, type-aware)\nnpm run format:check # prettier\nnpm run typecheck    # tsc --noEmit\nnpm test             # vitest (jsdom)\nnpm run build        # esbuild bundles into ./dist\n```\n\nThe same gates run in CI on every push / pull request\n(`.github/workflows/ci.yml`).\n\n### Packaging\n\n```bash\nnpm run package\n```\n\nProduces a signed-ready `.zip` in `web-ext-artifacts/` using\n[`web-ext`](https://github.com/mozilla/web-ext).\n\n### Release\n\n```bash\nnpm run release -- patch   # or: minor | major\ngit push origin main --follow-tags\n```\n\nThe script bumps `package.json` + `src/manifest.json`, commits, and creates an\nannotated `vX.Y.Z` tag. Pushing the tag triggers\n[`.github/workflows/release.yml`](./.github/workflows/release.yml), which signs\nthe extension via the AMO unlisted channel and publishes a GitHub release with\nthe signed `.xpi` attached.\n\nRequires repository secrets `AMO_JWT_ISSUER` and `AMO_JWT_SECRET` — generate\nthem at\n[addons.mozilla.org/developers/addon/api/key](https://addons.mozilla.org/developers/addon/api/key/).\n\n## Project layout\n\nSee [CLAUDE.md](./CLAUDE.md) for a more in-depth map of the codebase and\nbehaviour rules.\n\n## Author\n\nChristian Visintin `\u003cchristian.visintin@veeso.dev\u003e`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveeso%2Funipegaso-autoplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveeso%2Funipegaso-autoplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveeso%2Funipegaso-autoplay/lists"}