- נפתרה
I want to disable Open in New Container Tab
I want to hide or disable "Open in New Container Tab" from the right-click menu (context menu) of Firefox.
I want to hide or disable "Open in New Container Tab" from the right-click menu (context menu) of Firefox.
No videos play in your browser as of late, maybe 3-4 days. YouTube works, but everything else, Freepik, Twitter, Bluesky, video previews, nothing works.
I clicked on a link in an email and FF began opening it. It then stopped and gave a message that the site was causing FF to run slow. That was an understatement, as FF ne… (read more)
I clicked on a link in an email and FF began opening it. It then stopped and gave a message that the site was causing FF to run slow. That was an understatement, as FF never continued and didn't fully open the site. I copied the URL to Chrome and it had no problem quickly opening the site. What do I need to fix in FF to make it happy again? This is the link if you want to try it. https://www.mypoints.com/jumppage?trkid=p16498665&h=1645af8f93c2559daa84038a922f4a04&merchant=10659&page=110&finalUrl=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F49764%2F687081%2F10014%3Fu%3Dhttps%253A%252F%252Fwww.bestbuy.com%252Ftop-deals&brand=BestBuy&deo=16498665,5,0,0,0,0,0&utm_source=BONUSMAIL&utm_medium=email&utm_campaign=1196390
I am looking to turn on review checker and cannot see how to do it. I don't have the price tag icon displayed nor do I have any reference to Review Checker in my settings… (read more)
I am looking to turn on review checker and cannot see how to do it. I don't have the price tag icon displayed nor do I have any reference to Review Checker in my settings. I'm wondering if my version of Firefox supports it (133.0). Any ideas?
2000gfstgc h
Since the penultimate and now the last current update to version 127.0.2 (64Bit), the button (tile with the + sign) to add new shortcuts is no longer available. How can n… (read more)
Since the penultimate and now the last current update to version 127.0.2 (64Bit), the button (tile with the + sign) to add new shortcuts is no longer available. How can new shortcuts be added now?
For the last couple of weeks, whenever I access the finance.yahoo.com/ website, my computer slows to a crawl. I run Activity Monitor to show me FF memory usage has surged… (read more)
For the last couple of weeks, whenever I access the finance.yahoo.com/ website, my computer slows to a crawl. I run Activity Monitor to show me FF memory usage has surged to 6.5 GB! I cannot just 'quit' FF, have to force quit to regain the memory. No problems with any other website. I am running Mac OS 12.7, 8GB RAM, FF 102.0.1
Any help/suggestions appreciated.
Regards, Peter Donlevy
firefox changed and firefox nolonger lets me get my email, bank account, fidelity account, credit card account etc -- can you help me go back to my old firefox? thank you… (read more)
firefox changed and firefox nolonger lets me get my email, bank account, fidelity account, credit card account etc -- can you help me go back to my old firefox? thank you or do I need to start using another browser?
Hello dear community! My firefox keeps crashing when trying to open a tab or close a tab. I can't replicate it since it happens on random tab-closing and tab-opening. I t… (read more)
Hello dear community! My firefox keeps crashing when trying to open a tab or close a tab. I can't replicate it since it happens on random tab-closing and tab-opening. I think it's just crashing when doing something like clicking anywhere and NOT when doing nothing while the system is idling. Thank you for your help! Here's a link of the crash report: https://crash-stats.mozilla.org/report/index/8ba8940e-954c-4e92-9153-0313d0241001
Passwords
and not only that, when I click on sign in - it shows me a work email address that I rarely use - not my Firefox account / main email. I have to click NEXT then change em… (read more)
and not only that, when I click on sign in - it shows me a work email address that I rarely use - not my Firefox account / main email. I have to click NEXT then change email address from the drop down menu. I followed the setting attached. but it's still does it. I close Google tab, then go back and im signed out again! It's extremely annoying. How on earth can I fix this?
My tech info: Macbook Air Mac OS 12.2.1
Rebecca
On my computer Firefox ask for the master password every time at startup. On other computers in my family, Firefox only ask for the Master Password when accessing a site … (read more)
On my computer Firefox ask for the master password every time at startup. On other computers in my family, Firefox only ask for the Master Password when accessing a site with a password. I tried : - to disable than reenable Master Password - start in SafeMode without success. How can I solve my issue ? Thanks in advance for your help
Yesterday, I ran a format on my computer with Firefox in installed on it. When I tried to recover my settings, history and bookmarks later using sync after logging in to … (read more)
Yesterday, I ran a format on my computer with Firefox in installed on it. When I tried to recover my settings, history and bookmarks later using sync after logging in to my account nothing happened. Can you please help me recover my data? Thanks in advance.
Show me how to get my Facebook page back if it has been hacked
The AI chatbot is back in my sidebar. I did not opt in to this. I would prefer not to roll back to whichever version of Firefox is before the AI it's-a-feature-not-a-bug … (read more)
The AI chatbot is back in my sidebar. I did not opt in to this. I would prefer not to roll back to whichever version of Firefox is before the AI it's-a-feature-not-a-bug got wedged in; what other options do I have for permanently disabling AI?
Going to sidebar settings to hide the AI chatbot does not suffice. Evidence: I did that already, it has been undone, and I cannot now find the toggle in question.
Personally I vote for yanking it out of the main browser altogether, so people have to actively choose to install the AI chatbot add-on. But my question is about actions I can take myself.
What is the URL for the "createElement" page on MDN?
open a file, it is saved. save file, it is saved. what's different? My downloads folder is so fucking dirty. Developer, are you kidding me?
I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use. The environment is launched from AWS and consists of a… (read more)
I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use.
The environment is launched from AWS and consists of an Ubuntu 18 desktop and a Ubuntu Server running Apache. The desktop is able to successfully load the website, but with a cert error that the certificate isn't trusted.
When the Ubuntu Desktop launches, it has a fresh install of Firefox, and therefore all the directories in the users home folder are not yet setup for Firefox, including the database where the root CAs are stored.
I'm am able to add the Root CA certificate into the Firefox cert database AFTER the machine fully boots and I run Firefox for the first time. I'm using the 'certutil' package to do this. After I load Firefox, then add the root CA certificate using certutil, I'm able to load the website without error.
I need to add this certificate to the database with the startup shell script for the machine.
Any help is greatly appreciated. Here's the commands I'm using:
export ffcerts=`ls /home/testuser/.mozilla/firefox/ | grep default-release` sudo certutil -A -n "testcert" -t "TC,," -i /home/testuser/certificates/testcertCA.pem -d sql:/home/testuser/.mozilla/firefox/$ffcerts
These commands work perfectly after Firefox is run for the first time. I've even tried adding 'Firefox' (with several different switches) into my startup script without success.
I want to never have to touch the preference again.
Install and update