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

Widevine CDM doesnt install

Hello! I'm having an issue with Netflix, i am unable to play anything there at all. It always shows a message saying "firefox is installing components needed to play the… (xem thêm)

Hello!

I'm having an issue with Netflix, i am unable to play anything there at all. It always shows a message saying "firefox is installing components needed to play the audio or video on this page" and refuses to load anything, showing an error, F7701-1003.

After some investigation, i found out that the issue is with Firefox not loading "Widevine Content Decryption Module provided by Google Inc.". I have seasrched and tried several troubleshooting processes, and was unable to find a solution. Refreshing, reinstalling, manually deleting the profile folder, all fails

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

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã khóa
  • Đã lưu trữ

Restore Previous Session

Although I had long ago selected "Open Previous Windows and Tabs" in Start-Up, my windows and tabs were not restored when I inadvertently quit Firefox this morning and re… (xem thêm)

Although I had long ago selected "Open Previous Windows and Tabs" in Start-Up, my windows and tabs were not restored when I inadvertently quit Firefox this morning and restarted. I then went to the three horizontal bar Application Menu > History to look for "restore previous session", but that button was missing.

So I have two questions: 1. Why didn't my selected preference, "open Previous Windows and Tabs " at Start-Up work? Is there a fix? 2. What has happened to my "restore previous session button in the History tab of the Application Menu, upper right of toolbar? Has Firefox deleted the "restore previous session" button? Can I reinstall it in some way?

I'll be grateful for advice. Thank you

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

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Tabs on Bottom

Hi All OK so I got a new laptop last night it's running Win 11 on it and I reinstalled Firefox version 104.02 (64 bit). I then copied over my old Firefox's Chrome folder… (xem thêm)

Hi All

OK so I got a new laptop last night it's running Win 11 on it and I reinstalled Firefox version 104.02 (64 bit). I then copied over my old Firefox's Chrome folder with userchrome.css in it that was working fine on the old Firefox to drop the tabs to bottom. Oddly though it is not working in the new install. Below is the code I have from the old laptop. What adjustments might be needed to drop the tabs to the bottom?

I also have some color customization's to color the folders tanish but that too is not working

Thanks Dave

@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 }
}
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
#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 }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

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

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

.titlebar-placeholder,
#TabsToolbar .titlebar-spacer{ display: none; }
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
#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; }
#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 }

#navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }

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

#toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }

#toolbar-menubar > [flex]{ flex-grow: 100; }
#toolbar-menubar > spacer[flex]{
order: 99;
flex-grow: 1;
min-width: var(--uc-window-drag-space-width,20px);
}

#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }

#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;

#tabbrowser-tabs {
width: 100vw !important;
}
#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 1 năm trước

Lần cuối trả lời bởi scottish2 1 năm trước

  • Đã lưu trữ

ProctorU message Your Monitor Count could not be found

Trying to use ProctorU with Firefox 104.0.2 on Windows 11 Home, and I am getting the following message : "Monitor Count : You may only use 1 monitor during you… (xem thêm)

Trying to use ProctorU with Firefox 104.0.2 on Windows 11 Home, and I am getting the following message : "Monitor Count : You may only use 1 monitor during your exam. Your monitor count could not be found". I searched for possible fixes, and someone mentioned removing fingerprinters, and possibly also remove cookies and tracking content from Firefox enforcement. I removed all 3 and that did not help. I also tried clearing cookies and site data and also cached web content, this did not help. Is there some other setting in Firefox that might be preventing the detection of the monitor count? Any suggestions on how to fix this issue?

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

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

How do I add a new entry in the list in Settings/General/Files and Applications/Applications?

I can't find any way to add to the list of document types and applications. I know I must have done (because they are different from my wife's options), but now she needs… (xem thêm)

I can't find any way to add to the list of document types and applications. I know I must have done (because they are different from my wife's options), but now she needs to add one, and there is no immediately obvious way to do this. How do I add a new entry in the list in Settings/General/Files and Applications/Applications?

Thanks,

Tony

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

Lần cuối trả lời bởi tfurnivall 1 năm trước

  • Đã lưu trữ

