Showing questions tagged: Show all questions

recaptcha problem

Until yesterday everything was fine. I was able to complete recaptcha. But when I tried searching something today, I couldn't do it because of the recaptcha. It was stuck… (read more)

Until yesterday everything was fine. I was able to complete recaptcha. But when I tried searching something today, I couldn't do it because of the recaptcha. It was stuck on infinite loading. Every website I visited the problem was there. I tried fixing it from the tips I found in the forum here but nothing seems to work. I was frustrated. Then I tried Brave browser and it was working. Please help me fix this problem. Thank you.

Asked by MOVIE BOSS 1 day ago

Last reply by MOVIE BOSS 1 day ago

reCAPTCHA no longer working ONLY on Firefox, tried everything!

Whenever i encounter a reCAPTCHA, and click "i am not a robot", the wheel keeps spinning and spinning and spinning. I never get to the screen where i have to verify image… (read more)

Whenever i encounter a reCAPTCHA, and click "i am not a robot", the wheel keeps spinning and spinning and spinning. I never get to the screen where i have to verify images or a check mark. Just started happening randomly.

I've spent hours searching. Tried every single solution-new profile, erased firefox and reinstalled, troubleshoot mode, firefox refresh, turned tracking protection off, changed network settings, reset wifi adapter, you name it i tried it. I need to get past reCAPTCHA's for work. Getting so frustrated. Please help!

One important point-the only other browser i have on my laptop is Microsoft edge and it' works perfectly on Edge!

Asked by wsandhu1 6 hours ago

Last reply by wsandhu1 2 hours ago

Captcha partly loads, spins at tick box, does not time out.

Hi, I can't use Firefox because a captcha won't complete loading. I have uninstalled and reinstalled, cleared cache and disabled add ons. I am using a vpn (PIA). Chrom… (read more)

Hi, I can't use Firefox because a captcha won't complete loading. I have uninstalled and reinstalled, cleared cache and disabled add ons. I am using a vpn (PIA). Chrome and Edge both load and operate OK. Thanks in advance.

Captchas are an ongoing issue. Firefox seems to have a LOT more captchas than other browsers. Is there a problem between Mozilla and Google?

Asked by Brenton Roy 1 day ago

Last reply by Brenton Roy 22 hours ago

Unable to delete "verification.exe" from download library

Several instances of this "verification.exe" malware appear on download history when firefox is opened as shown. Remove from history or clear downloads doesn't eliminate… (read more)

Several instances of this "verification.exe" malware appear on download history when firefox is opened as shown. Remove from history or clear downloads doesn't eliminate them. They reappear whenever firefox is opened.

Suggestions to eliminate this nuisance welcome.

Asked by RWT 5 days ago

Last reply by RWT 4 days ago

Bookmarks not saving in specific folders or B.Menu.

I installed Firefox on a new Dell laptop and imported the bookmarks from FF on old laptp. On my old laptop things are OK. On the new laptop Firefox will ONLY store new bo… (read more)

I installed Firefox on a new Dell laptop and imported the bookmarks from FF on old laptp. On my old laptop things are OK. On the new laptop Firefox will ONLY store new bookmarks in the Recently Book... folder, no matter how many times I choose a specific folder from the Location dropdown, even if I only choose Bookmarks Menu without subfolder. Show Editor is checked. I have to manually move new bookmarks from Recently Book..... This is annoying. Can you help? I have not found a forum with this question.

Asked by Inge Jordan 5 days ago

Last reply by Inge Jordan 4 days ago

ff pass words gone

hi can anyone tell me how to get my saved passwords back into ff. they got deleted somehow by Clean Disk app instructions ive found on web are for everything except wha… (read more)

hi can anyone tell me how to get my saved passwords back into ff. they got deleted somehow by Clean Disk app

instructions ive found on web are for everything except what i need thanks

Asked by bill 4 days ago

Last reply by bill 3 hours ago

Facebook unreachable on both Firefox and Waterfox

