Отображение вопросов с тегом: Показать все вопросы

How can I permanently turn off Firefox's "update available" pop-up reminder?

I use Firefox version 103, the old version that is perfectly compatible with an extension I always use. I love this old version, and I don't want to update it to the new … (читать ещё)

I use Firefox version 103, the old version that is perfectly compatible with an extension I always use. I love this old version, and I don't want to update it to the new version. But the update reminder pops up many times everyday. it's so annoying. I used "about config" to turn it off (see photo 2); it works a bit, but the popup still there once daily after the configuration. I want to turn it off permanently. Is there any way to do it? Thank you very much!!

Задан wongbouwing 3 недели назад

Последний ответ от Agent virtuel 3 недели назад

trouble installing firefox on my computer

Hi jscher2000, I want to thank you for your advice concerning a problem I had downloading Firefox to my Windows 10 laptop. I tried to follow your advice but was not succe… (читать ещё)

Hi jscher2000, I want to thank you for your advice concerning a problem I had downloading Firefox to my Windows 10 laptop. I tried to follow your advice but was not successful. In the end, I googled "what if Firefox doesn't install". It took me to a website, https://www.makeuseof.com/fix-firefox-not-installing-windows , which took me to an article entitled "8 Fixes to Try if Firefox Won't Install on Windows". I tried #1 and #2 without success. #3, Temporarily Disable Your Antivirus Software, worked. Firefox is up and running. Feel free to share this with anyone who has a similar problem. No guarantee that it will work, but its worth a try. Again, thank you. drzee1946

Задан dr-z 1 месяц назад

Последний ответ от Terasacucarti 1 месяц назад

Access-Control-Allow-Origin

Hello everyone, I'm currently consuming APIs hosted on an external server using Java( or any other server side language), and everything works smoothly. However, when at… (читать ещё)

Hello everyone,

I'm currently consuming APIs hosted on an external server using Java( or any other server side language), and everything works smoothly. However, when attempting to consume the same APIs in JavaScript, I encounter the 'Access-Control-Allow-Origin' error.

After some research, I discovered that browsers implement security checks leading to this issue. Can anyone advise on how to disable these security checks or resolve this issue when accessing the website in the Firefox browser? Any insights would be greatly appreciated. Thanks in advance!

Задан Ahtisham Ali 2 месяца назад

Последний ответ от ahtisham ali 2 месяца назад

Screen recorder

I'm looking for a screen recorder. The addon search list has several. Awesome screenshot has a lot of users, but some aren't thrilled that you have to create an accou… (читать ещё)

I'm looking for a screen recorder. The addon search list has several.

Awesome screenshot has a lot of users, but some aren't thrilled that you have to create an account.

it doesn't have to be particularly fancy. For instance, I have a couple Firefox and Windows issues I'd like t document.

Задан noel_envode 2 месяца назад

Последний ответ от Agent virtuel 2 месяца назад

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 … (читать ещё)

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?

Задан sound Info 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

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… (читать ещё)

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)

Задан Salon 5 месяцев назад

Последний ответ от Dropa 5 месяцев назад

Why after last update I cannot play/pause video with spacebar after alt+tab to firefox? and some other things

It always worked, i just alt+tab to firefox, quick spacebar and youtube video paused until few days ago, now i need to specificaly click on the video in order for it to w… (читать ещё)

It always worked, i just alt+tab to firefox, quick spacebar and youtube video paused until few days ago, now i need to specificaly click on the video in order for it to work, other buttons work, other video websites like netflix dont have any problem. I remember new update tab opened. Why do you have to break everything? Don't know how long that show all tabs button is up there but I tried couple times to remove it and its impossible, why URL bar is also search bar? Why? everyone can but search bar whenever we want, even right next to it, who thinks of this bullshit? Instead of being user friendly you put useless shit into it making it work like a my 16 bit PC when people expect it to run smoothly and quickly.

Задан Kacper 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

Login/password manager - export

When I export the data I get three date/time fields with numbers in exponential notation that will not covert to a date in MS Excel, e.g., "1.50931E+12" What am I doing w… (читать ещё)

When I export the data I get three date/time fields with numbers in exponential notation that will not covert to a date in MS Excel, e.g., "1.50931E+12" What am I doing wrong?

Задан scharrell 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

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".… (читать ещё)

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);

Задан Piotr 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

Accessing a specific part of the Royal Yachting Association Website.

I can log into the RYA site, I then want to access a specific part of their site (Cerificate Administration), I click on CAdmin but nothing happens. I have contacted the … (читать ещё)

I can log into the RYA site, I then want to access a specific part of their site (Cerificate Administration), I click on CAdmin but nothing happens. I have contacted the RYA who have acknowledge a problem exists and sent me a message, which is below, unfortunetly I do not undestand what they want me to do on Firefox - do you understand? Can you help please?.

Many thanks John Knopp

