Showing questions tagged: Show all questions

How to add bookmarks, password data into new PC from non functioning PC

Hi Support Team, I had a Firefox old & important data (Bookmarks, password..) in non-functioning old PC, but Hard disk has with old folders. Could you please help me… (read more)

Hi Support Team,

I had a Firefox old & important data (Bookmarks, password..) in non-functioning old PC, but Hard disk has with old folders. Could you please help me to retrieve old data into new PC Firefox browser from hard disk or another method.

Thanks Oshada

Asked by Dilantha Oshada 6 months ago

Last reply by cor-el 6 months ago

Search shortcut behaviour without search terms

In older versions (say, Firefox 85 which I have been happily using until now) you could enter the search shortcut (say, "y" for youtube), then just press enter without en… (read more)

In older versions (say, Firefox 85 which I have been happily using until now) you could enter the search shortcut (say, "y" for youtube), then just press enter without entering any search terms, and be brought to the main page of that search engine. In fact, search engine definition file has a specific field for that feature.

Well, I'm on FF 119 now and I find that this behaviour is broken. You MUST enter search terms now.

Is there a way to fix this pointless change, or do I have to downgrade?

Asked by Vindicar 6 months ago

Last reply by cor-el 5 months ago

prevent downloading the same file twice

Sometimes, firefox will download the same file twice (or more) when I still have it. I do NOT want to turn off automatic downloading. I am asking, how to make firefox c… (read more)

Sometimes, firefox will download the same file twice (or more) when I still have it.

I do NOT want to turn off automatic downloading.

I am asking, how to make firefox check if the file already exists before downloading.

I understand that sometimes you willl download multiple files from a website, but, even though they are all called "image.jpg" they are all in fact different pictures.

So, I think the solution to this is, when downloading a file, firefox should check if the file already exists.

If it does exist, start the download for file(1) as usual, but ask the user

"A file with this name already exists, are you sure you want to download it again ?"

And the choices should be

Yes (download continues) yes, and do not ask again for this filename (download continues) No (download is interrupted and partial file is deleted)

Asked by Salon 6 months ago

Last reply by Dropa 5 months ago

Domain Guessing

