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

Downloading & opening .zip files

How does one specify which program opens a .zip file after it is downloaded? Presently, the download functions properly, but when I click on the file, VLC media player o… (閱讀更多)

How does one specify which program opens a .zip file after it is downloaded?

Presently, the download functions properly, but when I click on the file, VLC media player opens; have no idea why; how can I specify 7-zip File Manager instead?

Thank you. Appreciate.

Hikermann 於 1 年前 詢問

user104147805413306348376805769878442569366 於 1 年前 解答

  • 封存

Firefox REFUSES To Connect To Hotmail/REFUSES To Refresh Hotmail

ONCE AGAIN, I am having Hotmail issues through Firefox, and ONLY through Firefox!!! I had to go to PALE MOON AGAIN to use Hotmail. This is getting REALLY irritating. I ca… (閱讀更多)

ONCE AGAIN, I am having Hotmail issues through Firefox, and ONLY through Firefox!!! I had to go to PALE MOON AGAIN to use Hotmail. This is getting REALLY irritating. I can go to ANY OTHER website through Firefox with no issue, but Hotmaill? Oh no, of course not. Your damn browser refuses to cooperate and Hotmail just sits there for the past TWENTY-FOUR HOURS with a waiting symbol and stalls out, refusing to do ANYTHING to refresh the page, and when I try and open an email, Hotmail says, "We're sorry, we can't display that message right now." But when I use Pale Moon, NO PROBLEMS WHATSOEVER!!!! FIx your damn browser to work with Hotmail CORRECTLY this is YOUR problem!!! Since it works FINE through Pale Moon the problem is OBVIOUSLY with YOU!!! I am so sick and tired of YOUR BROWSER stalling out and causing issues ALL THE TIME! DO SOMETHING!!!

Delenn 於 1 年前 詢問

Delenn 最近回覆於 1 年前

  • 已解決
  • 封存

How to unblock VTT files not being loaded into HTML video pages viewed on local disk?

I asked this question some time back here: https://support.mozilla.org/en-US/questions/1362859 I'm asking again to reframe the question. The problem is - if my experience… (閱讀更多)

I asked this question some time back here: https://support.mozilla.org/en-US/questions/1362859 I'm asking again to reframe the question. The problem is - if my experience is a guide to the rest of the world - VTT files (which are used to caption HTML video) are no longer read/loaded by Firefox when it is viewing the HTML file locally (i.e. file://). On the web they are loaded as expected. Presumably there's a security setting somewhere in Firefox that now refuses to load the VTTs locally. Maybe under Help > More troubleshooting information there is a setting to change to fix that?

roberto32 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (閱讀更多)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Blacklisted 於 2 年前 詢問

DB-1 於 2 年前 解答

  • 已解決
  • 封存

Firefox blocks FedEx tracking

Hello, I have had a few websites not work properly with Firefox and have needed to open my backup browser (Avast Secure Browser) to use those websites. Right now it is … (閱讀更多)

Hello,

I have had a few websites not work properly with Firefox and have needed to open my backup browser (Avast Secure Browser) to use those websites.

Right now it is FedEx that comes to mind again as I kept checking for tracking of packages shipped to me since receiving the tracking info. I queries consistently returned the error message "Unfortunately we are unable to retrieve your tracking results at this time. Please try again later."

Thinking maybe the website was having issues or maintenance (and forgetting I had the same issue with FedEx website the last time I tried tracking there in Firefox), I kept "trying again later".

Then I opened my Avast browser and pasted the same url there and, sure enough, received this report on the display:

Travel History Date or Time City & State Status Monday, April 18, 2022 9:47 PM SPARROWS POINT, MD Departed FedEx location Sunday, April 17, 2022 1:49 PM Shipment information sent to FedEx

I have tried disabling the extension NoScript as well as turning off the "Enhanced tracking protection" and allowing permissions for the FedEx site with no improvement.

I copied and pasted the RAW data as well as the text version from the "about:support" page to send you.

Any suggestions to fix this?

Thank you, Keith McNabb

kemcnabb 於 2 年前 詢問

kemcnabb 於 2 年前 解答

  • 已解決
  • 封存

How can cache audio/video files from mozilla-temp-files for offline use?

Hello everyone, to archieve some good old games, I use an special version of Firefox. Firefox (MyPal): 29.2.0, with Adobe Flash preinstalled, Disk-Cache For most game… (閱讀更多)

Hello everyone,

to archieve some good old games, I use an special version of Firefox. Firefox (MyPal): 29.2.0, with Adobe Flash preinstalled, Disk-Cache

For most games it will suffice: After loading all content online, it will be available offline too. But... some audio/video files will be saved in memory cache - %temp%\mozilla-temp-files\*[random-auffix] - instead of in disk cache. After closing session they get deleted and after restart they are saved again, with another suffix.

Sample file: http://arcaneonlinegame.epizy.com/Arcane/frames_files/midi/Ophelia's Journal.mp3 that is shipped with http://arcaneonlinegame.epizy.com/Arcane/Arcane.htm

How can I tell Firefox to permanent save streamed audio/video files, like Firefox does with everything else? In the end the music should play if I open the browser offline too.

Thank you in advance for your help. Drago

drago-yoshisabel 於 7 個月前 詢問

drago-yoshisabel 於 6 個月前 解答

  • 已解決
  • 封存

Right click menu keyboard shortcut

Hello, I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a… (閱讀更多)

Hello,

I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a link, but now it was changed to L. That is really inconvenient. As you know, when you right click a link using the mouse, your right hand is still holding the mouse, and not easy to press the letter L on the keyboard.

The old menu option is "Copy Link Locaton", but the new one is "Copy Link".

Is it possible to customize the keyboard shortcut of right click menu, please?

Thank you! Brian

Brian_30@IRQ 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

How do I install/update/trust a new ZOOM certificate with Error code 10006?

