Getoonde gelabelde vragen: Alle vragen tonen
  • Opgelost
  • Gearchiveerd

Enable/disable automatic redirect.

So I was having some trouble a few days ago with a website that automatically re-directed as soon as I landed on it to another page. So I happily went off in the settings… (meer info)

So I was having some trouble a few days ago with a website that automatically re-directed as soon as I landed on it to another page. So I happily went off in the settings and disable the automatic redirect. Now a week or two later I'm sitting here going I can't find the setting anymore? I can't even search for it and have absolutely no results you would think searching for "redirect" in the settings pain would bring it up. it's probably something that got buried in developer tools that I would never be able to turn off/toggle again unless I get lucky with the right extremely memorable and easily accessible incantation in the about : config because that's just all so well documented. Is it a "1" is it a "0" is it a "5" which one disabled / enabled what is the other options do?

Gevraagd door iMark77, 2 jaar geleden

Beantwoord door cor-el, 2 jaar geleden

  • Opgelost
  • Gearchiveerd

Firefox Support for Windows 7 beyond Jan 2023

It has recently come to my attention that Mozilla may not continue to support Firefox browsers installed on Windows 7 computers after Jan. 2023, when the extended support… (meer info)

It has recently come to my attention that Mozilla may not continue to support Firefox browsers installed on Windows 7 computers after Jan. 2023, when the extended support for Windows 7 ends. Is that correct?

Will Firefox continue to work, but not receive security updates after that date?

Will Firefox still work on a Windows 7 computer that gets patches from 0Patch?

Thanks!

Gevraagd door TaylorNorth2, 1 jaar geleden

Beantwoord door James, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

how to detect browser back and forward button clicks

I need to know when a visitor to my site is clicking the back or forward button. The reason is I have a "tabstrip" that hilites the currently selected tab and the target … (meer info)

I need to know when a visitor to my site is clicking the back or forward button. The reason is I have a "tabstrip" that hilites the currently selected tab and the target document is displayed in an iframe. If I click the back or forward buttons the page is updated with the last or next document in the iframe, but the tabstrip is not updated to reflect the change. Part of this is due to me not knowing how to update the tabstrip, but also because I don't know how to detect the back or forward buttons being clicked.

So I need to know how to detect those button clicks. Also, in researching this, I noticed that there seems to be an idea that you can't distinguish between the forward and back button, only that a button was clicked. That doesn't make sense given that each button has a specific action that is opposite of the other. I need to know the truth about this.

Finally, as much as I use only Firefox myself, I know there will be others who use other browsers. Is there any difference between detecting the back and forward buttons on other browsers compared to Firefox?

One of the pages I need this for is here

Edit 15 March 2022:

I had to fix the link because I had renamed the page when I finished the work on its layout. Also, since I asked this question I have realized another similar and sort-of related issue on a different page: https://wayneca.neocities.org/WebDesi.../TagList.html. The relation is that the back and forward buttons don't correctly reload the page. The difference is that this one is concerning named links.

When you click a link in the table on the left it correctly moves the document in the right table to the point where the matching id anchor is. But when you click the back or forward button the tables do not shift back to where they were on the page as reloaded. The back and forward buttons work fine if the link anchors and id anchors are not in tables.

I have been told about the history functions, but I have found no examples of using it to correct the issue in either of the above cases. Is someone here able to point me to examples of using the history to make a selected link reset back to where it was or reload a page with the last jump point being reset correctly?

Also, why does the named link thing work without tables but not with tables?

Gevraagd door Wayne, 1 jaar geleden

Beantwoord door jscher2000 - Support Volunteer, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Excessive RAM usage

Hello. I and a friend of mine are having trouble with firefox, it seems to be using excessive ammounts of ram as pictured. I only had two tabs open and two addons install… (meer info)

Hello. I and a friend of mine are having trouble with firefox, it seems to be using excessive ammounts of ram as pictured. I only had two tabs open and two addons installed when I took that screenshot. Any help would be appreciated, thanks in advance.

Gevraagd door randydarkshade, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Home Button

The Home button is missing from the menu bar and is not an option to add to the menu bar.. There are only the back and forward arrows and the reload buttons.

Gevraagd door leeskyeagle, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Firefox started opening in small window upper left.

