1.0.4 • Published 2 years ago

firefox-cookie-path v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

firefox-cookie-path

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

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