1.0.4 • Published 3 years ago
firefox-cookie-path v1.0.4
firefox-cookie-path
Get firefox cookie sqlite database path - crossplatform
Install
npm i firefox-cookie-pathUsage
const firefoxCookiePath = require('firefox-cookie-path');
const cookiePath = firefoxCookiePath('default', 'darwin');
console.log(cookiePath);
// Output
// /Users/arshad/Library/Application Support/Firefox/Profiles/w2ddsss2.defaultContributing
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