I am running window 10 on my laptop and Firefox started opening today in a small window in the upper left of my screen. I have no problems with other browsers but Firefox… (meer info)

I am running window 10 on my laptop and Firefox started opening today in a small window in the upper left of my screen. I have no problems with other browsers but Firefox is doing this repeatedly today. I will reboot and see if that helps.

Gevraagd door 123jedmond, 1 jaar geleden

Beantwoord door 123jedmond, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (meer info)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Gevraagd door MaxwellQ, 2 jaar geleden

Beantwoord door Wesley Branton, 2 jaar geleden

  • Opgelost
  • Gearchiveerd

PR_CONNECT_RESET_ERROR since newest version of Firefox 91.0

Since I updated to Firefox v.91.0 I get this error: Secure Connection Failed An error occurred during a connection to support.mozilla.org. PR_CONNECT_RESET_ERROR … (meer info)

Since I updated to Firefox v.91.0 I get this error:

Secure Connection Failed

  • The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
  • Please contact the website owners to inform them of this problem.

when ever I try to connect to websites via Firefox only. I've tried many things like reinstalling Firefox and I know its an issue between Firefox and my Antivirus (Kaspersky,) but this didn't happen before Firefox updated to v.19.0 though. I've tried https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can and many other things but nothing works to fix it. I've switched certificate stores and other 'fixes' I've read on this website and others to no avail. It does this with or without any extensions in Firefox.

This only started when I updated Firefox to version 91.0. It doesn't give an errors/issues on any other browser I've tried so far (MS Edge and Chrome) so must be something with the version 91.0 update?

Any ideas to fix this would be great. Thanks!

Gevraagd door Icarus, 1 jaar geleden

Beantwoord door Icarus, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

How do you completely turn off update notifications in Firefox 89? on win 7 pro?

How do you completely turn off update notifications in Firefox 89? on win 7 pro? in address bar: type the following: About:config press enter [or go to] choose: sho… (meer info)

How do you completely turn off update notifications in Firefox 89? on win 7 pro?

in address bar: type the following:

About:config

press enter [or go to]

choose:

show all
search preference name

app.update.silent

boolean                                  click the + and set it to true
 restart firefox browser and the nag was gone for me.
I saw this posted a few times, BUT they left out important details

