-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, after the last update all userscript.uc.js were not loading. If it helps, I followed this steps:
- updated chrome/utils files
- for both "sidebar-switch" and "aboutconfig-menu":
-Components.utils.import("resource:///modules/CustomizableUI.jsm");
+const { CustomizableUI } = ChromeUtils.importESModule("resource:///modules/CustomizableUI.sys.mjs");
-console.log("nameofthescript.uc.js");
+Services.console.logStringMessage("nameofthescript.uc.js loaded");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels