Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết

No Audio in Firefox only.

There is no audio on any website in Firefox only. I'm using Windows 11 Numbered list item When a video is playing there used to be an audio icon showing the tab is pl… (xem thêm)

There is no audio on any website in Firefox only. I'm using Windows 11

  1. Numbered list item When a video is playing there used to be an audio icon showing the tab is playing audio, this does not show anymore.
  2. Numbered list item Firefox does not appear in the Windows volume mixer
  3. Numbered list item The Firefox Task Manager Utility 'Windows Media Framework Audio Decoder is always idle.
  4. Numbered list item I've restarted the Windows AudioSrv service and Windows explorer process

Nothing works. Please help.

Được hỏi bởi rtwymanjr 2 tháng trước

Được trả lời bởi rtwymanjr 2 tháng trước

  • Đã giải quyết

Extension Icons not displayed on Toolbar

Hello, Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons i… (xem thêm)

Hello,

Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons installed without issue, however the icons for them are not displayed on the tool bar. I can access them using the jigsaw icon, but this is is less inconvenient that accessing the add-on directly.

I then reset Firefox in case it was a glitch and signed in again to allow the sync to reinstall the add-ons. This time only the Privacy Badger icon made it onto the toolbar. Again I can access the add-ons using the jigsaw icon.

I have tried to add the add-ons to the Customise Toolbar setting, but they do not show up in the list of things that can be added.

Firefox version: 112.0.1 (64 bit)

I have attached images to show what is happening. Is there anyway I can force the add-on icons onto the toolbar to make them more accessible?

Thank you

Được hỏi bởi russell.seymour 5 tháng trước

Được trả lời bởi TyDraniu 5 tháng trước

  • Đã giải quyết

Deleting All Bookmarks At Once

I have followed these instructions for deleting all bookmarks at once but Firefox isn't responding to these commands so I have to delete each bookmark individually. To de… (xem thêm)

I have followed these instructions for deleting all bookmarks at once but Firefox isn't responding to these commands so I have to delete each bookmark individually. To delete a lot of bookmarks at once, use the Library dialog. Either: * Ctrl+Shift+b * Bookmarks > Show All Bookmarks In the left panel, click Bookmarks Menu. In the right panel, click the top item you want to remove, then press Shift+End to select all the way to the bottom, then right-click > Delete.

Được hỏi bởi wdhughes2462 5 tháng trước

Được trả lời bởi TechHorse 5 tháng trước

  • Đã giải quyết

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (xem thêm)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Được hỏi bởi scottish2 4 tháng trước

Được trả lời bởi jscher2000 - Support Volunteer 4 tháng trước

  • Đã giải quyết

Firefox Consistently Crashes After Closing

I've been using Firefox for many years without a problem and have always liked it, but I've recently starting encountering a problem where Firefox consistently crashes af… (xem thêm)

I've been using Firefox for many years without a problem and have always liked it, but I've recently starting encountering a problem where Firefox consistently crashes after closing. After I close Firefox, the Windows Task Manager shows it still in memory. After a couple of minutes, the Mozilla Crash Reporter screen pops up informing me that Firefox had a problem and crashed, with an option to restart Firefox or Quit. I tried refreshing Firefox, which was a challenge because of the problem of hanging in memory after closing, but it did not resolve the problem. I also tried uninstalling it, then deleting the Mozilla folders and clearing out any references to Firefox in the Windows registry, and reinstalling it. I haven't installed any extensions yet; but sadly, I continue to encounter the problem. Any ideas about how to resolve the problem?

I should mention that I had bought a new SSD for my computer and migrated everything over from the old SSD to the new one. The problem with Firefox began after the migration. Everything else that was installed there works without a problem. I would be surprised if this is related to the issue considering I've reinstall Firefox.

Được hỏi bởi Allan 4 tháng trước

Được trả lời bởi Allan 4 tháng trước

  • Đã giải quyết

Scroll using the arrow keys.

Hey there, I have been using the arrow keys to scroll pages more and more often and was wondering if there is a way to increase / decrease the speed when holding down th… (xem thêm)

Hey there,

I have been using the arrow keys to scroll pages more and more often and was wondering if there is a way to increase / decrease the speed when holding down the arrow keys to scroll the page?

Thanks in advance. :)

Được hỏi bởi rubinlord 4 tháng trước

Được trả lời bởi cor-el 4 tháng trước

  • Đã giải quyết

Slow Firefox Launch and Load

Running Windows 11 on a Dell XPS 8930. Internet download speed is 100Mb/sec. With every update of Firefox it seems to take longer and longer to launch Firefox and load o… (xem thêm)

Running Windows 11 on a Dell XPS 8930. Internet download speed is 100Mb/sec. With every update of Firefox it seems to take longer and longer to launch Firefox and load open windows and tabs. Several minutes of the back and forth ball on each tab. I can launch Chrome and its windows and tabs load almost immediately. What can I do to improve Firefox performance, short of abandoning it?

Được hỏi bởi Mehsab 1 tháng trước

Được trả lời bởi zeroknight 1 tháng trước

  • Đã giải quyết

Fullpage translation icon doesn't appear on address bar

With the new 118 version that introduced fullpage translations, whenever I got to a site that's not in English and that is one of the supported languages, the translation… (xem thêm)

With the new 118 version that introduced fullpage translations, whenever I got to a site that's not in English and that is one of the supported languages, the translation icon doesn't appear at all in the address bar. I can go to the menu and click "Translate Page..." and then the icon will appear but when I click to "Show original" it dissapears.

Được hỏi bởi Ecastro179 5 ngày trước

Được trả lời bởi TyDraniu 5 ngày trước

  • Đã giải quyết
  • Đã lưu trữ

