An open API service indexing awesome lists of open source software.

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

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.