/Custom-Hubs-Components

This is a repository for custom Mozilla Hubs components. These components are designed to be injected into the Mozilla Hubs client without modifying the client code too much. The one mod needed to inject these components resides in the Hub.html file

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Custom-Hubs-Components

This is a repository for custom Mozilla Hubs components. These components are designed to be injected into the Mozilla Hubs client without modifying the client code too much. The one mod needed to inject these components resides in the Hub.html file

The Index below is documentation on the process of creating a custom client and injecting these components into the client using a top-level-server running on Node.js as a middle man.

Customizing Mozilla Hubs

Here Be Dragons!

img

Index

  1. Introduction
  2. Installing the custom client for Hubs
  3. Some things to Consider
  4. Hubs Load Sequence.md
  5. Hijacking Hubs
  6. Creating Hubs Components
  7. Hubs Networked Components
  8. Cannibalizing Components from Hubs
  9. Adding New Scripts to a Custom Client