https://github.com/yashladha/firefox-profile-decode
Decode base64 firefox profile to pref.js
https://github.com/yashladha/firefox-profile-decode
decoding firefox-profile
Last synced: about 2 months ago
JSON representation
Decode base64 firefox profile to pref.js
- Host: GitHub
- URL: https://github.com/yashladha/firefox-profile-decode
- Owner: yashLadha
- Created: 2020-08-03T10:18:46.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2020-08-03T15:37:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T15:16:04.912Z (4 months ago)
- Topics: decoding, firefox-profile
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Firefox Profile Decode
This is a simple Node.JS script to decode the base64 encoded firefox profile.
### Usage
```bash
node index.js file_name
````file_name` is the file that will have the base64 encoded string of the firefox profile.