Zoom.us renewed their DigiCert Global G2 TLS RSA SHA256 2020 CA1 certificate on 03/31/2023 and I now get a persistent error message (Error Code 6: ... certificate is not … (閱讀更多)

Zoom.us renewed their DigiCert Global G2 TLS RSA SHA256 2020 CA1 certificate on 03/31/2023 and I now get a persistent error message (Error Code 6: ... certificate is not trusted.

Since then Zoom has not worked for me and their Artificial Intelligence says to open my browser and check my internet connection, time settings, updates, reinstall everything etc. - the usual responses ...

Zoom responds with "Error code: 6" and/or "Error code: 100068000"

 but do not stipulate whether these are Zoom Error codes or certificate error codes.

The Artificial Intelligence insinuation is that FireFox is not trusting this certificate.

Is this something FireFox can help me with? Perhaps, how to make this certificate "trusted"?

Thanks, I hope, Dave Henry (Dan is my Facebook pseudonym) ( DavidJHenry@telus.net )

Dan Myxyezpitilik 於 1 年前 詢問

Dan Myxyezpitilik 於 1 年前 解答

  • 封存

106.0.2 And Win Explorer

106.0.2 locks up Windows Explorer (Not Responding) on my Win 7 machine as soon as it starts. After restarting Explorer, it seems to continue working. I have seen this is… (閱讀更多)

106.0.2 locks up Windows Explorer (Not Responding) on my Win 7 machine as soon as it starts. After restarting Explorer, it seems to continue working. I have seen this issue reported earlier.

aj8mh-radio 於 1 年前 詢問

BarbaraML 最近回覆於 1 年前

  • 封存

Minimize, Maximise and Exit all now hiding.

I live with Firefix always in full screen. I Don't like seeing any bars or buttons of any kind. Befor the latest update, when I moved my mouse to the top of the screen … (閱讀更多)

I live with Firefix always in full screen. I Don't like seeing any bars or buttons of any kind.

Befor the latest update, when I moved my mouse to the top of the screen my tabs popped down and in the top right corner was the standard icons for "minimize" "maximize" and "exit".

With the latest update the tabs are there but the 3 buttons have gone.

If I exit full screen (F11) then they are there again, but I dont want to have to exit full screen every time I change between programes which I do every few mins. I'd be popping pages in and out of full screen every few mins!

How do I get the buttons back all the time?

lucyblairs 於 2 年前 詢問

tiffanyboyd78 最近回覆於 2 年前

  • 已解決
  • 封存

Connecting to trusted, unsecure device

I have a Netgear Readynas attached storage device. I am unable to connect to this device using Firefox. I encounter : Error code: SSL_ERROR_UNSUPPORTED_VERSION It i… (閱讀更多)

I have a Netgear Readynas attached storage device. I am unable to connect to this device using Firefox. I encounter : Error code: SSL_ERROR_UNSUPPORTED_VERSION

It is not an dangerous site, it is my network storage device.

Is there a way to configure Firefox to connect to this device? Thanks for any help

Michael 於 1 年前 詢問

Michael 於 1 年前 解答

  • 已解決
  • 封存

My self-signed *.local.dev wildcard SSL no longer works in v101.0

After upgrading to v101, Firefox no longer recognizes my Self-signed wildcard SSL for *.local.dev. Before you tell me not to use the .dev domain, I am aware that Google … (閱讀更多)

After upgrading to v101, Firefox no longer recognizes my Self-signed wildcard SSL for *.local.dev.

Before you tell me not to use the .dev domain, I am aware that Google owns it and we're technically not supposed to do local development with the *.local.dev domain.

I have already tried the following: 1. Set network.stricttransportsecurity.preloadlist to FALSE, and everything was working perfectly fine before v101 2. imported the server.crt into Trusted Root Authorities in Windows, and also imported it in the Certificate manager in Firefox. 3. Tried other wildcard local domains like *.test.site, *.local.ddev and these don't work either.

I even tried following recent guides to issue a new certificate with openssl and SAN, and it still doesn't work.

Screenshot of wildcard SSL attached.

Chad Reitsma 於 1 年前 詢問

Chad Reitsma 於 1 年前 解答

  • 已解決
  • 封存

Full screen border

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a… (閱讀更多)

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a weird pixelated border around the video.

DayronPL 於 11 個月前 詢問

DayronPL 於 11 個月前 解答

  • 已解決
  • 封存

after updating to 100.0, forefox "Loses" connection.

I have this problem CONSTANTLY with 100.0. i keep 2 browsers open, (1 Email, 1 ebay) After 5-10 minutes, firefox "Loses" internet connection. and i have to clear the star… (閱讀更多)

I have this problem CONSTANTLY with 100.0. i keep 2 browsers open, (1 Email, 1 ebay) After 5-10 minutes, firefox "Loses" internet connection. and i have to clear the startup cache, to get back online, only for it to happen again... and again, and again, and again! Didnt have this issue with the previous update. PLEASE HELP! and please keep the answers simple, im not well versed in programming language

thegearworks 於 1 年前 詢問

thegearworks 於 1 年前 解答

  • 已解決
  • 封存

How do I remove "synced tabs" from history menu?

After the latest update, "synced tabs" suddenly appeared in my history menu above Recently Closed Tabs. I don't use syncing of any sort so this is just a nuisance. How ca… (閱讀更多)

After the latest update, "synced tabs" suddenly appeared in my history menu above Recently Closed Tabs. I don't use syncing of any sort so this is just a nuisance. How can I get rid of it?

cfcentaurea 於 10 個月前 詢問

cor-el 於 10 個月前 解答

  • 已解決
  • 封存

Need help restoring the open tabs that are saved in Computer1, to Computer2, but Computer1 does not work

Hi - I need some help restoring the 100+ open tabs that are in Computer1, and open them AS-IS in Computer2. To help you understand my story......Computer1 is main machin… (閱讀更多)

Hi - I need some help restoring the 100+ open tabs that are in Computer1, and open them AS-IS in Computer2.

To help you understand my story......Computer1 is main machine, and I had over 100 tabs opened in there. I would like to transfer ALL of the open tabs to Computer2, before re-partitioning the C Drive in Computer1.

The problem is, my Computer1's Windows 10 is giving me problems at the moment, so I can not get into the computer by logging in. No recovery or diagnosis method will do the trick, so I will have to reinstall a fresh copy of Windows into Computer1. Besides, the computer was troubling me for having only ~50 MB available space in the C Drive (I have multiple partitions in my hard drive).

For now, I have removed the hard drive from Computer1, attached it in Computer2, and have access to the data in the various Computer1's drives.

I read many articles here in the Support Mozilla help site to restore the 100+ open tabs from Computer1, into Computer 2, but it is not working for me. I even tried copying the entire "sessionstore-backups" folder from Computer1's location, and replacing the same folder in Computer2's location.

Maybe I have to do more than just copying the "sessionstore-backups" folder, like do something additional through FireFox options??

Any help would be appreciated.

And here is the location of the "sessionstore-backups" folder in both computers:


Computer1 K:\Users\Team Umizoomi\AppData\Roaming\Mozilla\Firefox\Profiles\jrvowkxo.default\sessionstore-backups

Computer2 C:\Users\einstein jr\AppData\Roaming\Mozilla\Firefox\Profiles\x9z76c15.default-release-1\sessionstore-backups

lucky11 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

firefox crashes when using "paste"

Hello. When I paste something inside firefox, then firefox suddenly shuts down and after that a window pops up, informing me that firefox has crashed and asking if I want… (閱讀更多)

Hello. When I paste something inside firefox, then firefox suddenly shuts down and after that a window pops up, informing me that firefox has crashed and asking if I want to load the previous session... No changes have been made to my computer lately. Firefox has been updated to 113.0.1 but the problem has not been solved. Any suggestion?

Thank you.

papast3 於 11 個月前 詢問

TyDraniu 於 11 個月前 解答