Skip to content

InfernoDungeon/firefox-portable-profile-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Firefox Portable Profile Fix

Python script that fixes Firefox browser profile relocation.
This script fixes addon related paths in addonStartup.json.lz4 and extensions.json files.
AddonStartup.json.lz4 unpack function was taken from here - https://github.com/digitalsleuth/pyson4

The standalone exe compilation was done with pyinstaller.

usage: -profile <profile dir> -app <app path>

options:
-app <app path> Path to firefox.exe or any firefox-based browser
-profile <profile dir> Path to firefox profile

sample:
main.py -app "C:\Program Files\Mozilla Firefox\firefox.exe" -profile "C:\profiles\Default"

About

The script fixes addon-related paths in addonStartup.json.lz4 and extensions.json files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages