Commodoreprime / user.js-deploy

Implements a custom user.js with Arkenfox as a base with various overrides applied

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user.js deployment script

Implements a custom user.js with Arkenfox as a base with various overrides applied

Relevant files

  • chrome/userChrome.css
    • Adds custom CSS rules that are applied to the makeup of the actual browser window. Currently it:
      • Hides the visiblity of the tab bar and sidebar.
  • user-overrides.js
    • Implements modified user_prefs that are overlayed ontop of Arkenfox as well as stock Firefox that are tailored to my liking
  • deploy.sh
    • Script that does currently two things:
      1. Download Arkenfoxes updater.sh and prefsCleaner.sh scripts, then execute those scripts from within the specified profile directory
      2. Deploy the userChrome.css file into the specified profile directory
    • The script does not determin where the target profile is so the full path must be specified as a command line argument (preferably surrounded by quotes)

Notable extensions to install

(mostly for as a personal reminder)

About

Implements a custom user.js with Arkenfox as a base with various overrides applied

License:MIT License


Languages

Language:JavaScript 70.9%Language:Shell 24.8%Language:CSS 4.3%