Lost Audio in firefox

I have suddenly lost all audio in firefox using youtube. My Audio works fine in windows and i can play and hear all windows sounds, mp3 etc...The audio also works fine in… (xem thêm)

I have suddenly lost all audio in firefox using youtube. My Audio works fine in windows and i can play and hear all windows sounds, mp3 etc...The audio also works fine in Edge browser and Chrome browser. So it looks like an issue with firefox, The audio is not muted or disabled in any way its just silent when playing back youtube

Any help apreciated

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

Lần cuối trả lời bởi raychernandez 1 năm trước

  • Đã lưu trữ

firefox browser occasionally downloads unknown htm files

Firefox browser occasionally downloads unknown htm files with 0KB size. If I open the file, what I see is just an empty file opened in firefox browser. I have absolutely … (xem thêm)

Firefox browser occasionally downloads unknown htm files with 0KB size. If I open the file, what I see is just an empty file opened in firefox browser. I have absolutely no idea why this is happening or in what situation this happens. Has anyone heard of or solved this kind of situation before?

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

Lần cuối trả lời bởi Sotorp 1 năm trước

  • Đã lưu trữ

Printers not being seen in Firefox 104.0.2

Since the upgrade to Firefox 104.0.2, the only option when printing is to select "Save to PDF". All other apps can printer to any of my printers. I have to save as a pdf … (xem thêm)

Since the upgrade to Firefox 104.0.2, the only option when printing is to select "Save to PDF". All other apps can printer to any of my printers. I have to save as a pdf then print the document using the PDF viewer. I have HP4100 & HP9025 printers on my network, that all other apps can see and print to. I've refreshed Firefox & re-installed Firefox but the problem still persists. The System's printer dialog shows that both printers are available and changing default, or reinstalling the printers makes no difference. OS is Ubuntu 22.04.1 LTS.

Screenshots show the printer window in Firefox, and the Printer Settings from the OS Settings window.

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

Lần cuối trả lời bởi steve.marvelley 1 năm trước

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

My firefox browser keeps telling me that the server is not found everytime I use the search browser

Every time I try to use the search function I get this message, saying that they can't find the URL. I've already tried checking my connection, my firewall, restarting my… (xem thêm)

Every time I try to use the search function I get this message, saying that they can't find the URL. I've already tried checking my connection, my firewall, restarting my computer, using the troubleshoot mode, and uninstalling + reinstalling again. Can somebody please help?

Được hỏi bởi bluestorm801 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ữ

Firefox displaying fonts and some formatting incorrectly

I didn't change or adjust anything, but when I opened Firefox this morning some websites are displaying differently. On some websites, the font size is smaller than 'norm… (xem thêm)

I didn't change or adjust anything, but when I opened Firefox this morning some websites are displaying differently. On some websites, the font size is smaller than 'normal' (see attached Wikipedia screenshots), some font styles have been changed (see attached Serebii and Archive of Our Own screenshots), and some websites are not displaying properly (see attached tumblr screenshots). I have cleared my cookies, cleared my browsing history, reset my browsing and font preferences, disabled all of my add-ons,disconnected from my VPN, logged out and back into Firefox, restarted my computer, and uninstalled and reinstalled Firefox, but the issue still persists.

I'm aware I can custom adjust the font size, which solves the sizing issue, but not the display or changed font.

I've included screenshots of the issues, as well as Chrome screenshots for comparison.

Is there anything else I can do to fix this? Thank you for the help!!

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

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

  • Đã lưu trữ

Auto-rotation by-pass on Firefox with all websites

With the latest update, something was either broken or MSN figured out a way to by-pass a security feature or how browser (security and or search), now allows auto-rotati… (xem thêm)

With the latest update, something was either broken or MSN figured out a way to by-pass a security feature or how browser (security and or search), now allows auto-rotation to occur without users consent. What I mean, for instance a user goes to a page that has a box that has either picture views or views of another page but in that same page. Once you go into that page from a link on MSN.com the auto-rotation gets turnded on by default automatically. Before the update, this didnt happen! I have all my setting on strict and dont allow this, but it still occurs. All and any pages with this type of scroll or auto-rotation this occurs.

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

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Input languages

