Zobrazenie otázok označených: Zobraziť všetky otázky

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 … (ďalšie informácie)

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!!

Otázku položil(a) wongbouwing Pred 2 týždňami

Posledná odpoveď od Agent virtuel Pred 2 týždňami

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… (ďalšie informácie)

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

Otázku položil(a) dr-z Pred 1 mesiacom

Posledná odpoveď od Terasacucarti Pred 1 mesiacom

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… (ďalšie informácie)

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!

Otázku položil(a) Ahtisham Ali Pred 2 mesiacmi

Posledná odpoveď od ahtisham ali Pred 2 mesiacmi

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… (ďalšie informácie)

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.

Otázku položil(a) noel_envode Pred 2 mesiacmi

Posledná odpoveď od Agent virtuel Pred 2 mesiacmi

731899

Firefox is not asking where save downloaded files. I have the checkbox checked which indicates it should ask every time. I also followed some instructions on here about… (ďalšie informácie)

Firefox is not asking where save downloaded files. I have the checkbox checked which indicates it should ask every time. I also followed some instructions on here about going to the about:config page and changing a setting to false, but that didn't do anything.

Otázku položil(a) icaptcrunch Pred 5 mesiacmi

Posledná odpoveď od zeroknight Pred 5 mesiacmi

Middle Mouse Click on twitter links open in new tab but switch immediately do it

On twitter, if i middle mouse click on a tweet, it open in a new tab and switch immediately to it, even if the setting is disabled Middle Mouse clicking on links anywher… (ďalšie informácie)

On twitter, if i middle mouse click on a tweet, it open in a new tab and switch immediately to it, even if the setting is disabled

Middle Mouse clicking on links anywhere else works as it should, it only do it on twitter for some reasons. Shift middle mouse doesn't work either

But clicking on an IMAGE on twitter does work normally.

Otázku položil(a) Oshida_BCF Pred 5 mesiacmi

Posledná odpoveď od zeroknight Pred 5 mesiacmi

Website loading problem

