1.0.4 • Published 4 years ago

firefox-profile-path v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

node-firefox-profile-path

firefox profile finder

install

npm install firefox-profile-path

demo

const FirefoxProfilePath = require('firefox-profile-path');

console.log(FirefoxProfilePath.os_profile_list());

method

os_appdata()

C:/Users/USER/AppData/Roaming/Mozilla/Firefox

os_profile_ini()

{ General: { StartWithLastProfile: '1' },
  Profile0:
   { Name: 'dev-edition-default',
     IsRelative: '1',
     Path: 'Profiles/7nvzy56n.dev-edition-default' },
  Profile1:
   { Name: 'default',
     IsRelative: '1',
     Path: 'Profiles/n2c9big4.default',
     Default: '1' } }

os_profile_list() os_profile_list2()

{ '7nvzy56n.dev-edition-default': 'C:/Users/USER/AppData/Roaming/Mozilla/Firefox/Profiles/7nvzy56n.dev-edition-default',
  'n2c9big4.default': 'C:/Users/USER/AppData/Roaming/Mozilla/Firefox/Profiles/n2c9big4.default' }

pa_profile_list()

{ FirefoxPortable2ndProfile: 'D:/Program Files (Portable)/PortableApps/PortableApps/FirefoxPortable2ndProfile/Data/profile',
  FirefoxTWPortable: 'D:/Program Files (Portable)/PortableApps/PortableApps/FirefoxTWPortable/Data/profile' }
1.0.4

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

7 years ago