firefox-cookie-path
v1.0.4
Published
Get all firefox profiles - crossplatform
Downloads
13
Maintainers
Readme
firefox-cookie-path
Get firefox cookie sqlite database path - crossplatform
Install
npm i firefox-cookie-path
Usage
const firefoxCookiePath = require('firefox-cookie-path');
const cookiePath = firefoxCookiePath('default', 'darwin');
console.log(cookiePath);
// Output
// /Users/arshad/Library/Application Support/Firefox/Profiles/w2ddsss2.default
Contributing
Interested in contributing to this project? You can log any issues or suggestion related to this library here
Read our contributing guide on getting started with contributing to the codebase