{"id":48910117,"url":"https://github.com/bug3/syringa","last_synced_at":"2026-04-16T23:04:14.898Z","repository":{"id":60562615,"uuid":"530758648","full_name":"bug3/syringa","owner":"bug3","description":"The Live Injector","archived":false,"fork":false,"pushed_at":"2022-12-17T11:16:23.000Z","size":148,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-04-08T07:07:41.807Z","etag":null,"topics":["browser","extension","injector","live"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/syringa","language":"JavaScript","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/bug3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-30T17:22:41.000Z","updated_at":"2025-04-28T09:39:48.000Z","dependencies_parsed_at":"2023-01-29T17:15:15.951Z","dependency_job_id":null,"html_url":"https://github.com/bug3/syringa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bug3/syringa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Fsyringa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Fsyringa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Fsyringa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Fsyringa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bug3","download_url":"https://codeload.github.com/bug3/syringa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Fsyringa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["browser","extension","injector","live"],"created_at":"2026-04-16T23:04:10.427Z","updated_at":"2026-04-16T23:04:14.885Z","avatar_url":"https://github.com/bug3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Syringa](https://www.npmjs.com/package/syringa) \u0026middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/bug3/syringa/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/syringa)\n\nSyringa is a live injector for frontend development in the browser\n\n* **Quick:** You can develop with your own editor instead of developing on console with Syringa.\n* **Live:** Inject your code into web pages with the live reload feature.\n* **Auto-Load:** It can work without loading extension.\n\n## Installation\n\nVia npm:\n\n```bash\nnpm install -g syringa\n```\n\nIf you get an error like this: **EACCES: permission denied**. The following codes may be useful for you.\n\n-   Installation:\n\n    ```bash\n    sudo npm install -g syringa\n    ```\n\n-   Change Owner:\n\n    ```bash\n    sudo chown -R $USER $(echo $(npm root -g)/syringa)\n    ```\n\n## Usage\n\n-   **Create project**:\n\n    ```bash\n    syringa create [projectName]\n    cd [projectName]\n    ```\n\n- **Edit** your code and configuration file(.syringarc.json)\n\n-   **Run project:** ( In project directory )\n\n    ```bash\n    syringa run\n    ```\n\n-   **Auto-Load:** ( if you have not installed syringa extension in your browser )\n\n    ```bash\n    syringa run --auto-load\n    ```\n\n## One-Liner Command\n-   If **npm** is installed\n\n    ```bash\n    npm install -g syringa \u0026\u0026 syringa create hi-syringa \u0026\u0026 cd hi-syringa \u0026\u0026 syringa run --auto-load\n    ```\n\n## Load Syringa Extension\n\n- Open the extensions page url(\"**chrome://extensions**\") in the browser.\n- Turn on the **Developer mode**.\n- Click on the **Load unpacked** button and select the syringa extension directory.\n    -   **Get extension path:**\n\n        ```bash\n        echo \"$(npm root -g)/syringa/extension\"\n        ```\n\n## Incognito Mode\n\nIf you want to use syringa in incognito mode:\n\n* Open the extensions page url(\"**chrome://extensions**\") in the browser.\n\n* Find Syringa Extension and click the **details** button.\n\n* Scroll down and **Allow in incognito**.\n\n## Browser Support\n\nCurrently Syringa only works with Google Chrome.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbug3%2Fsyringa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbug3%2Fsyringa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbug3%2Fsyringa/lists"}