kustodian / extended-statusbar

Firefox addon which adds a statusbar with speed, percentage, time and loaded size (similar to Opera's one)
https://addons.mozilla.org/en-US/firefox/addon/extended-statusbar/
GNU General Public License v3.0
18 stars 6 forks source link

No longer works in Pale Moon 29 #53

Closed jobbautista9 closed 3 years ago

jobbautista9 commented 3 years ago

Starting in Pale Moon 29, the extension no longer shows any additional information on the status bar, like the image count.

mozo78 commented 3 years ago

I can confirm - no longer working on Pale Moon 29.

wolfbeast commented 3 years ago

Culprit:

var isPostAustralis = Components.classes["@mozilla.org/xpcom/version-comparator;1"].getService(Components.interfaces.nsIVersionComparator)
.compare(Components.classes["@mozilla.org/xre/app-info;1"].getService(Components.interfaces.nsIXULAppInfo).version, "29.0") >= 0;
mozo78 commented 3 years ago

Thank you very much JustOff! When it will be in a downloadable release?

JustOff commented 3 years ago

As usual, after the author of the extension verifies that the fix is correct and accepts the pull request, you can ask him to release a new version if he has not done so by then.

adoxa commented 3 years ago

Updated version now available from add-ons (thanks JustOff!).

mozo78 commented 3 years ago

Thank you very much!

JustOff commented 3 years ago

@adoxa, thank you for supporting Pale Moon!