Consistent "Trouble find that site" Errors on Windows 11

Recently I upgraded my Windows 10 to Windows 11 and since doing so, I've had consistent errors while browsing the web on Firefox. Most notably the "Humm. We're having tro… (xem thêm)

Recently I upgraded my Windows 10 to Windows 11 and since doing so, I've had consistent errors while browsing the web on Firefox. Most notably the "Humm. We're having trouble finding that site." error message.

For example, when visiting, say Verizon.com, the tab will display the aforementioned error to which I press Try Again and the website loads correctly every-time. No hiccups on the refresh.

I've tried the following:

  1. I've performed a completely clean uninstall of Firefox and then reinstall
  2. Cleared all browser history/cache
  3. Removed all extensions
  4. Disabled IPv6, HTTPS Over DNS, No Proxy
  5. Ran through Firefox's troubleshooting
  6. Used Firefox Troubleshooting Mode in the Browser
  7. Tested that the problem does not happen while using Edge

I've never had a single problem on Windows 10 with Firefox. Curious if others are experiencing the same issues and if there are any fixes. Nothing else on the PC has changed.

  • Windows 11 21H2 2200.348
  • Network driver is the latest Win11 edition
  • Firefox 95

Được hỏi bởi Justin 1 năm trước

Được trả lời bởi Justin 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Windows 11 Minimize/Maximize Buttons Missing (Tablet Mode?)

My minimize/maximize buttons have suddenly gone missing. I found other answers on this site that say Tablet Mode is the culprit; indeed, the density settings within Firef… (xem thêm)

My minimize/maximize buttons have suddenly gone missing. I found other answers on this site that say Tablet Mode is the culprit; indeed, the density settings within Firefox are telling me Tablet Mode on.

However, tablet mode was officially removed in Windows 11. It's not in the settings, it's not in the Control Panel, and registry edits don't seem to work either. So what's going on here? A regression? How do I get my minimize and maximize buttons back?

Được hỏi bởi lunabunn 1 năm trước

Được trả lời bởi cor-el 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Nightly 95 on Windows 11 - Minimize & Maximize Buttons Are Missing

I have recently clean installed Windows 11 on my computer. I have noticed with the current Nightly 95 install that the minimize & maximize buttons are completely gone… (xem thêm)

I have recently clean installed Windows 11 on my computer. I have noticed with the current Nightly 95 install that the minimize & maximize buttons are completely gone, only the close button is there. Even when I click on the area where the 2 missing buttons are nothing happens. When I double click the same area, the area behaves the same way as the rest of the top bar, it either makes the current window become a smaller window or a full window.

I have also installed Firefox 93 and 94 Beta 6, they both behave as normal with the minimize and maximize buttons visible and usable, just like any other program or Firefox version ever on Windows. Also, before I clean installed Windows 11, I used Nightly 95 on Windows 10 within the last day or so and I don't recall ever having this behavior happen there either.

Is this behavior on Nightly 95 on Windows 11 intentional or an error? I know Firefox has and is going through a massive GUI update and other user facing changes with Proton, but wasn't sure if this had anything to do with the trouble I am experiencing. I also understand that Nightly may have a lot of changes and features that are unique to it. I honestly just wasn't sure about this issue.

Thank you in advance for any and all help!

Được hỏi bởi 7apple7 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Windows update to windows 11

Hi Everybody I upgraded to windows11 yesterday. Now I see that some websites like https://www.digitec.ch/ show correctly for approximatly 1 second, then they turn white. … (xem thêm)

Hi Everybody I upgraded to windows11 yesterday. Now I see that some websites like https://www.digitec.ch/ show correctly for approximatly 1 second, then they turn white. Any idea what causes that? Thanks a lot for any help. Thomas

Được hỏi bởi mathis.thomas 1 năm trước

Được trả lời bởi mathis.thomas 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

"internet security warning" pop up.

Every time I open up outlook I get "internet security warning" pop up. i am using proton mail with proton bridge to get it on outlook and I use Proton VPN. Proton isn't… (xem thêm)

Every time I open up outlook I get "internet security warning" pop up. i am using proton mail with proton bridge to get it on outlook and I use Proton VPN. Proton isn't secure?

Được hỏi bởi rboelte 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Youtube loading delayed, skipping video delayed load

I have searched for this problem, and only come across outdated information about Youtube's intentional changes to slowdown Edge and Firefox in 2019. This is not that. W… (xem thêm)

I have searched for this problem, and only come across outdated information about Youtube's intentional changes to slowdown Edge and Firefox in 2019. This is not that.

When I load a new youtube video, the video will buffer as normal, and then buffering stops. Then there is a delay of about 10 seconds. You can see from my screenshot that the buffer is filled just fine, and playback begins about 10 seconds later. This also happens if I skip ahead/back or to any position in the video. This firefox install is on a new install of Windows 11, with a new xps 13. The previous xps 13 with windows 11 didn't have this problem, and I don't have this problem on my desktop setup with windows 10.

I use a few addons: decentraleyes, ublock, duckduckgo and I have privacy protections set to strict. I have tried a few troubleshooting steps and the problem persists. Things I have tried:

  • safe-mode
  • fresh install
  • installed additional codecs
  • used user-agent workarounds to show as a chromium based browser
  • turned off hardware acceleration

The problem doesn't happen on chrome, but it does happen on Edge, which is strange. Because of this, I'm wondering if there is something going on with codecs. In the firefox screenshot posted, the codec used is vp09, same with Edge. But in Chrome the codec is av01.

Được hỏi bởi dwarren 1 năm trước

Được trả lời bởi dwarren 1 năm trước