Viser spørgsmål med mærket: Vis alle spørgsmål
  • Løst
  • Arkiveret

stop saving image files as webp

Firefox has been saving images from some sites as webp instead of JPG for a long time. There have been repeated threads on this subject which get locked and then pushed i… (læs mere)

Firefox has been saving images from some sites as webp instead of JPG for a long time. There have been repeated threads on this subject which get locked and then pushed into the long grass.

Sure, I could botch a solution by installing an add-on to convert them, or I could use something like XnView (which I do, periodically, and in bulk) after the save event has happened, or I can edit about:info to tell Firefox not to accept webp - but this breaks functionality for some sites (like eBay), but I have found that in the end I have had to start switching to Microsoft Edge to do my browsing for a number of sites because Mozilla Firefox are ignoring repeated user requests to provide a simple option to STOP doing this.

I don't want to save any files as webp - save them as PNG if you like, or jpg, but I use an ancient copy (v3.24) of ACDsee (from the days of Windows 98) for my image browsing, sorting, viewing etc because it is perfect, blisteringly quick, has no extra editing or other functionality which I don't need or want, and it doesn't bloat up anywhere with thumbnail files... but sadly webp didn't exist back then so it doesn't support it. I have used a number of much more up to date browser-viewers, but there is nothing can touch this OLD version of ACDsee for basically brilliant design.

I'm not changing my image viewer. It's non-negotiable.

I WILL however change my web browser if I have to, if the developers of the browser continually kick into the long grass to lock, hide away and pretend there's isn't an issue which has been repeatedly flagged as an annoyance for so many users.

I have been using one form or other of 'Mozilla' family of browsers since the days of Quarterdeck Mosaic. I don't particularly want to switch my loyalty, especially to Microsoft, but if they are listening to what customers want and providing it, and Mozilla are not, what else is there to do ?

I am a retired systems developer. I cannot envisage this being SUCH a big ask.

Modern software treats its users like idiots and takes away control, doing everything it's assumes on their behalf that they will want.

It is not difficult to provide an option within settings for when saving webp files to save as webp, png or jpg with conversion if necessary. All you need to do is hear the screams and respond. :)

Stillet af Highland_Itinerant for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Løst
  • Arkiveret

userChrome.css does not seem to be getting applied.

I was following this reddit thread on how to remove the "your camera and microphone are being shared" popup, but it's having no affect. I have set `toolkit.legacyUserPro… (læs mere)

I was following this reddit thread on how to remove the "your camera and microphone are being shared" popup, but it's having no affect.

I have set `toolkit.legacyUserProfileCustomizations.stylesheets` to true.

Here's the full contents of the userChrome.css file: ```

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

#webrtcIndicator {
  display: none;
}

