[Resolved] DownThemAll API change
Posted: Mon May 14, 2012 7:24 pm
Yesterday the developer of DownThemAll updated the way you access the API (in the development build) and thus breaks FlashGot.
There are only a few of lines that needs to be changed so that FlashGot works again.
In DMS.js:
Line 1355:
How to gain access to the API:
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");