Skip to content

Instantly share code, notes, and snippets.

@eeejay
Last active July 19, 2025 00:31
Show Gist options
  • Select an option

  • Save eeejay/87d5c92e6b88b6bf4acb81aee5bc8650 to your computer and use it in GitHub Desktop.

Select an option

Save eeejay/87d5c92e6b88b6bf4acb81aee5bc8650 to your computer and use it in GitHub Desktop.
Sideload addon in Firefox for Android
// In main process JS console:
const { AddonManager } = ChromeUtils.importESModule("resource://gre/modules/AddonManager.sys.mjs");
AddonManager.getInstallForURL(XPI_URL).then(r => r.install())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment