Jump to content

Recommended Posts

Posted
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.


Posted (edited)
3 hours ago, AstroSkipper said:
3 hours 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. :)

Mypal-74-1-1-Custom-Buttons-b.png

However, the list itself is still empty. But this is caused by one of the changes you did in Mypal 74.1.0. :P Maybe a CSS related change? :dubbio:

Edited by AstroSkipper
Update of content
Posted

I have decided to try this new version of mypal just released a few days ago. I had not used it for awhile. I can't find the right version of uBlock to use with this new version. Have tried a couple downloads and it won't install ... message say ' was not installed, appears to be corrupt.' Also, some websites have ads popping up that never happened before. Is there anything else or another program also to wipe out ads.

I've always read (I think) that uBlock should be all that is really needed on a browser. Does everyone agree with this or is there also another program that could be added for ads to also work with uBlock?

I had a version of uBlock working on an older version of mypal but I lost all that information.

thanks

Posted (edited)
18 hours ago, AstroSkipper said:

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. :)

Mypal-74-1-1-Custom-Buttons-b.png

However, the list itself is still empty. But this is caused by one of the changes you did in Mypal 74.1.0. :P Maybe a CSS related change? :dubbio:

@feodor2 This is how the list of all installed custom buttons should look like inside the Add-ons Manager if all is fine. This screenshot comes from Mypal 68.14.8b, the last version where the Custom Buttons extension is fully working and the Add-ons Manager seems to be more stable:

Mypal-68-14-8b-Custom-Buttons-2.png

P.S.: Clicking extension entries in the Add-ons Manager does not work in single-process mode of Mypal 74.1.1 and leads to the well-known message that the address is not understood. OTOH, in multi-process mode, it seems to be working.

Edited by AstroSkipper
Update of content
Posted (edited)
2 hours ago, Monroe said:

I have decided to try this new version of mypal just released a few days ago. I had not used it for awhile. I can't find the right version of uBlock to use with this new version. Have tried a couple downloads and it won't install ... message say ' was not installed, appears to be corrupt.' Also, some websites have ads popping up that never happened before. Is there anything else or another program also to wipe out ads.

I've always read (I think) that uBlock should be all that is really needed on a browser. Does everyone agree with this or is there also another program that could be added for ads to also work with uBlock?

I had a version of uBlock working on an older version of mypal but I lost all that information.

thanks

uBO can be installed in Mypal 74.1.1 and is working there. Here is a screenshot showing that uBO 1.62 is installed:

Mypal-74-1-1-u-BO.png

I was also able to install the latest version 1.65. And TBH, there are no other adblocker extensions comparable with uBOsmilie_denk_24.gif

Edited by AstroSkipper

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...