Skip to content

A Fork with an Installer for "Firefox Mod Blur - Modular"

Notifications You must be signed in to change notification settings

Alan-Kuan/Firefox-Mod-Blur

 
 

Repository files navigation

Firefox Mod Blur - Modular (Installer Fork)

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.

FirefoxCss

🔧 Version 3.0 - Working on functionality overhaul. Responsive oneliner, toggling extra mods through about:config and other adjustments.

Preview v 3.0 datguypiko#129

🔧 Installation

Important

1. In about:config set toolkit.legacyUserProfileCustomizations.stylesheets to "True" for your custom themes to work.
2. Clone the repo with the latest or your preferred version.
3. You can find your profile folder by writing about:support in URL bar and using Open folder in Profile folder section.
4. Follow the instructions below.

📃 Installer Script

Warning

Since names of some files have been modified in this fork, the installer does not work in the upstream repo.

Prerequisites

Install a Python package with the following command:
pip install -r requirements.txt

Usage

./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.

Screenshots

  • First time to install: image
  • Run the script after installed: image
  • Manage Mods: image
  • Manage Themes: image
  • Update Mods/Theme: image
  • List Installed Mods/Theme: image
  • Uninstall: image

About

A Fork with an Installer for "Firefox Mod Blur - Modular"

Topics

Resources

Stars

Watchers

Forks

Languages

  • CSS 93.2%
  • Python 6.8%