Hello, Sir/Madam On the website, there are blank page (site can't be reached). https://capapkcutmod.pro/ Despite appearing to have been contacted at the top left, the pag… (ďalšie informácie)

Hello, Sir/Madam On the website, there are blank page (site can't be reached). https://capapkcutmod.pro/ Despite appearing to have been contacted at the top left, the page remains blank. Is there a reason why Brave doesn't load the website properly?

Otázku položil(a) Vanwormerson Archer Pred 5 mesiacmi

Posledná odpoveď od TyDraniu Pred 5 mesiacmi

Firefox Suggest and Bookmarks Broken

Due to a recent update, Firefox has changed its search results in the URL search bar. I used to be able to turn off ALL search suggestions other than bookmarks. However,… (ďalšie informácie)

Due to a recent update, Firefox has changed its search results in the URL search bar.

I used to be able to turn off ALL search suggestions other than bookmarks. However, now it shows expanded results based on my bookmarks that are actually NOT bookmarked pages.

NOTE: This appears as separate behavior from Firefox Suggest. However it is linked to the settings for Firefox Suggest. The heading "Firefox Suggest" in the URL bar provides the correct link.

For example, I have a single page bookmarked from wrapbook, but instead of suggesting that bookmark it suggests the root domain/homepage.

I have no interest or purpose in visiting that homepage, but hitting enter it will autofill to that page. This is super annoying as it's not in my history or bookmarks.

Turning off bookmarks completely in Firefox Suggest settings fixes this behavior, BUT it means I have no access to my bookmarks from the URL search bar. This makes it a 3 step process to open bookmarks then, and is a poor UX design.

I have copied my settings and example screens below for reference.

I'm using the current version 118.0.2 (64-bit). Windows 10 Pro x64

Previously I turned off all search suggestions and it worked correctly. Just FYI, I also whitelist all websites and use restricted/strict cookie settings. The only cookies that are retained between sessions are those that I manually add to the "exceptions" section of settings. All other history and cookies are cleared.

Otázku položil(a) Harrison Pred 6 mesiacmi

Posledná odpoveď od zeroknight Pred 6 mesiacmi

css Fading animation not working in Firefox

.animation { flex: 1; width: 100%; height: 100%; position: relative; animation-name: graphic; animation-duration: 20s; animation-iteration-count: in… (ďalšie informácie)

.animation {

   flex: 1;
   width: 100%;
   height: 100%;
   position: relative;
   animation-name: graphic;
   animation-duration: 20s;
   animation-iteration-count: infinite;
   background-size: 100% 100%;
   background-repeat: no-repeat;
 }


@keyframes graphic {

   0%   {background-image: url("images/a.jpeg")}
   25%  {background-image: url("images/b.jpeg")}
   50%  {background-image: url("images/c.jpeg")}
   75%  {background-image: url("images/d.jpeg")}
   100% {background-image: url("images/a.jpeg")}

} This produces a fading transition of the images on all browsers, but in firefox it will not implement the fading transition but just replaces the images without the transition.

Otázku položil(a) rabandclang Pred 5 mesiacmi

Posledná odpoveď od zeroknight Pred 5 mesiacmi

visitor counter not visible in website

All of a sudden my visitor counters stopped working in Firefox . I have only ever used Firefox . I checked EDGE browser visitor counter visible . I checked CROME browser… (ďalšie informácie)

All of a sudden my visitor counters stopped working in Firefox . I have only ever used Firefox . I checked EDGE browser visitor counter visible . I checked CROME browser visitor counter visible . Cleaned and cleared my Firefox browser . No help . What is going on ?

Otázku položil(a) AzWiz Pred 6 mesiacmi

Posledná odpoveď od cor-el Pred 6 mesiacmi

Firefox can´t open my Website

Dear Community, I try to open "weverse.io" but it doesn´t work... I can open weverse.io/account, m.weverse.io/bts/artistpedia and weverseshop.io/ but not the official we… (ďalšie informácie)

Dear Community,

I try to open "weverse.io" but it doesn´t work... I can open weverse.io/account, m.weverse.io/bts/artistpedia and weverseshop.io/ but not the official website. And I don´t know what else to do. I´ve uninstalled Firefox and downloaded it again, i´ve deleted cookies, cache, DNS cache and other delateable things, checked my security system and deactivated ghostery... I´ve got the same problem with edge and chrome. The browser from Avira works... I don´t understand why it doesn´t work with firefox anymore. Edge tells me "Hmmm...this website is not available right now. The connection appears to have been disconnected from weverse.io." Maybe that´s helpfull... Does anybody have an idea what I can do?

Thank you :)

Otázku položil(a) Fräulein Honig Pred 5 mesiacmi

Posledná odpoveď od cor-el Pred 5 mesiacmi

Websites and pages loading slow

Websites and their pages slow way down when I have Malwarebytes Browser Guard turned on. This only started a couple of months ago, I had no problems before then. Could … (ďalšie informácie)

Websites and their pages slow way down when I have Malwarebytes Browser Guard turned on. This only started a couple of months ago, I had no problems before then. Could this be an issue with the Malwarebytes browser guard or a Firefox update? Thanks for any help you can be, Larry

Otázku položil(a) LDC Pred 5 mesiacmi

Posledná odpoveď od chillinbrowsing Pred 5 mesiacmi

Saved TABS dissapear

I'm not sure that I can get any help with my problem but I need to try. Always after a format of my PC when I reinstall new windows and log in to my Mozilla account my sa… (ďalšie informácie)

I'm not sure that I can get any help with my problem but I need to try. Always after a format of my PC when I reinstall new windows and log in to my Mozilla account my saved tabs come back with my account. This time it didn't happen. Can I get any data restoration or something like that? I formatted my PC on November 21. Can I somehow get them back from one day before?

Otázku položil(a) artur.pizon Pred 5 mesiacmi

Posledná odpoveď od Paul Pred 5 mesiacmi

why is everything so needlesly comlicated

why is literally every setting on this horse [redacted] browser over the top complicated? trying to watch a show but I can't because I dont know how to disable ad block f… (ďalšie informácie)

why is literally every setting on this horse [redacted] browser over the top complicated? trying to watch a show but I can't because I dont know how to disable ad block for one site, what was wrong with the pause button? why do I need a super secure password just to come on here and get help? why cant I use mozillasucks as a password? are y'all trying to make chrome look user friendly? why have my saved log ins moved to pop up tab where I have to copy and paste them? what was wrong with the drop down menu when you click the box to type your sign in info? as someone who genuinely doesn't care for or understand the IT side of things you make using this browser a nightmare.

Otázku položil(a) ironchair13 Pred 6 mesiacmi

Posledná odpoveď od Paul Pred 6 mesiacmi