Replace Firefox shortcut to the cool previous icon

I know I'm late to the party...just had a Windows 11 reset...ugh. No matter. What does tweak me is that shortcut that is a nasty box. And tiny. I've searched, but … (read more)

I know I'm late to the party...just had a Windows 11 reset...ugh. No matter. What does tweak me is that shortcut that is a nasty box. And tiny. I've searched, but can't find a good solution...all I want...is the previous, very hip, Firefox icon. IS THERE A UPDATE OR HACK FOR THIS? Really, if the nice friends at Mozilla are watching, gang, please, next update...give us back the previous shortcut logo. At least a choice? Thanks!

Asked by Larry 1 minute ago

Firefox 111 update

Since 111 update I cannot reliably load the following websites Skynews.com - loads but when i click on an article on the home page the scroll bar disappears and firefox l… (read more)

Since 111 update I cannot reliably load the following websites Skynews.com - loads but when i click on an article on the home page the scroll bar disappears and firefox locks up. I have to use task manager where an extra 6-8 firefox sessions appear with 0% resource useage and I have to close them. thsi happens about 80% of the time. ITVnews.com - same as for sky news Netflix - opens ok but locks up when I click on the acount tile. Happens about 50% of the time

All the above sites woerk fine in Google chrome. There was no problem until 111. There was an update to 111 a few days later which meant it happened less often but stil 70%+ of the time. No toher websites i use have been affected. using windows pro 10.0.19044 build 19044.

I have tried refresh firefox, uninstall and re-install but stays the same

Asked by phlipperz 5 minutes ago

Suddenly my email from yahoo (my address==> starnovaco@att.net) is GOING INTO TRASH. What'up ? I made NO changes to filters.

Suddenly my email from yahoo (my address==> starnovaco@att.net) is GOING INTO TRASH. What'up ? I made NO changes to filters. Answer =>> Why does this happe… (read more)

Suddenly my email from yahoo (my address==> starnovaco@att.net) is GOING INTO TRASH. What'up ? I made NO changes to filters.

Answer =>> Why does this happen? AND Answer =>> How to fix?

Thank you

Asked by starnovaco 5 minutes ago

badges

bold textbadges i keep getting badges in my posts. i try delete them there not deleting them.says its broken when i do but it allowd these badges to add them selves to my… (read more)

bold textbadges i keep getting badges in my posts. i try delete them there not deleting them.says its broken when i do but it allowd these badges to add them selves to my other real messages.no matter what i do all it does is add them to my files and ids.i getting over run with them cant delete them.i will go back to chrome and other browsers i have also in my comp.from original package.its running i will swap it all over to them soon.my place is filling up no idea if there viris or not scence i cant delete them .they work there way into my regular programs.thanks

Asked by thecook54 18 minutes ago

Last reply by thecook54 17 minutes ago

Blue Teardrops appear

I did a new install of Firefox on a Windows 11 Pro laptop. When I enter a password to a site, blue tear drops appear around the password. I've followed the tips to turn… (read more)

I did a new install of Firefox on a Windows 11 Pro laptop. When I enter a password to a site, blue tear drops appear around the password. I've followed the tips to turn off carets in about:fig, but the drops persist. This issue only appears in Firefox, not Edge, Chrome, etc.

Any help in turning off this annoying feature is appreciated!

Asked by TampaBay 19 minutes ago

  • Solved

Edit PDFs with Firefox

