evacchi / firefox-custom-badge

Displays your profile id as a badge on the Firefox icon
6 stars 2 forks source link

Firefox 54 #4

Open wamatt opened 7 years ago

wamatt commented 7 years ago

Love this little extension. However it seems to be not working in the new Firefox 54. 😞

wamatt commented 7 years ago

Looks like it's probably the end of the road for most XPCOM methods (including this one) with Firefox 57 and Web Extensions.

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Comparison_with_XUL_XPCOM_extensions

Noitidart commented 7 years ago

To do this now you have to now change the icon in the actual bundle. You have to also use native messaging to a binary as addons cant do file system access.