With the latest update domain guessing is no longer working. I like just typing the name of the website and having Firefox add the prefix (https) and suffix (.com, org, e… (read more)

With the latest update domain guessing is no longer working. I like just typing the name of the website and having Firefox add the prefix (https) and suffix (.com, org, etc. so I can move aorund the web just a little faster. The setting I used to turn it on is no longer in the about:config menu. Is there a way to get this back? For example, I was able to type in Amazon and the amazon.com website would automatically open in the tab. Now I get this

Asked by Gentle Jag 5 months ago

Last reply by cor-el 5 months ago

Account Recovery

Hello, I can't access my account anymore, this one was created by linking the mail address used for the account which apparently i never did. I tried every password i co… (read more)

Hello,

I can't access my account anymore, this one was created by linking the mail address used for the account which apparently i never did. I tried every password i commonly used and none of them worked, so I think that this one was auto-generated and then saved, in my firefox account... What is really killing me is the 7 years of bookmarks and password that are locked behind this password, i can access the account by password recovery but that would defeat the purpose since I just learned that its linked to my data. I just changed my OS back to windows so file recuperation is gonna be a pain/impossible. The way i understand things i have to make my peace with all the websites I accumulated for years (and also the PWs) or wait and don't touch my PC because the firefox folder that was deleted was on the same HDD that i used for the new OS. Of course all of this wouldn't be a problem if I didn't have had a problem to my phone and send it back to the constructor for the warranty, which means if I'm not mistaken that my account just lost it's last link to me, except the auto-destruction button. Is starting to learn cryptography my best bet to reach my account ? Or is there something I didn't cover and there still a way ? Please tell me it's still possible.

Asked by Chouma L'low 5 months ago

Last reply by Dropa 5 months ago

download - since version 119 download with assigned directory and "Ask where to save" behaves sometimes as expected or in a different way

Hello since version 119 of Firefox a download behaves siometimes different. The directory and "Ask before save" are still valid. But sometimes Firefox start to save in t… (read more)

Hello

since version 119 of Firefox a download behaves siometimes different. The directory and "Ask before save" are still valid. But sometimes Firefox start to save in the directory without asking. Why behaves version 119 sometimes different in comparison with previous versions like 118?

Kind regards

 Stephan Albert

Asked by stephanalbert 5 months ago

Last reply by cor-el 5 months ago

All open tabs disappear after power failure or Comcast temporarily loses service or I restart my computer.

I am hopeful you will be able to help me. All open tabs NOW disappear after power failure or Comcast temporarily loses service or I restart my computer. This never happ… (read more)

I am hopeful you will be able to help me. All open tabs NOW disappear after power failure or Comcast temporarily loses service or I restart my computer. This never happened to me before ~ if my computer was affected by outage or I manually restarted it a message came up to click on asking if I wanted my tabs restored. 1 click and they were restored ~ that option is not available to me now. It's frustrating and time consuming for me to "look" for, and "try" to find those tabs I had open. If someone does respond to my question I won't know its been done unless I receive an email because I'm not certain I can find my way back to this support page, primarily because I cannot remember HOW I even found this page in the first place! I bookmarked this page so perhaps I will be able to return to it. Thanks for the "How to restore tabs" help I HOPE you can give me. Marilyn West

Asked by mwattara 5 months ago

Last reply by cor-el 5 months ago

website not loading properly

Hi, Mr. or Mrs. The website has blank pages (page cannot be accessed). Utilizing https://xnxubdvpnbrowser.online/ The page is blank even though it looks like it has been … (read more)

Hi, Mr. or Mrs. The website has blank pages (page cannot be accessed). Utilizing https://xnxubdvpnbrowser.online/ The page is blank even though it looks like it has been contacted at the upper left. Is there a reason Brave is unable to load the website correctly?

Asked by sound Info 5 months ago

Last reply by cor-el 5 months ago

What is this "app.update.background.rolled out" setting?

Hi What is this "app.update.background.rolled out" setting? /** * Background Update is controlled by the per-installation pref * "app.update.background.enabled".… (read more)

Hi

What is this "app.update.background.rolled out" setting?


 /**
  * Background Update is controlled by the per-installation pref
  * "app.update.background.enabled". When Background Update was still in the
  * experimental phase, the default value of this pref may have been changed.
  * Now that the feature has been rolled out, we need to make sure that the
  * desired default value is restored.
  */
 async ensureExperimentToRolloutTransitionPerformed() {
   if (!lazy.UpdateUtils.PER_INSTALLATION_PREFS_SUPPORTED) {
     return;
   }
   const transitionPerformedPref = "app.update.background.rolledout";
   if (Services.prefs.getBoolPref(transitionPerformedPref, false)) {
     // writeUpdateConfigSetting serializes access to the config file. Because
     // of this, we can safely return here without worrying about another call
     // to this function that might still be in progress.
     return;
   }
   Services.prefs.setBoolPref(transitionPerformedPref, true);

Asked by Piotr 5 months ago

Last reply by zeroknight 5 months ago

Some site data, including cookie(s) addon.mozilla.org

When I opened Firefox, the message below popped up for a few seconds, then disappeared: CAD 3.8.2 - Some site data, including 1 Cookie(s), removed from 1 domains(s), incl… (read more)

When I opened Firefox, the message below popped up for a few seconds, then disappeared: CAD 3.8.2 - Some site data, including 1 Cookie(s), removed from 1 domains(s), including addons.mozilla.org...

Can anyone explain this, and should I be worried (CAD is a Python term used in uploading code). Thank you.

helenws

Asked by helenws 5 months ago

Last reply by zeroknight 5 months ago

Blocked by Addons ? unable to view youtube

Hi , Since yesterday 28.10.2023 I have been unable to view Youtube while using Firefox. I recieved a onscreeen message that I have been blocked by Addons.com. I am totall… (read more)

Hi , Since yesterday 28.10.2023 I have been unable to view Youtube while using Firefox. I recieved a onscreeen message that I have been blocked by Addons.com. I am totally confussed by this


Cloudflare Ray ID: 81dae3fa787863a9 • Your IP:                  • Performance & security by Cloudflare

Asked by David 5 months ago

Last reply by TechHorse 5 months ago

Youtube loading video very slow

Hi, Since latest update, loading a video damn slow, few minuted or maybe more to load a video, when I copy the link and open in edge, it very fast, thus, this is mozilla … (read more)

Hi, Since latest update, loading a video damn slow, few minuted or maybe more to load a video, when I copy the link and open in edge, it very fast, thus, this is mozilla problem, not youtube. Please check the screenshot as per attached. Thank you.

Asked by Leyon 5 months ago

Last reply by andrea austin 5 months ago

Some websites and pages are all messed up when i open them in firefox

as the title states, pages show up all messed up and i have no idea why, already ruled out cookies and extensions as well as the page itself Attachment should provide vis… (read more)

as the title states, pages show up all messed up and i have no idea why, already ruled out cookies and extensions as well as the page itself Attachment should provide visual aid to the problem

Asked by Mia 5 months ago

Last reply by zeroknight 5 months ago

Webmail no longer workis

I used to be able to access my email with previous versions of Firefox but cannot anymore. When I attempt to sign in it just goes back to sign in page. I have to use anot… (read more)

I used to be able to access my email with previous versions of Firefox but cannot anymore. When I attempt to sign in it just goes back to sign in page. I have to use another browser to access my email. Is it possible to go back to a previous version of firefox?

Asked by whumphrey000 5 months ago

Last reply by zeroknight 5 months ago

Youtube is not working in a new tab.

YouTube is not working in a new tab when I open a link on a new tab from you tube. The Shorts are working fine. only in Firefox.. other browsers are good... shorts are w… (read more)

YouTube is not working in a new tab when I open a link on a new tab from you tube. The Shorts are working fine.

only in Firefox.. other browsers are good... shorts are working fine on new tab but normal videos freeze when open in new tab. besides if i press reload on a running video it also react same. it freeze. please help.

Asked by Angry Tiger 5 months ago

Last reply by cor-el 5 months ago

Restore passwords and bookmarks

I had to reset Windows 11 and reinstall Firefox but I don't have passwords and bookmarks that were there. Is it possible to restore them? Thank you for your help. … (read more)

I had to reset Windows 11 and reinstall Firefox but I don't have passwords and bookmarks that were there. Is it possible to restore them? Thank you for your help.

Asked by bscrane30 5 months ago

Last reply by cor-el 5 months ago

All of my bookmarks are gone

Hi, all of my bookmarks, years' worth that I have never had an issue with before, have suddenly disappeared. Backups do not seem to be available. How do I get them back? … (read more)

Hi, all of my bookmarks, years' worth that I have never had an issue with before, have suddenly disappeared. Backups do not seem to be available. How do I get them back? I did not do anything out of the ordinary and I don't know if (an unasked for) update occurred and wiped them.

Asked by forestlisinski 5 months ago

Last reply by cor-el 5 months ago