• தீர்வுற்றது

Yahoo now comes up on my Firefox browser

With reference to my question just posted, also now when I click on my Firefox browser, the Yahoo search engine seems to take over and it won't let me come out of it. Mar… (மேலும் படிக்க)

With reference to my question just posted, also now when I click on my Firefox browser, the Yahoo search engine seems to take over and it won't let me come out of it. Mark

Asked by Mark Swan 4 மாதங்களுக்கு முன்பு

Answered by Mark Swan 3 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது

Can't login to browser profile after changing email

I've changed primary email some time ago and wanted to login using a new device. However, login fails with "Incorrect email case" and response contains my old email under… (மேலும் படிக்க)

I've changed primary email some time ago and wanted to login using a new device. However, login fails with "Incorrect email case" and response contains my old email under "errors[0].extensions". After that, there is another request doing login with old email, which seem to be successful, however the whole operation fail and page only shows "Something went wrong. Please close this tab and try again.". Trying to login directly with an old email leads to "Primary account email required for sign-in" error. Please assist.

Asked by yckmciaiy 3 மாதங்களுக்கு முன்பு

Answered by yckmciaiy 3 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது

Unable to log into Google accounts from Firefox

Hello, Sorry to disturb but its been two days and I am unable to access my Google accounts (work and private) through Firefox in anyway. I have done all the basic fixes I… (மேலும் படிக்க)

Hello, Sorry to disturb but its been two days and I am unable to access my Google accounts (work and private) through Firefox in anyway. I have done all the basic fixes I can think of but with no success. I have deleted caches, checked plug ins, rebooted Firefox went through the trouble shooting mode, followed advice in the community forum, tried logging in from Google linked accounts. Spoke to our internal IT support at work but nothing has solved the issue as yet, spoke to Google support.

My assumption is that it has to be the browser as I am able to log into google with another browser but Firefox is my preferred browser and would like to use it again as such.

Please advise.

Thank you Cait

Asked by Cait Ferguson 5 மாதங்களுக்கு முன்பு

Answered by Paul 5 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

How I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it. Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pag… (மேலும் படிக்க)

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it.

Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pages blocked”.

I was able to remove the “SaveFrom.net Helper” add on in Firefox, but am unable to remove the “Savefrom.net Helper” bookmark tab which has high jacked my normal Firefox Bookmarks.

I can no longer easily see my Firefox Bookmarks and have to keep opening the Firefox Application Menu, then select Bookmarks, then select Manage Bookmarks in order to see my bookmarks.

Can you please advise how I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Asked by Philip47 2 ஆண்டுகளுக்கு முன்பு

Answered by Philip47 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

On certain domain, firefox stop loading the page for a while

This bug occurs very randomly, but it seems there have few things in common. - Occurring on domain level, one domain at once. For example, if Youtube.com stuck, any sub … (மேலும் படிக்க)

This bug occurs very randomly, but it seems there have few things in common.

- Occurring on domain level, one domain at once. For example, if Youtube.com stuck, any sub address including each video page is not loaded. Other website and whole browser works fine. - Other program on same PC is not affected, too. - Which page is stop loading is completely random. It might be happen only on a popular, feature-rich site like amazon, google, but not sure. - The timing is also random. Maybe after waking PC up from sleep, but not sure. Frequency of occurrence is once every 1~5 days. - The workaround without restarting browser is 1.)switching to other container tabs(strangely), 2.)opening website on private window. Disabling all the addon manually didn't help.

Since it's randomness, I didn't have any logs about this issue.

Asked by bleepblopp 2 ஆண்டுகளுக்கு முன்பு

Answered by cor-el 2 ஆண்டுகளுக்கு முன்பு

  • Locked
  • Archived

Tabs Crashing

I have the updated version of Fire Fox. My tabs have been constantly crashing. Not sure what's causing that.

Asked by Scrunch 2 ஆண்டுகளுக்கு முன்பு

Last reply by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Font size became tiny since yesterday

Hi! Since yesterday, in Outlook, my font size became very tiny for subjects and categories. I can barely see it. Can you please restore them to normal sizes?? I am de… (மேலும் படிக்க)

Hi! Since yesterday, in Outlook, my font size became very tiny for subjects and categories. I can barely see it. Can you please restore them to normal sizes?? I am desperate trying to read them. Thank you! Shirley Savva

Asked by ShirleySavva 2 ஆண்டுகளுக்கு முன்பு

Answered by cor-el 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Installing root CA certificates

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… (மேலும் படிக்க)

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:

  1. copy the CA cert into firefox

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.

Asked by goriest-02-stacker 2 ஆண்டுகளுக்கு முன்பு

Answered by goriest-02-stacker 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Move to the tab when it is opened

Hi, I disabled several options in About:Config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and moved to it aut… (மேலும் படிக்க)

