顯示下列標籤的問題: 顯示所有問題
  • 已解決
  • 封存

Book Mark history deletion

Is there a way to delete a bookmark from the book-mark drop-down window (accessed from triple horizontal bar/right side of browser) but retain the same book-mark that had… (閱讀更多)

Is there a way to delete a bookmark from the book-mark drop-down window (accessed from triple horizontal bar/right side of browser) but retain the same book-mark that had been saved in a folder created in Other Bookmarks? I discovered that when you delete a book-mark entry from drop down menu, the same entry is also deleted from its saved location in Other Book Marks. I was trying to reduce number of unsorted entries in drop down menu while saving (and retaining) the same link in the Other Bookmarks section and folder. I want to continue using the sorting and discrete folder saving possible with the Other Bookmark section but clean up the clutter in the unsorted bookmark section.

nokaoi1 於 1 年前 詢問

nokaoi1 於 1 年前 解答

  • 已解決
  • 封存

How to get rid of Google login screen?

Greetings from North-East of France, since a few weeks ago I'm seeing a (sort of) pop-up window suggesting to login with a Google account (see the screenshot attached). I… (閱讀更多)

Greetings from North-East of France, since a few weeks ago I'm seeing a (sort of) pop-up window suggesting to login with a Google account (see the screenshot attached). I've done some internet search to find out how to get rid of it, but the only suggestion I get is to modify an option in a Google account. However, I do not have a Google account! How to get rid of this disturbing pop-up? I already use Adblock Plus and uBlock Origin, yet Google passes through them! Thank you in advance for any help you may provide.

Massimo 於 1 年前 詢問

user228126785451001171488420526897964190555 於 1 年前 解答

  • 已解決
  • 封存

Backup & restore information in Firefox profiles

Hi there! I'm attempting to migrate my Firefox (106.0.3) profile from the Linux Mint V20.3 on one SSD to a new installation of Linux Mint V21 on a separate SSD. I'm usi… (閱讀更多)

Hi there!

I'm attempting to migrate my Firefox (106.0.3) profile from the Linux Mint V20.3 on one SSD to a new installation of Linux Mint V21 on a separate SSD. I'm using the information supplied on this page:

https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles

Step 4, under Backing up your profile says: Right-click on your profile folder (e.g. xxxxxxxx.default), and select Copy.

This folder, qspfoqtl.default, contains 1 file, named times.json, the contents of which are:

{ "created": 1618792039414, "firstUse": null }

Clearly, not my Firefox profile.

There is, however, a folder named nnob5aww.default-release that contains a bunch of directories and files (505.4MB) with names like bookmarkbackups, browser-extension-data... storage, weave.

Is this documentation incorrect as of this release of Firefox? And, should I be using the nnob5aww.default-release folder as the profile? I'm a little confused. (Most often, I'm a lot confused.) Any help would be appreciated.

Thanks in advance,

- Ralph

Mandelbrot1 於 1 年前 詢問

Mandelbrot1 於 1 年前 解答

  • 已解決
  • 封存

Can't enable USB Devices about:debugging

I can't enable USB Devices on about:debugging setup page. I already installed ADB toolkit for MacOS, also I can see my device in ADB devices list: ``` ~% adb devices -l L… (閱讀更多)

I can't enable USB Devices on about:debugging setup page. I already installed ADB toolkit for MacOS, also I can see my device in ADB devices list: ``` ~% adb devices -l List of devices attached 013db356 device usb:336723968X product:OnePlus6T model:ONEPLUS_A6010 device:OnePlus6T transport_id:9 ```

On the device I've enabled "Remote debugging via USB". But when I click on "Enable USB Devices" button, nothing happens. I can see only "Updating..." message, then "Disabled" again.

Also no devices in the devices list, because USB Devices are disabled. "Refresh devices" does not make any changes.

snakedoc.md 於 1 年前 詢問

snakedoc.md 於 1 年前 解答

  • 已解決
  • 封存

Picture in picture is not appearing