From the RYA 'Thank you for your email, and apologies for the continued issues with your access to Certificate Administration. Please can I ask that you enable all Cookies for the RYA website on your web browser. Currently, some browsers cookie policies prevent the correct operation of our website. Instructions on how to allow cookies for various browsers can be found below. Microsoft Edge https://support.microsoft.com/en-us/microsoft-edge/view-cookies-in-microsoft-edge-a7d95376-f2cd-8e4a-25dc-1de753474879 Mozilla Firefox https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop Google Chrome https://support.google.com/chrome/answer/95647?hl=en&co=GENIE.Platform%3DDesktop macOS Safari https://support.apple.com/en-gb/guide/safari/ibrw850f6c51/mac Opera https://blogs.opera.com/news/2015/08/how-to-manage-cookies-in-opera/ We are actively looking into the issue and hope to have a resolution shortly. If this does not correct the issue you are having, please let us know.

Kind regards

Richard Behrens Technical Support Administrator Royal Yachting Association'

Задан snapeknopps 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

lost my password

Every birthday I reset my pc too have a nice fresh start. well today I reset my pc and I went to login in and the password is wrong I don't know why it is but it is. I di… (читать ещё)

Every birthday I reset my pc too have a nice fresh start. well today I reset my pc and I went to login in and the password is wrong I don't know why it is but it is. I did sign in through google and that worked but it wont let me get back all my stuff without the password (even though im signed in through google?) please help

Задан Robin boiis 6 месяцев назад

Последний ответ от Dropa 5 месяцев назад

Flickering of Black/white squares on Firefox

Attached is a picture I took of what I'm experiencing. At first I thought it was an issue with my monitor or perhaps my computer hardware, but it seems to only affect Fir… (читать ещё)

Attached is a picture I took of what I'm experiencing. At first I thought it was an issue with my monitor or perhaps my computer hardware, but it seems to only affect Firefox. Besides the obvious black squares you can see, I invite you to look at the top of the page displayed. Where it talks about Megan thee stallion, the "a" and "n" of "Megan" are kind of cut off by something.

I also experienced twice, maybe three times the whole page going blank for a second or so before returning to normal (not my whole screen, just the firefox browser). I just checked and Firefox is up to date.

I don't know if this is relevant, but I also checked Windows Defender and saw it had detected a threat, named Win32/OfferCore. I have since deleted it and have started a complete analysis of my computer which is still underway.

My OS is Windows 10. I hope this can be resolved, as currently it is stopping me from being able to read an article on Wikipedia, with many of the letters being kind of cut in the same fashion as with "Megan".


Thanks for any help, it'll be appreciated

Задан Amandine 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

change to mozilla

when the change occurs on Nov1 from firefox to Mozilla do I need to sign in using my current password or will mozilla already know that and I can just access my email and… (читать ещё)

when the change occurs on Nov1 from firefox to Mozilla do I need to sign in using my current password or will mozilla already know that and I can just access my email and other things by hitting the mozilla icon I do not know if I remember my firefox email password

Задан cat1964 5 месяцев назад

Последний ответ от James 5 месяцев назад

Websites not loading

I have noticed quite a few websites that will not load on Mozilla but will load on other Browsers. Even turning off enhanced tracking protection doesn't always help. Some… (читать ещё)

I have noticed quite a few websites that will not load on Mozilla but will load on other Browsers. Even turning off enhanced tracking protection doesn't always help. Some of these sites use to load without any issues. The last one finally loaded after I turned of cookie protection completely. This was that website: https://reservations.gplakes.com/FacilityDetails.aspx?facID=4&sd=10/27/2023&ed=10/28/2023

What can I do to prevent this from happening in the future?

Задан strdrmr78 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

Tablet

I had Firefox on my Samsung A8 tablet. I was having a problem with it so I called Samsung Tech. They told me my problem was Firefox because it is a third party program.… (читать ещё)

I had Firefox on my Samsung A8 tablet. I was having a problem with it so I called Samsung Tech. They told me my problem was Firefox because it is a third party program. Samsung suggested I use only Google. What is your opinion on this?

Задан pyadkins 5 месяцев назад

Последний ответ от Paul 5 месяцев назад

ActivID ActivCLient authentication alert

FireFox community Recently I started receiving Firefox alerts when I attempt to use my ActivClient CAC login See Figure _01. Entering my CAC pin into the ActivCLient d… (читать ещё)

FireFox community

Recently I started receiving Firefox alerts when I attempt to use my ActivClient CAC login See Figure _01. Entering my CAC pin into the ActivCLient dialog and everything works fine (see FIgure_02). But I can't figure out wht the alert notice is telling me or why it has started all of a sudden.

Jeff

Задан Jeff 5 месяцев назад

Последний ответ от Dropa 5 месяцев назад

New Profiles attaching to a Current Profile

II'm using Win 10 Pro and am having an issue with adding new FF profiles. I have a shortcut icon in the (bottom) Win 10 taskbar. I've created new FF profiles with uniqu… (читать ещё)

II'm using Win 10 Pro and am having an issue with adding new FF profiles.

I have a shortcut icon in the (bottom) Win 10 taskbar. I've created new FF profiles with unique names and paths, etc. But when I open FF as one of those profiles the open window(s) "attach" to an icon / shortcut in the taskbar, even tho' that icon / shortcut has a completely different target (i.e., path for starting FF).

I don't want windows from Profile New 1 or Profile New 2 to look as if they are for Profile Icon_in_the_Taskbar.

I hope this makes sense. I've created profiles in the past and didn't run into this problem so perhaps it's me. But I also don't believe I'm doing anything different than before.

Задан freeq_hq 6 месяцев назад

Последний ответ от zeroknight 6 месяцев назад