Firefox 57 Unbranded does not allow legacy extensions

Discussion about official Mozilla Firefox builds
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: Firefox 57 Unbranded does not allow legacy extensions

Post by Gingerbread Man »

Using an unbranded build of version 58, you can set extensions.legacy.enabled to true in about:config. This will enable legacy add-ons, but legacy APIs are constantly being removed, so your particular legacy add-ons may not function.
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Firefox 57 Unbranded does not allow legacy extensions

Post by morat »

marty60 wrote:Is this working for you anymore?
Dumby's hack broke in Fx 59.

A CB user got a few legacy extensions working in Fx 59 by taking the defaults\preferences\*.js files in *.xpi files and placing these *.js files into the folder with the channel-prefs.js file.

I got the Custom Buttons 0.0.5.8.9 fixed7pre and DOM Inspector Plus 2.0.17.1.2rc extensions working without Dumby's hack in Fx 58. I put the CB and DOMi Plus pref files into the folder with the channel-prefs.js file. I rather not use Dumby's hack in Fx 58 because it increases the startup time noticeably.

I set these preferences.

Code: Select all

// Disable Signing Requirement
// Enable Legacy Extensions
// Enable Non Multiprocess Compatible Extensions

pref("xpinstall.signatures.required", false);
pref("extensions.legacy.enabled", true);
pref("extensions.allow-non-mpc-extensions", true);
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Firefox 57 Unbranded does not allow legacy extensions

Post by therube »

Disabling e10s may affect what you might or might not get out of legacy extension...
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: Firefox 57 Unbranded does not allow legacy extensions

Post by Gingerbread Man »

morat wrote:Custom Buttons 0.0.5.8.9 fixed7pre
Buttons that can't be added by webextensions can be added by userChrome.js scripts. No noticeable impact on startup time that I've seen.
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Firefox 57 Unbranded does not allow legacy extensions

Post by Frank Lion »

therube wrote:Disabling e10s may affect what you might or might not get out of legacy extension...
...and also - extensions.allow-non-mpc-extensions > true
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
Post Reply