{"id":19449137,"url":"https://github.com/lafkpages/replit-ext-helper","last_synced_at":"2026-05-09T16:48:17.493Z","repository":{"id":203735358,"uuid":"693050101","full_name":"lafkpages/replit-ext-helper","owner":"lafkpages","description":"A helper utility for browser extensions and userscripts.","archived":false,"fork":false,"pushed_at":"2023-12-01T09:38:08.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T09:18:29.537Z","etag":null,"topics":["browser-extension","helper","replit","userscript","utility"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lafkpages.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}},"created_at":"2023-09-18T08:43:53.000Z","updated_at":"2023-10-26T12:20:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"867c9e90-d624-4a10-af96-abe94d03ccd7","html_url":"https://github.com/lafkpages/replit-ext-helper","commit_stats":null,"previous_names":["lafkpages/replit-ext-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lafkpages/replit-ext-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafkpages%2Freplit-ext-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafkpages%2Freplit-ext-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafkpages%2Freplit-ext-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafkpages%2Freplit-ext-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lafkpages","download_url":"https://codeload.github.com/lafkpages/replit-ext-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafkpages%2Freplit-ext-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551498,"owners_count":26005386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["browser-extension","helper","replit","userscript","utility"],"created_at":"2024-11-10T16:30:12.114Z","updated_at":"2025-10-06T02:43:14.083Z","avatar_url":"https://github.com/lafkpages.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/lafkpages/replit-ext-helper/graph/badge.svg?token=W1708PX42X)](https://codecov.io/gh/lafkpages/replit-ext-helper)\n\n# Replit extensions helper\n\nA helper utility for browser extensions and userscripts.\n\nNote: not for [Replit extensions](https://docs.replit.com/extensions).\n\n## API\n\nA global `replitExtHelper` object is exposed. It's an object with the following properties.\nIt also extends `EventTarget` so you can listen to events on it.\n\nNote that it may have more properties than listed here, but those are not part of the public API.\n\n```ts\nexport class ReplitExtHelper extends EventTarget {\n  debug: boolean;\n\n  get isDesktop(): boolean;\n  set isDesktop(value: true | null);\n\n  replitSvelteComponents: Record\u003c\n    Exclude\u003cReplitSvelteComponents, \"DocsProp\"\u003e,\n    any\n  \u003e;\n\n  injectReplitSvelteStyles(): void;\n\n  getElement(query: string): Element | null;\n  getElements(query: string): Element[];\n  waitForElement(query: string): Promise\u003cElement\u003e;\n\n  get routeContainerElm(): HTMLDivElement;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flafkpages%2Freplit-ext-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flafkpages%2Freplit-ext-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flafkpages%2Freplit-ext-helper/lists"}