In the previous versions of Firefox, when selecting a language of input, all the other languages were unselected. This was a much better option than today's, where they r… (xem thêm)

In the previous versions of Firefox, when selecting a language of input, all the other languages were unselected. This was a much better option than today's, where they remain selected, allowing to check in several languages simultaneously. The problem with that is that when a word exists in both languages with a small difference (accent, two letters reversed or something like that), if there is a spelling mistake, it may not appear. In the example below, "defense" should be with an accent: "défense".

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

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Download button on Toolbar does not display downloads over certain amount

When I click the download button I usually see my recent downloads and click open the file directly from the drop down. After 10-20 downloads are performed the drop down … (xem thêm)

When I click the download button I usually see my recent downloads and click open the file directly from the drop down. After 10-20 downloads are performed the drop down no longer shows my recent files until I restart firefox. I think the issue is once you hit a certain amount of downloads the preview drop down no longer works. Is this a know bug? Its happening on any pc, im on version 104.0.2 (64-bit)

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

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

How to change a keyboard shortcut

I have Firefox installed on Linux (Fedora), Windows, and macOS, and on Windows and Mac, I can use ctrl (cmd on Mac) + shift + Y to open the Bitwarden extension. On Linux,… (xem thêm)

I have Firefox installed on Linux (Fedora), Windows, and macOS, and on Windows and Mac, I can use ctrl (cmd on Mac) + shift + Y to open the Bitwarden extension. On Linux, this instead opens the downloads library (which is normally ctrl + shift + j...). Is there any way to change the shortcuts on Linux to be the same as the other two OSes? Judging by the many many open questions on this site about changing shortcuts, I'm not holding my breath...

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

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Make firefox (linux, snap) mouse pointer adhere to system settings

I have recently updated to Xubuntu 22 and in the process my firefox was migrated to the snap version. Now firefox is using its own mouse pointer style (smaller pointer, … (xem thêm)

I have recently updated to Xubuntu 22 and in the process my firefox was migrated to the snap version. Now firefox is using its own mouse pointer style (smaller pointer, "hand with cuff pointing left" instead of "hand pointing up" over links). I can edit the system style of my mouse pointer, but that does not change the mouse pointer while in Firefox. This seems the same problem like these two questions: - https://support.mozilla.org/en-US/questions/1380997 - https://support.mozilla.org/en-US/questions/1369875

How do I make Firefox use the system settings for the mouse pointer? Or at least how do I change the mouse pointer style/settings for Firefox snap at all?

For reference my Firefox Version is 104.0.2 (64-bit) Mozilla Firefox Snap for Ubuntu. My desktop environment is xfce 4.16.

Thanks, Peter

Được hỏi bởi peter-lyko 1 năm trước

Lần cuối trả lời bởi Terry 1 năm trước

  • Đã lưu trữ

Sync Errors on Desktop - Passwords do not Sync & Unsuccessful Pairing on Desktop

Hi, For some reason my desktop browser version of firefox does not sync passwords with my mobile and other versions of firefox. There are NO passwords saved on my deskt… (xem thêm)

Hi,

For some reason my desktop browser version of firefox does not sync passwords with my mobile and other versions of firefox. There are NO passwords saved on my desktop version, and when I try to sync my mobile phone to my desktop there is a permanent error. I have downloaded about sync and it also shows multiple errors with my Sync.

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

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Sub-Folders don't show up in my bookmarks

Hi All, A few of my sub-folders within my bookmarks do not show up in the Toolbar and Sidebar. The same bookmarks' sub-folder are present in the Bookmarks library (that'… (xem thêm)

Hi All,

A few of my sub-folders within my bookmarks do not show up in the Toolbar and Sidebar. The same bookmarks' sub-folder are present in the Bookmarks library (that's accessed from Firefox settings).

Could you please help with how I can get these sub-folders to show up in the Toolbar/Sidebar, please.

Thank you.

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

Lần cuối trả lời bởi cor-el 1 năm trước