after typing in app.update.silent [you must add it by pressing the + sign] yes boolean as the other apps. are set to boolean on my win 7 pro machine. yes I am in America and English is the only language I know. :( [sad isnt it?]

Gevraagd door starnesent, 1 jaar geleden

Beantwoord door starnesent, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Tab and menu bar background color.

My tab bar and menu bar background is white. I have the latest FF version and I hear it should be black but it isn't. It used to be but I may have changed something and l… (meer info)

My tab bar and menu bar background is white. I have the latest FF version and I hear it should be black but it isn't. It used to be but I may have changed something and lost it?

How do I make it black for ease of visibility - but not the web pages (just the upper bars). I have searched for hours and none of the answers either match what to do, or work.

Gevraagd door klezw, 1 jaar geleden

Beantwoord door Chris Ilias, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

does not show any restore previous session options

I have followed all the instructions so that when I start Firefox it opens all previous tabs but it doesn´t! It doesn´t even show a Restore option in settings or history… (meer info)

I have followed all the instructions so that when I start Firefox it opens all previous tabs but it doesn´t! It doesn´t even show a Restore option in settings or history no matter how I try to find it... it is very annoying! I am using a Mac book air .... why does it not work the same as it downs in Windows OS ?

Gevraagd door annabelthai, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

All of a sudden, I cant print my emails from my gmail account.

Using Firefox and accessing my gmail account. A notice comes up saying "A pop up blocker may be preventing the application from printing the page. If you have a popup blo… (meer info)

Using Firefox and accessing my gmail account. A notice comes up saying "A pop up blocker may be preventing the application from printing the page. If you have a popup blocker, try disabling it to open the window". I have no idea how to find what this pop up blocker is so I can disable it.

Gevraagd door marie on firefox, 2 jaar geleden

Beantwoord door jscher2000 - Support Volunteer, 2 jaar geleden

  • Opgelost
  • Gearchiveerd

How, or can, I stop the download manager from opening up automatically?

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blockin… (meer info)

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blocking my view of the page, much less that it makes ms stop and think about what I am about to download.

I do not understand the purpose of this. The old way was safer, cleaner and less annoying. How can, or am I able to get that "choice" back?

When searching for a fix I have seen that that there is/was a similar feature in the Edge browser but it can be undone. I feel Firefox users deserve that option.

Thank you.

Thank you.

Gevraagd door springheel, 1 jaar geleden

Beantwoord door cor-el, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

set "print with system dialog" as default

dear ladies and gentlemen, Firefox has been delivered with the new print dialog since version 82. I have to print around a hundred PDF files at work (usually only the f… (meer info)

dear ladies and gentlemen,

Firefox has been delivered with the new print dialog since version 82.

I have to print around a hundred PDF files at work (usually only the first page of the document). The new print dialog means that there is a lot more work for me here.

Is it possible to set the "old" system print dialog by default or to instruct firefox to always print only the first page of the document by default?

Gevraagd door Bruce Wayne, 2 jaar geleden

Beantwoord door cor-el, 2 jaar geleden

  • Opgelost
  • Gearchiveerd

QuotaExceededError: The quota has been exceeded

Quota has been exceeded i get this error frequently while using freshdesk in Mozilla Firefox every time I have to clear cookie and cache and restart Firefox also tried … (meer info)

Quota has been exceeded i get this error frequently while using freshdesk in Mozilla Firefox

every time I have to clear cookie and cache and restart Firefox

also tried updating Firefox

I'm using since more than 2years but this issue is since last 2 months only

Please help

Gevraagd door Maddy, 1 jaar geleden

Beantwoord door TyDraniu, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

How do I stop that annoying url popping up at the bottom of my screen?

When I am watching a TV stream on my PC; when I hover on (some) pictures or videos, a supremely annoying pop-up url appears at the bottom of my screen. I have some learni… (meer info)

When I am watching a TV stream on my PC; when I hover on (some) pictures or videos, a supremely annoying pop-up url appears at the bottom of my screen. I have some learning problems and can not figure out the 'userChrome.css' method. I can not work with long streams of multiple overlapping instruction. I am not tech savvy. I do not understand 'layers' and stuff like that. I can do the 'about:config' thing, if anyone knows whether or not if I can fix it from there, I would be eternally grateful. Thanks.

Gevraagd door mckendrick, 1 jaar geleden

Beantwoord door -elison-, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

Firefox only opens a blank white screen

For the last few days Firefox has been having loading problems. Most of the time (95%) Firefox only opens a white screen. I do not get the Pocket Home Page, if I type … (meer info)

For the last few days Firefox has been having loading problems. Most of the time (95%) Firefox only opens a white screen. I do not get the Pocket Home Page, if I type a URL in it simply tries to load it but nothing ever loads. If I try to type in "about:profiles" nothing happens. Occasionally a link will load. Although then if I try navigating else where it doesn't load. Firefox is up to date, that was the first thing I checked. I refreshed Firefox yesterday and that seemed to work, although today it was back to not loading. I uninstalled and reinstalled today. I tried refreshing after installing, setting up a new profile and nothing works. I can navigate the web on Chrome and get e-mail through Outlook just fine. I've scanned my computer with Webroot and found nothing. I can not get anything to load from navigating with navigation bar. I tried typing in "about:support" and it didn't load. I can go to the Help menu and select "more troubleshooting options" and then The Troubleshooting info loads.

Can anybody help me figure this mystery out?

Gevraagd door soren.nicholson, 1 jaar geleden

Beantwoord door James, 1 jaar geleden

  • Opgelost
  • Gearchiveerd

can't get torrent files to open in my torrent client

Hi I don't know what's happened to cause this, but for the last few days if I grab a torrent file online, I only get the option to save the file, no option to automatica… (meer info)

Hi

I don't know what's happened to cause this, but for the last few days if I grab a torrent file online, I only get the option to save the file, no option to automatically open in my torrent client.

I have been to Firefox general settings, and Applications - "Choose how Firefox handles the files you download from the web or the applications you use while browsing" but .torrent is not listed. When I search "torrent" in the Applications search box, I get only "magnet" as a result, nothing for "torrent" files (see image).

Any advice on how to automatically open .torrent files from the web in my torrent client would be appreciated.

Gevraagd door dave54321ac, 1 jaar geleden

Beantwoord door AliceWyman, 1 jaar geleden