In about:config reset this to false: xpinstall.signatures.required
Then install the version from the first post.
antonglv wrote:Fixed on the sources, see ...
const custombuttonsUtils = {
...
const createMsg = custombuttonsUtils. createMsg;
const gClipboard = custombuttonsUtils. gClipboard;
Infocatcher wrote:antonglv wrote:Fixed on the sources, see ...
Also should be fixed in custombuttons.jar\content\custombuttons\overlay.js (const -> var):
- Code: Select all
const custombuttonsUtils = {
...
const createMsg = custombuttonsUtils. createMsg;
const gClipboard = custombuttonsUtils. gClipboard;
(also now becomes non-global variables)
Odyseus wrote:Seeing that you are active these days, I would like to take this opportunity to "implore you" that you see if you can fix the initialization problem with the "menu" and "menu-button" types (as reported here and here). In a nutshell, "menu" type buttons are initialized twice and "menu-button" type buttons are initialized thrice (three times!). While it is relatively simple to avoid the problems this can cause, lately it is becoming a real headache.
Also, while you are at it, you could add the Spanish translation for Custom Buttons add-on posted here.