I am unable to reach Facebook on both Firefox and Waterfox. Other browsers (Opera, Edge, Chrome) are able to access Facebook. I can access other Meta-owned sites (Messe… (read more)

I am unable to reach Facebook on both Firefox and Waterfox.

Other browsers (Opera, Edge, Chrome) are able to access Facebook.

I can access other Meta-owned sites (Messenger.com, Instagram, Threads) on Firefox and Waterfox.

This issue exists on both my desktop (Windows 10) and laptop (Windows 11).

This issue does not apply to Firefox for iOS or the Facebook app.

All apps and OS's mentioned are up to date.

This has been going on for over a week now.

Asked by Max 4 days ago

Last reply by Max 4 days ago

Firefox won't print webpages

Firefox just will not print anything at all. I have tried all the suggested fixes; everything else on my computer prints fine to either directly connected printers or to … (read more)

Firefox just will not print anything at all. I have tried all the suggested fixes; everything else on my computer prints fine to either directly connected printers or to network printers. The 3 other computers on my home network all print to all printers from Firefox. I have deleted Firefox and reinstalled I have deleted all printers and reinstalled When I do try to print with the print queue open, the file spooling briefly splashes up and disappears quickly. If I download a PDF from the web, it will not print from within Firefox, but will print from Acrobat or Nitro I have changed antivirus from Eset to Webroot anywhere. No improvement and in between with no Antivirus, Firefox would not print. Any thoughts, as I had to change browsers and I want to get back to Firefox? Help!!

Asked by bruce139 3 days ago

Last reply by bruce139 2 days ago

Saving all open tabs: links saved but not to the specified folder

Firefox 125.0.2 on Mac When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Me… (read more)

Firefox 125.0.2 on Mac

When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Menu". The designated folder itself also appears with these links but it itself is empty.

I would expect shift+cmd+D to bookmark all links in the folder and the folder to appear in "Bookmarks Menu". This is what use to happen ages ago. I'm not sure what caused the change in behavior. Anyone have any ideas on fixing this?

Asked by Tom 3 days ago

Last reply by Tom 21 hours ago

Addon cannot be installed because it seems to be corrupt

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as i… (read more)

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as it appears to be corrupt. Below are the package.json and the manifest.json:

package.json

{

 "name": "ext",
 "version": "1.0.0",
 "description": "",
 "main": "contentScript.js",
 "scripts": {
   "test": "echo \"Error: no test specified\" && exit 1"
 },
 "keywords": [],
 "author": "",
 "license": "ISC"

}


manifest.json

{

 "manifest_version": 2,
 "name": "SKUORG",
 "version": "1.0",
 "description": "Organises SKUs on WooPage",
 "permissions": [
   "activeTab",
   "webNavigation",
   "<all_urls>"
 ],
 "content_scripts": [
   {
     "matches": ["<all_urls>"],
     "js": ["contentScript.js"]
   }
 ]

}


I have tried on two devices / installs of firefox and have followed the steps I could find on this page : https://support.mozilla.org/en-US/kb/unable-install-add-ons-extensions-or-themes#w_corrupt-extension-files

If you have any suggestions please let me know.

Asked by harjoat 3 days ago

Last reply by harjoat 3 days ago

setting up Firefox on reset computer

I reset a computer, deleting all my files. I want to use, as I do elsewhere, Firefox as my browser. And though I signed into Firefox using my old credentials, none of my … (read more)

I reset a computer, deleting all my files. I want to use, as I do elsewhere, Firefox as my browser. And though I signed into Firefox using my old credentials, none of my bookmarks are there. How do I complete this setup?

Asked by Bobg 3 days ago

Last reply by Bobg 1 day ago

Browser issue with Microsoft Outlook

Hello, My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails… (read more)

Hello,

My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails as a network error screen appears. Using other devices and other browsers like Edge, the emails open fine, so it is not actually a network issue. This problem only occurs using Firefox, and specifically with Outlook emails. Everything else functions fine and I have not made any changes, besides the regular Firefox update. My computer is also up to date.

What can I do about this issue? I appreciate the advice,

grey

Asked by AshenLion 3 days ago

Last reply by AshenLion 6 hours ago

Firefox won't load websites. Pages are Blank. Application Menu unresponsive.

Whenever I type in a website URL in the search-bar, first of all, the drop-down menu of related searches and websites does not show up. When I press enter to confirm that… (read more)

Whenever I type in a website URL in the search-bar, first of all, the drop-down menu of related searches and websites does not show up. When I press enter to confirm that's where I want to go, nothing happens. The URL just kinda sits there, no loading circle or anything... Just a blank page. Only two of the icons on my toolbar works. The "Account" icon, which takes me to my Firefox settings. And my Extensions icon. Clicking the three little lines does nothing. The only websites i have been able to get to work at all are the settings page, and the Firefox troubleshooting page. I'm using Version 125.0.3, I tried using the browser both with and without hardware acceleration with results being unremarkably the same. I restarted Firefox and my computer multiple times to no avail, and the only thing I could find out of the ordinary was an error with Importing data from Microsoft Edge, which was not something I consciously wanted to do, but there was an error that popped up regarding that when i went to the settings page.

All that being said, I'm confused and at a loss for options, and could really use a Mozilla Staff member or someone who knows what they're doing to work me through this.

Asked by vinesjay16 1 day ago

Last reply by vinesjay16 8 hours ago

Why did my firefox profile jump from 120MB to 745MB suddenly?

The increase happened here: /storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/ 79 files taking 590MB created in 3 minutes, out of nowhere. Why were all these… (read more)

The increase happened here: /storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/

79 files taking 590MB created in 3 minutes, out of nowhere. Why were all these large files created?

Using Linux Mint, Firefox 125.0.2

Asked by Tony 1 day ago

Last reply by Tony 11 hours ago

how to turn of annoying "Update available" reminders?

How do I turn off those annoying "update available" notifications/reminders that keep popping up? I've gone into Settings, and in the Updates section firefox only let's m… (read more)

How do I turn off those annoying "update available" notifications/reminders that keep popping up? I've gone into Settings, and in the Updates section firefox only let's me select auto updates or check for updates. I searched online but couldn't seem to find anything about how to disable the notifications all together with the newer version of FF. It's driving me crazy, thinking of switching browsers because of this. Thanks in advance!

Asked by eli.adelson 1 day ago

Last reply by eli.adelson 1 day ago

Boldfaced "S" does not print

When I view my bank statement in Firefox, everything appears fine, but when I print the statement, all occurrences of boldfce "S" on the printout are blank. This problem… (read more)

When I view my bank statement in Firefox, everything appears fine, but when I print the statement, all occurrences of boldfce "S" on the printout are blank. This problem does not occur with Google. Running macOS Catalina, all maintenance applied, Firefox is at 125.0.3.

Asked by TheOld Crab 23 hours ago

Last reply by TheOld Crab 3 hours ago

Failed to check for updates

I am running version 125.0.3 (64-bit) on Windows 11, and I can't check for updates and have to manually download each new version after given a popup telling me that the … (read more)

I am running version 125.0.3 (64-bit) on Windows 11, and I can't check for updates and have to manually download each new version after given a popup telling me that the latest Firefox update couldn't be installed. I've tried restarting the computer, tried running the Mozilla Maintenance Service, and installing the latest updates for Firefox and Windows 11. Nothing I've tried has worked, and no other help article has helped me thus far.

Asked by Ethan 17 hours ago

Last reply by Ethan 16 hours ago

Cant use Tineye- used to work great until yesterday

Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until now (as of yesterday). N… (read more)

Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until now (as of yesterday). Now it won't search, a verify you're human window comes up, and I have to keep clicking squares, which I do - but then it says to allow cookies and start over. Well I don't want to allow cookies (I assume it's one of the options I have thru Firefox to block cookies), and I can't find where to allow cookies even if I did (I went to Firefox preferences etc) and I don't want to disable my VPN. Maybe I should mention that I just added or started a Mozilla account, as I have had immense trouble with my aol emails, and am trying to move everything over to a gmail account. My sign in to Firefox was the aol email, and I had to (try, I thought I did it) add another account, which I think I did successfully. So it was right after that, that all this started. Help please! Thank you!

Asked by PocketDan 6 hours ago

Last reply by PocketDan 41 minutes ago

Weird fonts Wing Dings??

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing th… (read more)

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing the issue?

Asked by Doug Sooley 4 hours ago

Last reply by Doug Sooley 2 hours ago