{"id":17398487,"url":"https://github.com/vweevers/create-firefox-profile","last_synced_at":"2026-05-01T09:32:41.004Z","repository":{"id":55828504,"uuid":"134154580","full_name":"vweevers/create-firefox-profile","owner":"vweevers","description":"Create a temporary Firefox profile folder for test runs.","archived":false,"fork":false,"pushed_at":"2020-12-11T17:46:10.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T04:39:03.417Z","etag":null,"topics":["cross-platform","firefox","nodejs","profile","testing-tools"],"latest_commit_sha":null,"homepage":"","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/vweevers.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":"2018-05-20T13:49:53.000Z","updated_at":"2021-02-16T02:29:02.000Z","dependencies_parsed_at":"2022-08-15T07:31:20.386Z","dependency_job_id":null,"html_url":"https://github.com/vweevers/create-firefox-profile","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vweevers/create-firefox-profile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fcreate-firefox-profile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fcreate-firefox-profile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fcreate-firefox-profile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fcreate-firefox-profile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vweevers","download_url":"https://codeload.github.com/vweevers/create-firefox-profile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fcreate-firefox-profile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["cross-platform","firefox","nodejs","profile","testing-tools"],"created_at":"2024-10-16T14:57:19.050Z","updated_at":"2026-05-01T09:32:40.985Z","avatar_url":"https://github.com/vweevers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-firefox-profile\n\n**Create a temporary Firefox profile folder for test runs. Extracted from [`osx-firefox`](https://github.com/juliangruber/osx-firefox) and [`linux-firefox`](https://github.com/juliangruber/linux-firefox), to be used for `windows-firefox` (and then the others too).**\n\n[![npm status](http://img.shields.io/npm/v/create-firefox-profile.svg?style=flat-square)](https://www.npmjs.org/package/create-firefox-profile)\n[![node](https://img.shields.io/node/v/create-firefox-profile.svg?style=flat-square)](https://www.npmjs.org/package/create-firefox-profile)\n[![Travis build status](https://img.shields.io/travis/vweevers/create-firefox-profile.svg?style=flat-square\u0026label=travis)](http://travis-ci.org/vweevers/create-firefox-profile)\n[![AppVeyor build status](https://img.shields.io/appveyor/ci/vweevers/create-firefox-profile.svg?style=flat-square\u0026label=appveyor)](https://ci.appveyor.com/project/vweevers/create-firefox-profile)\n[![Dependency status](https://img.shields.io/david/vweevers/create-firefox-profile.svg?style=flat-square)](https://david-dm.org/vweevers/create-firefox-profile)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)\n\n## Example\n\n```js\nconst profile = require('create-firefox-profile')\n\nprofile({ proxy: 'http://example.local' }, function (err, folder) {\n  if (err) throw err\n\n  // Absolute path to a temporary directory\n  console.log(folder)\n})\n```\n\nThen pass `folder` to `firefox` with `--profile \u003cpath\u003e` or `-profile  \u003cpath\u003e` depending on the platform.\n\n## API\n\n### `profile([options, ]callback)`\n\nOptions:\n\n- `proxy` (string): HTTP proxy\n- `noProxy` (array): hosts to disable proxy on\n- `prefs` (object): custom preferences\n\n## Install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install create-firefox-profile\n```\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT) © Julian Gruber, Vincent Weevers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fcreate-firefox-profile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvweevers%2Fcreate-firefox-profile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fcreate-firefox-profile/lists"}