Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 3 KB

File metadata and controls

69 lines (51 loc) · 3 KB

Higgs Boson Firefox Theme Documentation

A comprehensive Firefox customization project providing a highly customized browser experience with vertical tabs, custom toolbars, and extensive UI modifications.

Quick Start

  1. Prerequisites: Enable userChrome/userContent CSS support in Firefox:

    • Navigate to about:config
    • Set toolkit.legacyUserProfileCustomizations.stylesheets to true
  2. Installation: Copy the contents of this repository to your Firefox profile's chrome directory

  3. Restart Firefox to apply changes

Documentation Index

Core Documentation

Component Documentation

Reference Materials

Development

Key Features

  • Vertical Tabs: Custom vertical tab implementation on the left side
  • Custom Toolbars: Redesigned toolbar layout framing the browser window
  • Second Sidebar: Advanced sidebar system with web panels and collapsible sections
  • Enhanced UI: Comprehensive theming with blur effects and custom styling
  • JavaScript Extensions: Advanced functionality through UserChrome.js scripts

Project Structure

firefox/
├── userChrome.css          # Main CSS entry point
├── userContent.css         # Content page styling
├── css/                    # CSS modules
│   ├── chrome/            # Browser UI styling
│   ├── common/            # Shared variables and utilities
│   └── content/           # Web content styling
├── JS/                     # JavaScript modules
│   ├── second_sidebar/    # Advanced sidebar system
│   └── *.uc.js           # UserChrome.js scripts
├── resources/             # Assets and configurations
└── utils/                 # System utilities and loaders

License

This project is released under the Mozilla Public License. See the LICENSE file for details.

Support

For issues, questions, or contributions, please refer to the troubleshooting guide or the main project repository.