Yesterday I had Picture-In-Picture (shortened into pip for next mentions) working on youtube, then after one day, PIP no longer works on any of the websites, including yo… (閱讀更多)

Yesterday I had Picture-In-Picture (shortened into pip for next mentions) working on youtube, then after one day, PIP no longer works on any of the websites, including youtube. I tried disabling and enabling pip, entering troubleshoot mode, and none of them worked. Not reinstalling because it will be annoying to log in everywhere I've had account at.

Any solution?

khat 於 1 年前 詢問

khat 於 1 年前 解答

  • 已解決
  • 封存

Google Maps Not finding any addresses

MacBook Pro OS High Sierra Firefox version: 106.0b4 When I bring up Google Maps I put the address in and Firefox shows an error message. This has been happening for a co… (閱讀更多)

MacBook Pro OS High Sierra Firefox version: 106.0b4

When I bring up Google Maps I put the address in and Firefox shows an error message. This has been happening for a couple of months. See Error Message below.. Google Chrome has NO problem pulling up the address. How can I fix this? Thank you.

SunnySkyez 於 1 年前 詢問

SunnySkyez 於 1 年前 解答

  • 已解決
  • 封存

YouTube video not working,buffering?

Starting yesterday, every youtube video I try to watch never plays or is in a constant state of buffering. It works fine in Edge, and Twitch streaming has no issues so i… (閱讀更多)

Starting yesterday, every youtube video I try to watch never plays or is in a constant state of buffering. It works fine in Edge, and Twitch streaming has no issues so its definitely not my internet connection.

I've already tried clearing my cache, rebooting, clearing it again and refreshing Firefox and the issue remains. Disabled adblocker as well. I am currently on version 106.0.5

spaceferret 於 1 年前 詢問

spaceferret 於 1 年前 解答

  • 已解決
  • 封存

Hide Tab bar if there is only one tab

Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (閱讀更多)

Hello!

I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):

tab:only-of-type, tab:only-of-type + #tabs-newtab-button {

   display: none !important;

}

#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
   min-height: 0 !important;

}

Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.

Any idea how to make the above code work again?

Peter

peter596 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Mozilla recovery codes

The txt document codes I was given to save to my computer were corrupted in a recent windows update gone wrong. Can you give me those codes back, or are there other route… (閱讀更多)

The txt document codes I was given to save to my computer were corrupted in a recent windows update gone wrong. Can you give me those codes back, or are there other routes I can take to correct this?

robno538 於 1 年前 詢問

Kiki - Currently off (back April 16) 於 1 年前 解答

  • 已解決
  • 封存

Why is there no order to the dropdown Window menu?

I can't understand why the Windows menu shows us all the open windows, in no order whatsoever. Not chronological or alphabetical, just random placements, making finding a… (閱讀更多)

I can't understand why the Windows menu shows us all the open windows, in no order whatsoever. Not chronological or alphabetical, just random placements, making finding anything a dizzying & time consuming experience, as I have to look up and down each & every time. I don't know of any other browser that gives no option as to how to sort this lis.

StevenCee 於 1 年前 詢問

human321 於 1 年前 解答

  • 已解決
  • 封存

How do I remove the List all Tabs button

So I just updated to version 106.0.1, and I noticed something new in the far right corner of the screen, an arrow with a dropdown function listed as view all tabs. I have… (閱讀更多)

So I just updated to version 106.0.1, and I noticed something new in the far right corner of the screen, an arrow with a dropdown function listed as view all tabs. I have no need for this and tried to use the customize toolbar option to remove it. It did not work. How do I get rid of this thing? It's just kinda taking up space on the screen as I doubt I'm ever gonna use it.

Any tips here?

Marc7 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Cannot use Idagio.com web player in Firefox since update to 107

Since updating to version 107, the Idagio.com web player does not work in Firefox. When pressing the "Play" icon, only progression dots show forever. … (閱讀更多)

Since updating to version 107, the Idagio.com web player does not work in Firefox. When pressing the "Play" icon, only progression dots show forever.

