This fork adds an installer that helps manage mods/themes.
Note
I'll keep maintaining this fork until the upstream author
finishes the feature of toggling extra mods/themes in about:config
.
-- Alan Kuan
Please go to https://github.com/datguypiko/Firefox-Mod-Blur for more information.
🔧 Version 3.0 - Working on functionality overhaul. Responsive oneliner, toggling extra mods through about:config and other adjustments.
Preview v 3.0 datguypiko#129
Important
1. In about:config
set toolkit.legacyUserProfileCustomizations.stylesheets
to "True" for your custom themes to work.
Warning
Since names of some files have been modified in this fork, the installer does not work in the upstream repo.
pip install -r requirements.txt
./installer.py [-h] [-e] DIRECTORY
Arguments | Description |
---|---|
DIRECTORY | The path to Firefox profile directory; if '-e', '--exact' flag is enabled, this should be the path to the exact directory where the files are installed. |
Options | Description |
---|---|
-h, --help | Show help messages. |
-e, --exact | Whether the given directory is exactly where the files are installed. It will be useful if you wrap 'Firefox Mod Blur' in your own 'chrome' directory with a different name. |
Examples:
./installer.py ~/.mozilla/firefox/x0x0x0x0.default-release
./installer.py -e ~/.mozilla/firefox/x0x0x0x0.default-release/chrome/Firefox-Mod-Blur
Important
You should run git pull
by yourself before executing "Update" with the script.
Note
You should run the script with python3 ./installer.py ...
on Windows.