Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.37 KB

🔥 FoxDots 🦊

🎨 Customisation

You can easily change the config to suit your personal needs. Config is written in json and read at startup.

  • Alter the path of your firefox directory, if incorrect.

    "firefox_profile_path": ""

  • Add/remove your preferred addons. (Note: Get the addon name from the addon page URL)

    Example: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/

    foxdots/config.json

    Lines 2 to 13 in 3c02ee0

    "addons_list": [
    "bitwarden-password-manager",
    "multi-account-containers",
    "libredirect",
    "sidebery",
    "sponsorblock",
    "tridactyl-vim",
    "tubemod",
    "ublock-origin",
    "violentmonkey",
    "windscribe"
    ],

💻 Installation

Warning

I do not use linux that often so I have not been able to test the linux script extensively. Report any issues.

Make sure git and Firefox is installed.

./setup.sh  -- Linux
./setup.ps1 -- Windows

📃 License

This project is licensed under the MIT License - see the License file for details.

🎉 Credits