Firefox said I can edit PDFs now when I updated the browser, but all I get are annotation options. Is that really it? Annotation only (you know, like writing the the ma… (read more)

Firefox said I can edit PDFs now when I updated the browser, but all I get are annotation options. Is that really it? Annotation only (you know, like writing the the margins of a book)? Or can we actually edit (like, changing the text in a book), and if so, where are the tools?

Asked by sunny-day-13 5 days ago

Answered by TyDraniu 5 days ago

you tube skipping and slow playback when using autocad LT

I watch a live stream from back in the UK from talkSPORT daily. Lately I noticed that my video rate was too low and the play back was skipping and stopping. I run a 64gb… (read more)

I watch a live stream from back in the UK from talkSPORT daily. Lately I noticed that my video rate was too low and the play back was skipping and stopping. I run a 64gb Nvidia graphic card so it cant be that.

I normally run firefox and it's always the latest release. Today I tried it out on Chore and I had zero issues withe playback.

I can only come to the conclusion that firefox has cocked summat up. This is only been happening for the past past month or two.

I don't know if it's anything to due with Nvidia software or not but it needs to be sorted out. I've been using firefox since it started. I'm used to the ecosystem. I don't want to have to adjust to chrome.

Asked by Kakashi 13 hours ago

Last reply by ysfff 33 minutes ago

Firefox not handling the response headers

Hi, I have been working on a old project for one of my clients and found an issue. The firefox version i am using is 95.0.1 64bit version. After signing in, inside respon… (read more)

Hi, I have been working on a old project for one of my clients and found an issue. The firefox version i am using is 95.0.1 64bit version. After signing in, inside response headers from the server i am getting

set-cookie MYSESSION=eyJ***** HttpOnly

which is then used on next request i make to the server as Cookie MYSESSION=eyJhb***

But after upgrading my firefox version, although i am able to see the response header sent back from server, but it is not being sent in request header for the next api call.

Also this issue is only for localhost, works fine in production https urls

I would like to know what has changed in new version in terms of handling the response headers, thanks!

Asked by ratnabh2614 9 hours ago

Last reply by TyDraniu 1 hour ago

Website will not load at all in Firefox

We have an intranet site that works fine in Chrome and Edge, but does not load at all in Firefox. In Firefox, an authentication dialog appears, but after entering correc… (read more)

We have an intranet site that works fine in Chrome and Edge, but does not load at all in Firefox. In Firefox, an authentication dialog appears, but after entering correct credentials, it just re-shows the same authentication dialog after a few seconds. This repeats indefinitely. There is no useful info (and pretty much no info of any kind) in the dev tools. I have tried Firefox in safe mode, with no changes to the behavior.

What steps can I try to debug this problem?

Asked by bhayden1 2 hours ago

Last reply by TyDraniu 1 hour ago

How to disable sandbox testing on Firefox startup

I found that when starting Firefox on my school's WiFi, it starts up very slowly. Using `strace`, I found that it was taking it's sweet time making a DNS request to try t… (read more)

I found that when starting Firefox on my school's WiFi, it starts up very slowly. Using `strace`, I found that it was taking it's sweet time making a DNS request to try to resolve my computer's `/etc/hostname`. After searching the Firefox source code with https://searchfox.org/mozilla-central/source/, I found that the only occurrence of `/etc/hostname` was in [SandboxTestingChildTests.h](https://searchfox.org/mozilla-central/source/security/sandbox/common/test/SandboxTestingChildTests.h). So I was wondering if it's possible to disable these tests when Firefox starts up.

Asked by StratusFearMe21 1 hour ago

Trying to add a ham radio web-site to Firefox - not sure why not working.

Specifically, I am trying to pull up a web-site. It is called - http://pi-star/ Can someone help me with the right settings. Plus, this works on another computer, but … (read more)

Specifically, I am trying to pull up a web-site. It is called - http://pi-star/

Can someone help me with the right settings.

Plus, this works on another computer, but not this one.

The IP address I am seeking is wlan0:10.0.0.100

Please contact me if you can help. Thank you. Rick

Asked by rick.ecllc 1 hour ago

Logins

Hello. Recently, it is in the Firefox browser that logins (nicknames) disappear from all pages. From inbox, facebook and others. Previously, if any nickname disappeared, … (read more)

Hello. Recently, it is in the Firefox browser that logins (nicknames) disappear from all pages. From inbox, facebook and others. Previously, if any nickname disappeared, then if you entered it again, it was saved. I'm not talking here about saving the auto-completion of the nickname and password. Only about the nickname (login). I don't want to save passwords on all pages. On google chrome everithing it's ok. Nicknames not disappeared. Only nicknames (logins) are stored there. Until recently, firefox was also preserved. Please fix this issue. I am already tired of writing all the nicknames every time. Again, again and again.

Asked by sombriana 4 hours ago

Last reply by sombriana 2 hours ago

Upgraded Firefox but it now won't run because it tells me it is already running

Three days ago Firefox froze and wouldn't allow me to do anything. I quit and then Firefox would not open. Went back to Safari and download the latest version of Firefo… (read more)

Three days ago Firefox froze and wouldn't allow me to do anything. I quit and then Firefox would not open. Went back to Safari and download the latest version of Firefox, and installed it. It started by saying that Firefox was already running (it wasn't) so I forced it to quit. Installed and asked it to replace the existing version. Then I tried to run it and it told me that it was already running!!!

