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
- The mods that pop out and push bookmark bar on hover is relocated to
EXTRA_MODS/Auto hide Mods. installation.txtandreadme.txtare either removed or renamed asREADME.md.
Warning
Since the original file organization is modified in this fork, the installer does not work in the upstream repo.
Important
1. In about:config set toolkit.legacyUserProfileCustomizations.stylesheets to "True" for your custom themes to work.
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-BlurImportant
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.