```

Stillet af SirFireball for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

Firefox Downloads menu "Open Containing Folder" opens the file instead :(

When I download a file and click on the downloads button to bring up the Downloads menu, I often just want to open the Linux Mint file manager in the right folder so I ca… (læs mere)

When I download a file and click on the downloads button to bring up the Downloads menu, I often just want to open the Linux Mint file manager in the right folder so I can move the file to a more appropriate place.

In the menu, there's the little button to the right of the listed downloaded file with "Open containing folder", but if I click on that, FF opens the downloaded file, not the file manager.

Obviously this wasn't always like this, but I don't recall doing anything that might have caused the issue. How can I set FF back to the default action of opening the Linux Mint file manager?

Thanks!

Stillet af Adam H. for 2 år siden

Besvaret af Adam H. for 1 år siden

  • Løst
  • Arkiveret

How do I select a default Windows App to open .tg links if the App doesn't appear in the Windows Programs&Files list?

So if I try to open a .tg link to a Telegram group I want to join I get a message box asking me what application I want to open the link with. I want to change it from th… (læs mere)

So if I try to open a .tg link to a Telegram group I want to join I get a message box asking me what application I want to open the link with. I want to change it from the current one and select Telegram as an app that I've installed from the Microsoft Store, but that doesn't appear on the list when you click browse because it's not a normally installed program in Windows. Is there a way to get access to apps installed through Microsoft Store in order to set them as default apps to open certain links/file extensions through Firefox?

Stillet af Karrie for 2 år siden

Besvaret af Karrie for 2 år siden

  • Løst
  • Arkiveret

Firefox causes entire screen to fade to black for 1 second

Hi, I'm trying to find out what's causing this behavior. My firefox sometimes, specifically when opening a second tab (doesn't happen on a third, fourth, fifth, etc. tab)… (læs mere)

Hi, I'm trying to find out what's causing this behavior. My firefox sometimes, specifically when opening a second tab (doesn't happen on a third, fourth, fifth, etc. tab) and pressing F (like starting to type Facebook), makes my entire screen to fade to black for 1 second, and then comes back. If I do type facebook, it shows "acebook", ignoring the F entirely. It doesn't seem like a crash, it seems a lot like a functionality of sorts that's acting up, because it doesn't go black just like that, it fades. And it always takes the same amount of time with that fade.

What's worse, it doesn't always happen. If it happens once I can replicate it and keep doing it, but as I use the browser and it stops doing it, I can't do it again. Until, well, it does.

This is the weirdest thing. How does firefox control my entire screen like that? What's it doing? What instruction on my keyboard is F sending to firefox?

I haven't found anything like this happening to anyone online.

Any help please?

Stillet af zheeph for 2 år siden

Besvaret af zheeph for 2 år siden

  • Løst
  • Arkiveret

How to save automaticaly the URL as shortcut file for download?

Hello there, It's probably a simple one line of code solution, but I don't find the answer or how to do it. I started yesterday writing add-on code for Firefox using ja… (læs mere)

Hello there,

It's probably a simple one line of code solution, but I don't find the answer or how to do it.

I started yesterday writing add-on code for Firefox using javascript. I'll try to explain what I want to accomplish here.

There is a feature with the browser where we can drag and drop the website URL to the desktop to create a shortcut file that will open the website at the URL address. This works fine, but it can be tiring manual work.

I'm trying to accomplish the same result, but with code so that when I download a file with the add-on its URL shortcut is also automatically saved.

I searched enough to see at least one other add-on that seem to be able to save a URL as file, but there's a few problem. One is that the file does not contain the thumbnail like the original URL created from the browser itself. Another is that the file size takes 10 to 100 times more storage space. Lastly, when I open it Windows display a warning message that needs to be answered to continue. That extra step gives a bad experience. I admit that I haven't looked at the code yet, but I suspect that it won't do the result that I want even if I understand how it works which I'll take a chance to do.

Overall, I would say that I found nothing like the default drag and drop option.

I'm afraid that if I ask if is there such feature the answer will be negative.

Any help is welcome. Thanks.

Stillet af master233742 for 2 år siden

Besvaret af master233742 for 1 år siden

  • Løst
  • Arkiveret

How to secure all cookie logins under the master password protection

I really try to find an answer online but looks like nobody find this to be an issue. Of course i have my password vault locked with a master password. But remembered log… (læs mere)

I really try to find an answer online but looks like nobody find this to be an issue. Of course i have my password vault locked with a master password. But remembered logins on websites like Google and Facebook are secured by cookie login. Which not require my master password. So when someone use my computer unsolicited, this person gets instant access to my GMail/Facebook.

So how to protect per-logged in pages without resetting cookie data? Because i liked to benefit from instant access to al those website so i don't have to login everywhere any moment i start Firefox.

Stillet af MIO for 1 år siden

Besvaret af FredMcD for 1 år siden

  • Løst
  • Låst
  • Arkiveret

Installation of Firefox Lockwise for Windows 10

Hi, How do I install Firefox Lockwise for Windows 10? I visited Firefox Lockwise's website (https://www.mozilla.org/en-US/firefox/lockwise/) and there's only installation… (læs mere)

Hi, How do I install Firefox Lockwise for Windows 10? I visited Firefox Lockwise's website (https://www.mozilla.org/en-US/firefox/lockwise/) and there's only installations for Android & iOS devices but I only want it installed in Windows 10. How should I go about it?

Waiting for your reply asap, thank you.

Cool Regards, Pallas

Stillet af PALLAS for 2 år siden

Besvaret af cor-el for 2 år siden

  • Arkiveret

Bookmarks & Other Bookmarks

Greetings, Today, I went to access my Bookmarks, & found them "Empty", other wise "Missing"! I found the "How to recover missing Bookmarks" topics, & that did… (læs mere)

Greetings,

Today, I went to access my Bookmarks, & found them "Empty", other wise "Missing"!

I found the "How to recover missing Bookmarks" topics, & that did bring back,what I consider to be My "Permanent Books", bu the section called "Other Bookmarks" will not come back, no matter how many times I go through the "Restore Bookmarks".

I Absolutely need that section to be restored, for I had many files in that section that I updated daily, that I planned to move to the "Bookmarks Section".

How can I get get this section restored?

Stillet af David DeBord for 2 år siden

Seneste svar af David DeBord for 1 år siden

  • Løst
  • Arkiveret

Resizing bookmark column width doesn't work

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:86.0) Gecko/20100101 Firefox/86.0 Steps to reproduce: 1.Opening bookmark by command-shift-o 2.Dragging bound… (læs mere)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:86.0) Gecko/20100101 Firefox/86.0

Steps to reproduce: 1.Opening bookmark by command-shift-o 2.Dragging boundary line of bookmark column (name, url, added date...) to resize the width

Expected results: The width of column is changed

Actual results: The width doesn't changed properly. The column next to dragged one is changed or completely ignores change at all.

Stillet af bleepblopp for 2 år siden

Besvaret af bleepblopp for 1 år siden

  • Løst
  • Arkiveret

Firefox can't load some websites but other browsers can in Windows 10 (version 20H2)

Dear Community, I have problem with my Firefox version 86.0 (64-bit). I have Windows 10 20H2 64-bit operating system. Firefox can't load some websites. For example I ca… (læs mere)

Dear Community,

I have problem with my Firefox version 86.0 (64-bit). I have Windows 10 20H2 64-bit operating system. Firefox can't load some websites. For example I can load https://allegro.pl/ but I have problem sometimes with this website: https://allegro.pl/myaccount/newpayments_incoming.php

If you go there and use F5 key on keyboard (refresh website) sometimes this can't load. On other browser I don't have this issue. This very frustrated me because I can't work. On Windows 10 1909 on older machine (another computer) I don't have this issue with my firefox (this sam 86.0 version). So this is probably problem only with Windows 10 20H2.


Steps to reproduce:

1) Open new tab and go here: https://allegro.pl/myaccount/newpayments_incoming.php 2) Log in to your account for Allegro website (without account you can't load website) 3) When website loads normally you must refresh this website (F5 key on keyboard) few times (you must be patient, sometimes this can take some time) 4) When website can't load or it's load partly you can see that this stops loading when it try connect to analytics.google.com so I think that it is very strange behavior.

On other browsers on Windows 10 20H2 version this website works without issue. Only with Firefox I have a problem. On Windows 10 1909 version on another machine I can't notice this issue. Also on Ubuntu I don't have any problems with this website with firefox.

Can you fix it? I can't work on my computer with Windows 10 20H2 system. I musted to switch to another browsers (Google Chrome, Microsoft Edge). I contacted with owner of the website but this is not the first problem with Firefox on Windows 10 20H2 so you should fix it. I remember that I had some similar problems on another websites but I don't remember what was address for these websites.

Actual results:

Sometimes I can't load this website on Windows 10 20H2 64-bit: https://allegro.pl/myaccount/newpayments_incoming.php

When website can't load or it's load in a part you can see in the bottom of the browser that this stops when it try connect to analytics.google.com so it is very strange behavior.

This can be not problem only with this website.

Expected results:

I should load this website always: https://allegro.pl/myaccount/newpayments_incoming.php


I hope that you can fix it.

Stillet af Peter for 2 år siden

Besvaret af Peter for 1 år siden

  • Arkiveret

Constant unresponsive pages/scripts etc

I am constantly frustrated by unresponsive pages / script warnings etc using Firefox. This never used to happen on previous builds -- I am using the latest 86.0 -- but … (læs mere)

I am constantly frustrated by unresponsive pages / script warnings etc using Firefox. This never used to happen on previous builds -- I am using the latest 86.0 -- but these occur so often that I am about to say goodbye to Firefox. This does not happen when I am using Chrome and other browsers.

I have been through all of the suggested steps to deal with these unresponsive script/page issues, and none has worked.

Would appreciate any help on this, but as I say I am about to leave Firefox at this point for Chrome and other browsers.

Thanks in advance...

Stillet af darobin for 2 år siden

Seneste svar af FredMcD for 1 år siden

  • Løst
  • Arkiveret

Cant access addons.mozilla.org

When i try to go on addons.mozilla.org it says the connection timed out and sometimes it says i cant access due to page not being secure and some problems with certificat… (læs mere)

When i try to go on addons.mozilla.org it says the connection timed out and sometimes it says i cant access due to page not being secure and some problems with certificate, i tried with another browser but its same thing.

Stillet af Cicko for 2 år siden

Besvaret af FredMcD for 2 år siden

  • Arkiveret

Adblock Plus - is it safe? Why Mozilla doesn't recommended it? I used it in the past some years ago but now I am scary about safety

Dear Community, I would like to download this extension: https://addons.mozilla.org/pl/firefox/addon/adblock-plus/ I would like to know how it works. If I will install t… (læs mere)

Dear Community,

I would like to download this extension: https://addons.mozilla.org/pl/firefox/addon/adblock-plus/ I would like to know how it works. If I will install this extension my firefox will be check hashsum for the files of this extension automatically? Or maybe public key of the organization/company who created Adblock Plus extension? How it is work? Can you tell me? I hope that people from Mozilla now read this and can answer for my question. This is very important for me.

Next question is to Adblock Plus extension. I can read this information: "This add-on is not actively monitored for security by Mozilla. Make sure you trust it before installing" so my question is why Mozilla don't recommended this extension? This extension now use 6,678,297 people so this is huge count. It is possible that this extension is not safe and these people now use malicious software? Why on dedicated website for this extension I can't see company name? Why this company is not verified by Mozilla? So my sugestion for people from Mozilla is to change this and check this extension or maybe add some information on website for this extension.

So I should install this extension? My friend use this on Google Chrome and he recommended me this software but I don't know if this is exatcly the same version. Maybe Chrome has verified Adblock Plus software and this is safe but Mozilla didn't verified this and this can be dangerous software because this can be not exactly the same version?

Next question is to adblocker. Why Mozilla can't make their own software to block all annoying ads and due to fight with malware? Example Opera browser have own buil-in adblocker. Why firefox can't do this? Maybe people from Mozilla should do this? This can be helpful because if this can be happen I will be not install any 3rd party software for firefox anymore and I will be safe. Maybe I can send somehow this suggestion to people from Firefox?

I hope that you can help me.

Yours faithfully, Peter

Stillet af Peter for 2 år siden

Seneste svar af Peter for 1 år siden

  • Arkiveret

ATO MYGOV Login fails

Hi Guys 'n Gals, As of today, I am unable to log into the Australian Tax office Business Portal or Business Services (BETA) through MyGov using Firefox browser. I can lo… (læs mere)

Hi Guys 'n Gals, As of today, I am unable to log into the Australian Tax office Business Portal or Business Services (BETA) through MyGov using Firefox browser. I can log in through Edge, no problem to both. I've cleared histories, cache etc on Firefox, and it is up to date. I've logged out, and logged back in. When I attempt to enter the email address to log on to ATO using Firefox, I can type the address as far as ".com". The moment I type ".", I lose the entire address, except for the ".". I don't get to the "com.au" part at all. I've contacted the ATO, they have no updates at all regarding issues with Firefox. We are getting close to Plan C (Sledge Hammer LOL). Any and all help gratefully accepted, I do not like edge....... Thank you Trina

Stillet af admin381 for 2 år siden

Seneste svar af cor-el for 1 år siden

  • Arkiveret

SSL not working when redirecting from non-www to www

Hello, im a web developer and have come accross a problem which only occurs in the firefox browser. When i design a website, i use the www version of it always, and have… (læs mere)

Hello, im a web developer and have come accross a problem which only occurs in the firefox browser.

When i design a website, i use the www version of it always, and have redircts for all other instances, eg; mydomain.co.uk > https://www.mydomain.co.uk http://www.mydomain.co.uk > https://www.mydomain.co.uk https://mydomain.co.uk > https://www.mydomain.co.uk

So they all end up at the secure www version of the website. This is done in the .htaccess file and works great in Chrome, Edge, Explorer etc just not firefox.

In firefox i get the error

Warning: Potential Security Risk Ahead

Firefox detected a potential security threat and did not continue to boothandco.com. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details.

What can you do about it?

The issue is most likely with the web site, and there is nothing you can do to resolve it. You can notify the web site’s administrator about the problem.

Ignoring it then procceeds to the full https://www. but that warning screen will be enough to put potential visitors off no doubt.

Is there an "easy fix" for this or is the only way to solve the problem to use up more SAN's and double up on www and non-www versions of each website?

Any help is greatly appreciated.

Thanks Chris

Stillet af chris.cecil for 2 år siden

Seneste svar af indiantrainask for 1 år siden

  • Arkiveret

Print Preview 86.0 too small to see. Also other print features now very difficult

My print preview is no longer available, and the new one is too small to see what's on the page. It's useless! Also, simplify page is gone (I understand "Reader View") is… (læs mere)

My print preview is no longer available, and the new one is too small to see what's on the page. It's useless! Also, simplify page is gone (I understand "Reader View") is the work-around. Also, it's many extra clicks to get to my system print controls to print properly.

Solving the print preview too small would go a long way towards keeping Firefox usable. The other things could certainly use fixing, however.

Thanks in advance! L.

(I have restored the old functionality temporarily with print.tab_modal.enabled preference set to false. Thanks community for showing me to do so! See https://support.mozilla.org/en-US/questions/1322623 if you want to know how.  However, usually Firefox takes these options away soon.  )

Stillet af Ellis Eff for 2 år siden

Seneste svar af jscher2000 - Support Volunteer for 1 år siden

  • Låst
  • Arkiveret

Firefox color management on Mac seems broken, renders all color over saturate.

My Firefox version is 86.0 on Mac. OS Version is 11.2.2 Big Sur. I found that basically all color rendered in Firefox is more vibrant than Safari and Chrome, maybe Firef… (læs mere)

My Firefox version is 86.0 on Mac. OS Version is 11.2.2 Big Sur.

I found that basically all color rendered in Firefox is more vibrant than Safari and Chrome, maybe Firefox doesn't handles color management right and renders sRGB in full P3 color space, lead to a over saturate color for almost every element on webpage.

Hopes firefox can fix this soon, I love the efficiency and privacy features on Firefox, This is the only bit I found a little uncomfortable.

You can test your browser here: https://cameratico.com/tools/web-browser-color-management-test/ if you have a P3 support Mac or Windows.

Stillet af abnernat for 2 år siden

Seneste svar af FabioPili for 2 år siden

  • Arkiveret

How to disable Command+D to "Bookmark This Page" in Mac?

I'm running Mojave 10.14.6 on a MacMini (late 2018) with 64 GB 2667 MHz DDR4 and Firefox v86.0 64-bit. I need to disable Command+D that's currently used to "Bookmark … (læs mere)

I'm running Mojave 10.14.6 on a MacMini (late 2018) with 64 GB 2667 MHz DDR4 and Firefox v86.0 64-bit.

I need to disable Command+D that's currently used to "Bookmark This Page".

I need Command+D for another use.

I've searched about:config for "bookmark" and get a lot of hits, but I can't tell which one controls the setting for Command+D.

Or . . . am I barking up the wrong tree?

I want to disable Command+D.

Leaving the ability to mouse up and click Bookmarks > "Bookmark This Page" is ok.

I just need to disable the keyboard shortcut Command+D for "Bookmark This Page".

Anyone got a "howto" for this?

Thanks!

Stillet af JohnDohe for 2 år siden

Seneste svar af cor-el for 2 år siden