Short of deleting the whole application and starting again - losing bookmarks, passwords, etc. - what else can I do?



/edit: moved thread from Firefox for iOS (for iPhone/iPad) to Firefox as this both sounds like desktop version and you put in "Mac Ventura v13" in system details on right so you have macOS.

Asked by Ian H 1 day ago

Last reply by Ian H 3 hours ago

Microphone Permission isn't working on my iMac even though it's "Allowed" in Settings.

I have a Substack newsletter and am trying to record audio for a voice-over of a post/article. For some strange reason, even though I have it set to Allow that website to… (read more)

I have a Substack newsletter and am trying to record audio for a voice-over of a post/article. For some strange reason, even though I have it set to Allow that website to have access to my Built-In microphone, I get a pop-up error window "Unable to setup microphone!" when I try to record. It's simply refusing to acknowledge the Permission setting.

What's strange is that I *am* able to record a video and within that video, the audio IS recorded, so Firefox is allowing access to my camera AND my Built-In microphone when recording a video. The url is *exactly* the same for Camera Permissions and Microphone Permissions in Firefox Settings. Weird, right?

It is ONLY when I try to record a voice-over (audio ONLY) that it won't allow me to do so. I have to switch to Safari. I'd like to stay on Firefox and not have to switch back and forth. Any ideas how to fix this? I've cleared my cache, restarted my iMac, removed website from Permissions then put it back on.

Firefox is up-to-date: 111.0.1 (64-bit) MacOS Big Sur Version 11.7.4 (iMac)

Should I uninstall Firefox then re-install it? And, if so, will it keep my Bookmarks, Toolbar sites, info, etc? I read some instructions for Windows PC, but couldn't find anything re: a Mac re-install or "Clean Re-Install" for iMacs. Thanks in advance for any help!

Asked by lablady 3 hours ago

permissions.default.geo 0 and 1 and 2

In about:config I have set "geo.enabled" to false. -> www.google.com still displays the content in my language, darn. I went went back to about:config and marked "onl… (read more)

In about:config I have set "geo.enabled" to false. -> www.google.com still displays the content in my language, darn.

I went went back to about:config and marked "only show modified preferences" -> to my surprise not only "geo.enabled 1" was displayed but also "permissions.default.geo 2" (though I never touched that one - so I thought they must be linked somehow)

I was curious and reverted "permissions.default.geo" back to default -> now it is set to "0" -> but "geo.enable" is still on "false" (so I am not sure anymore if they are really linked together - which doesnt make sense to me)

Now I don't know if I should leave "permissions.default.geo" on "2" how I found it, or on "0" which is the default. That's why I come here to ask:

==> What are the three states of "permissions.default.geo [0/1/2]" doing and how is it interacting with "geo.enable"?

Asked by Mark 4 hours ago

Last reply by Mark 3 hours ago

Firefox password manager re-enabled everytime Firefox updates.

Not sure if this is something everyone experiences but every time Firefox updates on my computer, the password manager goes back to default settings and starts prompting … (read more)

Not sure if this is something everyone experiences but every time Firefox updates on my computer, the password manager goes back to default settings and starts prompting to save passwords again. I have disabled the darn thing countless times, but it always comes back alive after the browser restarts after an update. Why does this setting does not persists after an update and stays disabled? I have a Firefox account, and sync is on.

Refresh button

The refresh button (circular arrow has gone from the toolbar It is not present in the customise list It is restored if I I select 'restore defaults' but is only there for… (read more)

The refresh button (circular arrow has gone from the toolbar It is not present in the customise list It is restored if I I select 'restore defaults' but is only there for the current session and not when firefox restarts So how can I add the restore button PERMANENTLY please