There are only a few of lines that needs to be changed so that FlashGot works again.
In DMS.js:
Line 1355:
Code: Select all
IOS.newChannel("chrome://dta-modules/content/support/filtermanager.js", null, null);
Code: Select all
var glue = {}
Components.utils.import("chrome://dta-modules/content/glue.jsm", glue);
DTA = glue.require("api");