Отображение вопросов с тегом: Показать все вопросы
  • Решено

My entire phone got hacked by third party. Illegal activities and malware took place in my Android phone. I couldn't find my phone and someone access to my account.

Today Google manage to find out that third party G Suites hacking my phone and impersonating. They hijacked the Google play and itook control of it.

Задан Rocky Neythen Neythen 2 месяца назад

Дан ответ Rocky Neythen Neythen 2 месяца назад

  • Решено

New Tab not showing Recent Activity anymore.

I have Firefox's New Tab set as my home page, since I'm choosing to divorce myself from political doomscrolling for the next four years. The New Tab page is perfect for h… (читать ещё)

I have Firefox's New Tab set as my home page, since I'm choosing to divorce myself from political doomscrolling for the next four years. The New Tab page is perfect for having frequently visited sites at the top, Pocket stories I can curate in the middle, and what used to be a history of articles and sites I've read most recently in "Recent Activity" along the bottom. Within the last few days, "Recent Activity" has been blank, and will no longer keep track of articles I've recently read. I've tried clearing the browser history and cookies, and it came back for a moment, but quickly went back to being blank. And the major downside to clearing the browser is that my four rows of most frequently visited sites gets wiped clean also, and I have to spend time getting them back on the list. I do not have Firefox set to automatically clear history upon closing it. I've tried turning "Recent Activity" off and on with the page's Settings (cog in the bottom right corner). I'd really like to have this back, as it can help me find recently read content (especially Pocket content) easier than wading through the History log. Any help would be appreciated.

Задан Dave F 3 месяца назад

Дан ответ Dave F 2 месяца назад

  • Решено

No “Sync and save data” on iPhone?

I’m running Firefox 131.4 (46621) on my iPhone 12. I’m setting up a new Mac, and I’m trying to sync the freshly installed Firefox (132.0.1 aarch64) with my other FF inst… (читать ещё)

I’m running Firefox 131.4 (46621) on my iPhone 12.

I’m setting up a new Mac, and I’m trying to sync the freshly installed Firefox (132.0.1 aarch64) with my other FF instances.

The sync instructions ask if I have FF for mobile, then provide a QR code and give these instructions: 1. Open Firefox on your mobile device. 2. Go to the menu /// on iOS and tap «Sync and save data» 3. Tap «Ready to scan» and hold your phone over this code

There is *no* «Sync and save data» menu item, and I can’t find any other location where I might scan a QR code.


Er, help?

Задан MrRedwood 5 месяцев назад

Дан ответ MrRedwood 5 месяцев назад

  • Решено
  • Архивировано

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.

Задан Philip47 3 года назад

Дан ответ Philip47 3 года назад

  • Решено
  • Архивировано

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.

Задан bleepblopp 2 года назад

Дан ответ cor-el 2 года назад

  • Решено
  • Архивировано

How to send a private message

I think at some point I was able to send a private message. Or maybe it was just a reply to a private message that was sent to me. I remember something about clicking on … (читать ещё)

I think at some point I was able to send a private message. Or maybe it was just a reply to a private message that was sent to me. I remember something about clicking on a person's picture.

Thanks is advance for yoiur help. SweetTasha

Задан SweetTasha 2 года назад

Дан ответ gp 2 года назад

  • Решено
  • Архивировано

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

Задан ShirleySavva 2 года назад

Дан ответ cor-el 2 года назад

  • Решено
  • Архивировано

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.

Задан goriest-02-stacker 2 года назад

Дан ответ goriest-02-stacker 2 года назад

  • Решено
  • Архивировано

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 )

Задан x2 2 года назад

Дан ответ cor-el 2 года назад

  • Решено
  • Архивировано

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

Задан dazzlesamuel485 1 год назад

Дан ответ dazzlesamuel485 1 год назад