Skip to content

Instantly share code, notes, and snippets.

@thoughtsunificator
Created February 18, 2024 22:03
Show Gist options
  • Save thoughtsunificator/a2badbfa766c5c60cbd35045f726fb65 to your computer and use it in GitHub Desktop.
Save thoughtsunificator/a2badbfa766c5c60cbd35045f726fb65 to your computer and use it in GitHub Desktop.

Revisions

  1. thoughtsunificator renamed this gist Feb 18, 2024. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. thoughtsunificator created this gist Feb 18, 2024.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    let { XPIDatabase } = ChromeUtils.import('resource://gre/modules/addons/XPIDatabase.jsm', {});
    XPIDatabase.isDisabledLegacy = (addon) => false;
    XPIDatabase.mustSign = (aType) => false;