FlashGot 1.5.6.14rc1.xpi
The .xpi needs a change to the /components/flashgotService.js file.
substitute/ CI.nsIPrefBranchInternal with/ CI.nsIPrefBranch /in Line 1065
original:
- Code: Select all
get prefs() {
delete this.prefs;
return this.prefs = this.prefService.getBranch("flashgot.").QueryInterface(CI.nsIPrefBranchInternal);
}
new:
- Code: Select all
get prefs() {
delete this.prefs;
return this.prefs = this.prefService.getBranch("flashgot.").QueryInterface(CI.nsIPrefBranch);
}
Thanks to frg for the information on what to fix

Fixed version linked, https://drive.google.com/file/d/1Vc55-C ... sp=sharing.
sha1: e33ddf48e69a358569c5181c5adc1c4f3d154967