AstroSkipper Posted 3 hours ago Posted 3 hours ago 4 minutes ago, feodor2 said: Bad idea then, I only take what see fit, who knows how many other 78 things missed. So comment just that only one line mentioned Just for clarification. Editing the bootstrap.js in the way I described above makes the Custom Buttons extension working again. All my self-created custom buttons and the button editor are working as it should be. Only the list of all installed custom buttons inside the Add-ons Manager is broken as already in Mypal 74.1.0.
AstroSkipper Posted 3 hours ago Posted 3 hours ago (edited) 1 hour ago, AstroSkipper said: 1 hour ago, feodor2 said: Bad idea then, I only take what see fit, who knows how many other 78 things missed. So comment just that only one line mentioned Just for clarification. Editing the bootstrap.js in the way I described above makes the Custom Buttons extension working again. All my self-created custom buttons and the button editor are working as it should be. Only the list of all installed custom buttons inside the Add-ons Manager is broken as already in Mypal 74.1.0. To avoid a general setting to appversion 78 the fix can also be done in the line you referred to: In line 782 of the bootstrap.js file: - if (!FOX85 && appVersion >= 78 && url == "chrome://custombuttons/content/overlay.xul") + if (!FOX85 && appVersion >= 74 && url == "chrome://custombuttons/content/overlay.xul") This is working too, and even the icon of the custom buttons list appears again. However, the list itself is still empty. But this is caused by one of the changes you did in Mypal 74.1.0. Edited 2 hours ago by AstroSkipper
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now