Hi, I disabled several options in About:Config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and moved to it automatically. Whatever you do with the current tag, I want it. Please help me. ( I mean, it no longer applies to bookmarks, I want it to apply to bookmarks )

Asked by x2 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Google's websites works badly with Hardware Acceleration On (Google, Youtube, Gmail, Google Maps, ...)

Hi everyone, I am currently using Firefox "112.0.1 (64-bit)" on Windows 10 "10.0.19045 Build 19045]" I have problems using almost all Google websites: most of the times … (மேலும் படிக்க)

Hi everyone, I am currently using Firefox "112.0.1 (64-bit)" on Windows 10 "10.0.19045 Build 19045]"

I have problems using almost all Google websites: most of the times they do not load at first attempt, and when they do they do not works properly. As example: Youtube does not load (or the cached version says that there is no internet connection), then after a few attempts it loads but all thumbnails on the home are gray.

On another browser (Edge) all websites works normally.

Using private window has the same problem, I have no extension and no plugin other than OpenH264 Video Codec provided by Cisco Systems, Inc. and Widevine Content Decryption Module provided by Google Inc.. I tried emptying cache and also reinstalling Firefox.

The only fix I found on the web is to disable hardware acceleration from settings. If I disable it and restart the browser, then all websites works normally. Actually I can't see this as fix but as a workaround, since I am using a notebook and I'd like to use my GPU for video decoding and save energy.

Maybe I am missing something? Is there something I can do? Thanks.

Asked by Lorenzo 1 வருடத்திற்கு முன்பு

Answered by Lorenzo 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

McAfee Antivirus

I want to get rid of McAfee Antivirus on my computor

Asked by Pete 1 வருடத்திற்கு முன்பு

Answered by Pete 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

video YouTube

The download is that I am always movies on the transfer to a good comedy and show us movies because of the news , e-mailed, browser Firefox Android.install and migrate e… (மேலும் படிக்க)

The download is that I am always movies on the transfer to a good comedy and show us movies because of the news , e-mailed, browser Firefox Android.install and migrate etc

Asked by dazzlesamuel485 1 வருடத்திற்கு முன்பு

Answered by dazzlesamuel485 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

kkokonaing

1/567752

Asked by kokokonaing22dsa 1 வருடத்திற்கு முன்பு

Answered by kokokonaing22dsa 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

dowanlod

sapurt dowanlod

Asked by mdnaemislam2007 1 வருடத்திற்கு முன்பு

Answered by mdnaemislam2007 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Ask need maney

Bank international

Asked by amanuel 1 வருடத்திற்கு முன்பு

Answered by amanuel 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Can't allow to screen share in any site Firefox 115.0.2

No matter what I try, I can't allow any sites to present my screen or a window, I can't find an option in settings neither in the option to allow in the tab. The "allow" … (மேலும் படிக்க)

No matter what I try, I can't allow any sites to present my screen or a window, I can't find an option in settings neither in the option to allow in the tab. The "allow" button is simply not available at all. How do I solve that? The problem happens in all sites that I've tried: focusmate, cofocus, discord, google meet, etc

Asked by denieltonrd 1 வருடத்திற்கு முன்பு

Answered by jonzn4SUSE 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

ending playing video crashes firefox

Hey, since 2 months firefox started crashing when a video comes to the end. I tried it in troubleshoot mode skipped to min 10:45/10:50 and played. after this 5 sec it jus… (மேலும் படிக்க)

Hey, since 2 months firefox started crashing when a video comes to the end. I tried it in troubleshoot mode skipped to min 10:45/10:50 and played. after this 5 sec it just crashed. I noticed it on youtube but tried it on other players and it also happened. Today I also started a video on a other website and it crashed but not when starting youtube videos.

Here my last 5 crash reports: bp-8fdedc8b-c8bc-404f-9e3e-8f2fd0230813 bp-b15becdb-456b-4a22-971c-2c0c20230813 bp-9754361a-f67b-445a-9163-c88a20230813 bp-cffc46ae-9ae5-4678-a323-7b60b0230813 bp-a863679a-577e-45f4-9f4e-002bc0230810

Best regards, Michal

Asked by m1k0_38 1 வருடத்திற்கு முன்பு

Answered by zeroknight 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Darkmode on support.mozilla.org

Please enable the ability to use the "Dark Reader" add-on on this site or let us change it in the settings. Horrible experience in light mode. On the added image you can … (மேலும் படிக்க)

Please enable the ability to use the "Dark Reader" add-on on this site or let us change it in the settings. Horrible experience in light mode. On the added image you can see that the "Dark Reader" add-on is enabled.

Asked by janko.d.ljubicic 1 வருடத்திற்கு முன்பு

Answered by Terry 1 வருடத்திற்கு முன்பு