• حُلّت

Save one autofill entry for usernames across all sites?

I have a unique annoyance wherein I use a considerably long email address for many sites. I've gotten tired of typing it out whenever it comes up and wish for it to be pr… (read more)

I have a unique annoyance wherein I use a considerably long email address for many sites. I've gotten tired of typing it out whenever it comes up and wish for it to be preserved as an autofill across all sites so I no longer have to, similar to how your phone may suggest your email address in autocomplete.

Unfortunately, as far as I can tell, you can only manually add autofills for specific sites and with password attached. So my question is, is there a way to make the address be a suggested autofill on username/email address boxes across all sites?

(not interested in having form history saved, just want this one specific form entry)

Asked by ballakoala 2 days ago

Answered by cor-el 1 day ago

Firefox does not detect ShadowsocksX proxy settings

I’m using the official ShadowsocksX app to relay network connections through a Shadowsocks server, and Firefox seems to be having compatibility issues. The browser does n… (read more)

I’m using the official ShadowsocksX app to relay network connections through a Shadowsocks server, and Firefox seems to be having compatibility issues. The browser does not load pages when proxy settings are set to “auto-detect” or “use system:” I’m getting the “Unable to connect” error message. Manually setting the SOCKS host to 127.0.0.1:XXXXX does fix the problem, but that also means I have to switch back to “system” whenever I turn Shadowsocks off.

Neither Safari nor Chrome requires manual action to relay connections on the same computer.

On a different computer, I’m using the Outline client to connect to the same Shadowsocks instance. Firefox does not have issues with that.

Asked by BirdKeeper 1 hour ago

firefox extension can't read and change data on this site

why can't I use the lingq importer extention? I get a message for all my extentions that says: firefox extension can't read and change data on this site. It's preventing … (read more)

why can't I use the lingq importer extention? I get a message for all my extentions that says: firefox extension can't read and change data on this site. It's preventing me from using the LingQ importer extention.

Asked by ElJay1951 22 hours ago

Last reply by jscher2000 - Support Volunteer 20 hours ago

trackpad preference

At one time, I was able to swipe left on my trackpad and go back to the previous page on firefox. I can't seem to find where to set that preference. I'm running MacOS. … (read more)

At one time, I was able to swipe left on my trackpad and go back to the previous page on firefox. I can't seem to find where to set that preference. I'm running MacOS.

Asked by wallin.ian 2 hours ago

Amazon not working

I was using Amazon just fine a few days ago. When I tried to open an amazon link yesterday, I got the message: Secure Connection Failed. I tried updating my browser and c… (read more)

I was using Amazon just fine a few days ago. When I tried to open an amazon link yesterday, I got the message: Secure Connection Failed. I tried updating my browser and clearing my cache and cookies. Please fix

Asked by cherryblossomshadow3 2 days ago

Last reply by jonzn4SUSE 2 days ago

Intermittent internet outage/reconnection happening only on Facebook

Starting Friday April 19, I have been experiencing constant very brief internet outages/reconnections while using Facebook on the desktop. The outages do not occur anywhe… (read more)

Starting Friday April 19, I have been experiencing constant very brief internet outages/reconnections while using Facebook on the desktop. The outages do not occur anywhere else on the internet...and do not occur on other browsers. I prefer to use Firefox. I am using Windows 11.

Asked by Hojoman 1 week ago

Ghost Entries on the Win 11 Taskbar

For about 6 months now, I've been having a strange problem with Firefox leaving behind ghost entries on the Win 11 taskbar. I have a laptop attached to a dock which is c… (read more)

For about 6 months now, I've been having a strange problem with Firefox leaving behind ghost entries on the Win 11 taskbar.

I have a laptop attached to a dock which is connected to multiple monitors. If I have a FF window open on one of those external monitors and disconnect from the dock, all the tabs that were open in that FF window will become ghost entries on the taskbar. (see attached image).

It doesn't matter if I close FF entirely, these entries remain until I restart the computer. If I click on one of them, it opens up a brand new, blank FF window.

Has anyone else experienced this or have any idea what might be going on? I tried doing some investigating a few weeks back and I remember finding something in the task manager about COM Surrogate that seemed connected, but I didn't get beyond that.

Asked by CWeinhofer 5 hours ago

TLS Errors When Launching Webinars

In recent attempts to join a few webinars I am now getting more and more "TLS Errors." I have noticed that many of the solutions to this problem involve actions that do n… (read more)

In recent attempts to join a few webinars I am now getting more and more "TLS Errors." I have noticed that many of the solutions to this problem involve actions that do not solve the problem but create larger issues. Do you have a solution that works safely? I am forced to use Windows 7 unfortunately due to work systems and a long story. I think this is my primary problem but I have to keep using it until the bitter end with this PC.

I appreciate your kind help. Thanks, Clay

Asked by claytudor 3 days ago

Last reply by cor-el 2 days ago

drag and drop keeps breaking.

i am using firefox developer edition version 126.0b3 (64-bit) on linux mint with an x11 desktop and for some reason the drag and drop breaks frequently. i think i have f… (read more)

i am using firefox developer edition version 126.0b3 (64-bit) on linux mint with an x11 desktop and for some reason the drag and drop breaks frequently.

i think i have figured out how i can consistently recreate the bug as well as sort of fix it temporarily.

i start with a newly launched browser. everything works fine. but then if i attempt to drag and drop something shortly after i drag and dropped something else and it did the little animation where it returns to its original position, i find that i cant drag and drop anything FROM firefox to anywhere else. and i also cannot rearrage tabs.

it seems to fix itself whenever I drag something from another program TO firefox successfully such as text into a textbox, or a .html file into the window to view it.

Asked by goombabomber11 6 days ago