apare3 於 1 年前 詢問

apare3 於 1 年前 解答

  • 已解決
  • 封存

Search fails most of the time. Times out, no message. Just quits.

If I key a search term into the browser bar and hit enter it begins searching. About 95% of the time nothing happens. No message. I just notice the 'x' to stop the search… (閱讀更多)

If I key a search term into the browser bar and hit enter it begins searching. About 95% of the time nothing happens. No message. I just notice the 'x' to stop the search is gone, and a 'retry' circle replaces it.

This has been going on for months. I have used firefox for years. I have renewed it, replaced it, removed all addons, accepted updates usually each day. stopped accepting updates. Refreshing, renewing, seems to help for a couple minutes. Deleting all history helped...maybe. I am on satellite internet. Also use chrome. Most of the time now, After I key a query in firefox, I switch to chrome and do the same query while waiting. Chrome works. Just doesn't have all my passwords and sites yet.

I am on windows 7 home premium. I have an AMD FX 6100 6-core CPU running at 3.3 Ghz. I have 8 gigs of RAM. I am not overclocking. I use Avast antivirus. A few months ago I bought the avast cleanup tool which was a massive mistake, I had already done all the things it wanted to try, it is just a nuisance. In settings, I have a message that says firefox is managed by my organization. I wish I could get rid of that. I would appreciate any help I can get. Thanks in advance.

danalex 於 1 年前 詢問

danalex 於 1 年前 解答

  • 已解決
  • 封存

force FF to ask me where I want to save bookmarks

The previous solution as outlined in https://support.mozilla.org/bm/questions/1361785 no longer works. The checkbox it describes no longer appears at the bottom of the Ed… (閱讀更多)

The previous solution as outlined in https://support.mozilla.org/bm/questions/1361785 no longer works. The checkbox it describes no longer appears at the bottom of the Edit Bookmark dialog. So what now?

schmibble 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Missing Window and tabs, not in history

I love how the new tab page clearly states "Never fear losing a closed tab again.", and then when a window disappears it is followed by zero history to recover it. I have… (閱讀更多)

I love how the new tab page clearly states "Never fear losing a closed tab again.", and then when a window disappears it is followed by zero history to recover it. I have not restarted Firefox, let alone my computer since the last time the window was seen (about half an hour ago). It's not in my Alt+Tab tray hiding. I don't even remember closing the tab--though it's possible my keyboard double pressed when I was closing another window. (It's old and has a tendency to double hit keys). But now I have lost a window with at least 20 tabs open--mostly things i had yet to deal with and don't remember the URL to get back to it.

What use is my history and ability to reopen accidentally closed windows if everything just disappears from it within half an hour after the window could've been closed?

I would prefer to keep most of my browsing on Firefox, but I can't constitute that if I'm going to lose months worth of saved tabs randomly.

tibursio 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Sound not working

Hi, It would be of great help to me if you could give me an advice how to fix my Firefox browser in order to be able to use it with sound. It used to work untill a few m… (閱讀更多)

Hi, It would be of great help to me if you could give me an advice how to fix my Firefox browser in order to be able to use it with sound. It used to work untill a few months ago, but once, with no reason, just stopped playing sounds , no matter if I accessed a news channel, Youtube or other site that uses sounds.. for this purpose I am forced to use Chrome or Microsoft Edge, but I like more Firefox. I mention that I have an i7 laptop with a Windows 10 OS. Thank you.

calinrednic 於 1 年前 詢問

jonzn4SUSE 於 1 年前 解答

  • 被鎖定
  • 封存

Add-ons on title bar disappeared

For decades, the add-ons have been displayed on my title bar. Then I had some securities issues and to change some settings and somehow, the icons on add-ons disappeared… (閱讀更多)

For decades, the add-ons have been displayed on my title bar. Then I had some securities issues and to change some settings and somehow, the icons on add-ons disappeared from the title bar. Would like to restore them to the title bar. Can I?

jagman55 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前