Rated 5 out of 5 stars

This is a MUST HAVE add-on. I'd give it 10 stars if I could. Unfortunately, recent changes make it no longer function in Palemoon 26.0.

There is a workaround.

Around line 1388 of bootstrap.js you need to add code between the lines ...

DownloadBarComponent.prototype = {
...
this.windowtype = "mail:3pane";
DownloadBar.windowtype = "mail:3pane";
break;
_________________________________________________________________
case "Pale Moon":
this.ff26above=false;
DownloadBar.ff26above=false;
this.windowtype = "navigator:browser";
DownloadBar.windowtype = "navigator:browser";
break;
_________________________________________________________________
case "Fennec": break;
default: //"Firefox", "SeaMonkey"
}

In order to modify bootstrap.js, you must open the .XPI file for the addon. Best approach is to go to the addon page, right click the link to install the addon and save it to your desktop. Then, open with winzip (XPI is ZIP). In winzip, open bootstrap.js with notepad++, go to line 1388 and add in the extra case for palemoon. Then fille --> Save and exit. Winzip should ask if you want to update the XPI file. Yes! Then save the XPI file from Winzip. Now, in palemoon, open the XPI file and you can install the fixed version.

Hope this helps those who did not know how to get at the bootstrap.js :-)

This review is for a previous version of the add-on (12.3.0.1-signed).  This user has 4 previous reviews of this add-on.