Viewport in the devtools going out of bounds when resizing the viewport

Hello everyone, I’m a fan of Firefox due to its efficient handling of webpage caching and memory management. However, I often find myself switching back to the Chromium-b… (read more)

Hello everyone, I’m a fan of Firefox due to its efficient handling of webpage caching and memory management. However, I often find myself switching back to the Chromium-based Edge browser due to one specific feature in its DevTools. In Edge, when I resize the viewport, it stops at a certain limit. If I want to resize it further, I can zoom out and then continue resizing. I find this feature very useful. Is there a way to have similar functionality in Firefox? I’m currently using the Firefox Developer Edition.

Asked by Aditya 1 week ago

autohide everything when not hovered anywhere on browser 2

this was asked before by myself /questions/1284841 and again by another user /questions/1402855 the code was navigator-toolbox { max-height: 0; overflow: hid… (read more)

this was asked before by myself

/questions/1284841

and again by another user

/questions/1402855

the code was

  1. navigator-toolbox {
 max-height: 0;
 overflow: hidden;
 transition: ease all 3s;

}

  1. main-window:hover #navigator-toolbox {
 max-height: 100vh;
 animation: 0s pop-in;
 animation-fill-mode: both;
 animation-delay: 2s;

}

@keyframes pop-in {

 from {overflow: hidden}
 to {overflow: unset}

}

the issue now i have with firefox 124.0.2 is that the transition is now instant when my mouse enters or leaves the window and one of my addon buttons (roboform) no longer works with this userchrome.css edit.

its been a few updates ago it broke maybe 15 or so and now im wondering if there is a better updated script that works like it used to.

Asked by roger douglas 1 week ago

Cannot open Charles Schwab's "Streetsmart Edge" trading platform if using Firefox browser

After signing into an account with Schwab.com, the site has a "Launch" button that opens the Schwab "Streetsmart Edge" trading platform. However, after signing into Schw… (read more)

After signing into an account with Schwab.com, the site has a "Launch" button that opens the Schwab "Streetsmart Edge" trading platform. However, after signing into Schwab.com with the Firefox browser, clicking on the "Streetsmart Edge" Launch button does not work. "Streetsmart Edge" does not open.

This problem only occurs when using Firefox. If using Microsoft's browser there is no problem.

Previously, until about two month ago, the Firefox browser never caused this problem. It worked fine for many years.

I prefer the Firefox browser versus Microsoft. Please research and repair this issue.

Asked by abrody775 1 week ago

Last reply by zeroknight 1 week ago

Hotmail won't load on Firefox

Hi there, About 4 days ago, hotmail suddenly stopped loading on Firefox (though I can still access it on Safari). I've tried clearing my cache and add-ons, etc. I've go… (read more)

Hi there,

About 4 days ago, hotmail suddenly stopped loading on Firefox (though I can still access it on Safari). I've tried clearing my cache and add-ons, etc. I've googled a ton and tried all the things I can find to try, but nothing is working. I am by no means a tech person and so I'm out of ideas and need some help. I know I can use Safari, but I really hate using it and prefer Firefox. Any ideas on what to do? I am using a MacBook Pro - Sonoma 14.4.1

Thank you so much! Jocelyn Pascall

Asked by jocie809 1 week ago

Last reply by zeroknight 1 week ago

Firefox On Facebook Webcam feature doesn't work......

Hi Everyone! I'm wondering if anyone can shed light on this.... I'm using the very latest version of Firefox 124.0.2 (64bit) And recently having a problem when video ch… (read more)

Hi Everyone!

I'm wondering if anyone can shed light on this.... I'm using the very latest version of Firefox 124.0.2 (64bit) And recently having a problem when video chatting on facebook when chatting I can't see the "Cam" Icon to call up. Yet on Crome all is good.

Any help?

Asked by Welshman1981 1 week ago

Unable to update Firefox browser

I have Firefox 124.0.2 running on Windows 11. For some reason, I can't update Firefox. When I manually download the update file, it appears to run Ok, but the version do… (read more)

I have Firefox 124.0.2 running on Windows 11. For some reason, I can't update Firefox. When I manually download the update file, it appears to run Ok, but the version doesn't change. If I go to settings and click on "Check for Updates" is comes back and says Failed to Check for Updates. How do I fix this?

Originally reported on April 11th /questions/1444593: I have Windows 11 and the Firefox 124.0.2 browser. I cannot update to the latest version of Firefox. I receive an error message "Failed to update". I've uninstalled and reinstalled the browser, ran the install utility selecting update, nothing seems to work. Please help

Asked by rpm3110 1 week ago

Last reply by NoahSUMO 1 week ago

Proton Emails Don't Show Attached Inline Pictures

Windows 11 Firefox browser 125.0.1 In Proton Mail, when I receive an email with an picture attached inline, I get the following error message: "Your browser could not ve… (read more)

Windows 11 Firefox browser 125.0.1

In Proton Mail, when I receive an email with an picture attached inline, I get the following error message: "Your browser could not verify the remote server's identity. The image might be hosted using the http protocol." Is this issue with settings in Proton or Firefox? How do I fix this? See image below. Thank you.

Asked by 2doxiedad 1 week ago

Last reply by cor-el 1 week ago

Issue with using YouTube on Firefox Ubuntu 22.04

Anyone experiencing issue with YouTube on Firefox - I am not able to select suggestions on YouTube search using up/down arrow keys - On Ubuntu 22.04 - Firefox 124.0.2 … (read more)

Anyone experiencing issue with YouTube on Firefox - I am not able to select suggestions on YouTube search using up/down arrow keys - On Ubuntu 22.04 - Firefox 124.0.2

Asked by harshakp06 1 week ago

Last reply by zeroknight 1 week ago