Showing questions tagged: Show all questions

Firefox esr 115.26.0esr will not allow any download

Firefox 115.26.0esr will not allow me to download any files without producing an error message that I need to download the native client so that it can start JDownloader.… (read more)

Firefox 115.26.0esr will not allow me to download any files without producing an error message that I need to download the native client so that it can start JDownloader. I managed to download from the link the error message gave but when clicking on install.bat, it says it can't find the path and then press any key, which I do then it closes that and nothing happens.

I was not able to download and reinstall Firefox by using Firefox as I got the same message. I downloaded via Chrome and then tried to reinstall Firefox 115.26.0esr. It installed fine, but when I go to download a video file I'm back to the same error message that I need to install the native client.

How do I break this error message cycle and get downloads to work again? PS: I am using Windows 7

Asked by backstein 1 day ago

Delete icons on favorites toolbar

Many years ago, a very helpful member named cor-el came up with a way to delete the icons so there would be more room on the favorites toolbar. He said" What icons is t… (read more)

Many years ago, a very helpful member named cor-el came up with a way to delete the icons so there would be more room on the favorites toolbar.

He said"

What icons is this about?

Are you talking about icons on the Bookmarks Toolbar?

Add code to the userChrome.css file below the default @namespace line.

   http://kb.mozillazine.org/userChrome.css
   https://www.userchrome.org/how-create-userchrome-css.html
   https://www.userchrome.org/what-is-userchrome-css.html

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

  1. personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-icon {
display:none;

}


That worked for me for many years and I want to thank him so much. But my computer recently died, so now I had to get a new browser and that control string no longer works. I'm on the 115.26.0esr channel (64 bit).

Can anyone offer some help, please? Thanks in advance for a reply Dave

Asked by davejmc 1 day ago