• தீர்வுற்றது
  • Archived

Firefox printing with System print dialog

Since the last update to Firefox I have not been able to print using the system dialog. Only the new Firefox print screen comes up. How can I return to system printing … (மேலும் படிக்க)

Since the last update to Firefox I have not been able to print using the system dialog. Only the new Firefox print screen comes up. How can I return to system printing dialog?

Also the ability to set print quality in the Firefox print screen does not exist. I can do copies, black or color, duplex printing, etc but not set the print quality like draft, text, photo, etc.

I also have many forms I've setup for printing and I can't access these.

Thanks, Pat

Asked by patbarrmail 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Firefox returning a PR_CONNECT_RESET_ERROR, Chrome too, Edge OK

Firefox began returning a PR_CONNECT_RESET_ERROR error on all websites a few days ago. Chrome likewise. MIcrosoft Edge is working fine. I am running Windows 7 with Kasper… (மேலும் படிக்க)

Firefox began returning a PR_CONNECT_RESET_ERROR error on all websites a few days ago. Chrome likewise. MIcrosoft Edge is working fine. I am running Windows 7 with Kaspersky. I tried turning off the Windows Firewall and the Kaspersky protection, but it didn't help. I also tried disabling plugins, theme, and add-ons but it still didn't help. Any suggestions?

Asked by CLamb 1 வருடத்திற்கு முன்பு

Answered by CLamb 1 வருடத்திற்கு முன்பு

  • Archived

Firefox build for Windows 7 Pro x 64bit

What Firefox build to use on Win. 7 pro x64bit? Started to get API web GL2 error on Facebook.

Thanks Dave.

Asked by EF80 7 மாதங்களுக்கு முன்பு

Last reply by EF80 7 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

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.

Asked by Hikermann 1 வருடத்திற்கு முன்பு

Answered by user104147805413306348376805769878442569366 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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

Asked by Brian_30@IRQ 3 ஆண்டுகளுக்கு முன்பு

Answered by cor-el 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

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.

Asked by Blacklisted 2 ஆண்டுகளுக்கு முன்பு

Answered by DB-1 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

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?

Asked by roberto32 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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

Asked by drago-yoshisabel 7 மாதங்களுக்கு முன்பு

Answered by drago-yoshisabel 7 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

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

Asked by kemcnabb 2 ஆண்டுகளுக்கு முன்பு

Answered by kemcnabb 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

How To Turn Off Update Notifications For Firefox vers 115.2.0esr (64-bit) ?

Is there a way to stop the 'update nagging' in Firefox vers 115.2.0esr (64-bit) ? (I already have automatic updates turned-off.)

- Paul

Asked by paulnix 7 மாதங்களுக்கு முன்பு

Answered by paulnix 7 மாதங்களுக்கு முன்பு

  • Archived

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?

Asked by lucyblairs 2 ஆண்டுகளுக்கு முன்பு

Last reply by tiffanyboyd78 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

How to remove white border Firefox?

Firefox version 116.0.3 I try eveything to remove white border but it not work.

Asked by Grace9129 7 மாதங்களுக்கு முன்பு

Answered by cor-el 7 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

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 )

Asked by Dan Myxyezpitilik 1 வருடத்திற்கு முன்பு

Answered by Dan Myxyezpitilik 1 வருடத்திற்கு முன்பு

  • Archived

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!!!

Asked by Delenn 1 வருடத்திற்கு முன்பு

Last reply by Delenn 1 வருடத்திற்கு முன்பு

  • Archived

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.

Asked by aj8mh-radio 1 வருடத்திற்கு முன்பு

Last reply by BarbaraML 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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

Asked by lucky11 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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.

Asked by DayronPL 11 மாதங்களுக்கு முன்பு

Answered by DayronPL 11 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Selectively Allow Cookies

Hi Everyone, My Bank has suddenly decided that ALL cookies must be allowed before letting their customers in -- a requirement with which I wholly disagree. My FireFox is … (மேலும் படிக்க)

Hi Everyone, My Bank has suddenly decided that ALL cookies must be allowed before letting their customers in -- a requirement with which I wholly disagree. My FireFox is set to block anything that moves, and supported by Ad Blockers and Ublock too. Is there a way in which I can configure FF to allow me into the Bank site without having to change my "secure" settings every time? I am no computer genius - so please make it simple for me.

Thanks everyone.

Ian

Asked by Ian 8 மாதங்களுக்கு முன்பு

Answered by zeroknight 8 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

"What precisely does “sync” mean with respect to transferring Firefox information between devices?

I’ve not had much success with my online searches to learn the details about what takes place when Firefox syncs browser information across devices. To keep things simpl… (மேலும் படிக்க)

I’ve not had much success with my online searches to learn the details about what takes place when Firefox syncs browser information across devices. To keep things simple, assume I interested only in syncing bookmarks and staying within the Firefox environment, i.e., no syncing to another browser. Please note that I am NOT asking for help in setting up Sync on different devices or in how to turn Sync on and off. Rather I am seeking help to understand what “sync” means, that is, the details of the sort of information transfers that take place between individual devices and the Firefox Sync server.

Here’s what I currently understand. After signing in to my Firefox account on Device 1, setting up syncing on that device, specifying that I want only bookmarks to be synced, and turning syncing on, the set of bookmarks on Device 1 is sent to be stored on a Firefox server. After that, whenever one is signed in to the Firefox account on Device 1 and syncing is turned on, any changes to the bookmarks on Device 1 will "automatically" (but I don't know how quickly) end up being reflected in the set of bookmarks stored on the server. Fine so far.

In addition to Device 1 I have another device, Device 2 which has not been set up for Firefox Sync. It has its own set of bookmarks. Some of them are also on Device 1, some are not. I sign into my Firefox account on Device 2 and set up syncing on it. I follow the steps for doing this in https://support.mozilla.org/en-US/kb/how-do-i-set-sync-my-computer, “Connect additional devices to Sync.” I then click Sync Now. OK, now what happens?

1A. Do the bookmarks in Device 2 get added to the bookmarks stored in the Firefox Sync server? 1B. Do the bookmarks NOT in Device 2 get deleted from the bookmarks stored in the Firefox Sync server?

OR

2A. Do the bookmarks stored in the Firefox Sync server get added to the bookmarks in Device 2? 2B. Do the bookmarks NOT stored in the Firefox Sync server get deleted from the bookmarks in Device 2?

After whatever transfers of bookmark between Device 2 and the Firefox Sync server take place, and assuming that I’m still signed in to my Firefox account on Device 1 and that syncing on that device is still turned on, what sort of transfers of bookmarks takes place between the new set of bookmarks stored in the Firefox Sync server and the set of bookmarks already on Device 1?

3A. Do the bookmarks then present in the Firefox Sync server get added to the bookmarks in Device 1? 3B. Do the bookmarks no longer in the Firefox Sync server get deleted from the bookmarks in Device 1?

Finally, what happens to the set of bookmarks in Device 1 and Device 2 if I’m simultaneously signed in to my Firefox account, syncing is turned on in both Devices 1 and 2, and a bookmark is a) added to either device OR b) deleted from either device?

I’m sorry this message is so long, but I’ve wanted to be clear about the things I don’t understand in regard to Firefox Sync. I’d really appreciate what anyone can say to help me clarify these points. Thanks so much.

Asked by lbecker 1 வருடத்திற்கு முன்பு

Answered by Paul 1 வருடத்திற்கு முன்பு

  • Archived

youtube

Hello. I would like to find out how to create a youtube channel.While I have a gmail account,and can go on youtube with it,i,m wondering how/if it might be possible to cr… (மேலும் படிக்க)

Hello. I would like to find out how to create a youtube channel.While I have a gmail account,and can go on youtube with it,i,m wondering how/if it might be possible to create a youtube channel using a different email address.I also have a hotmail/outlook ,and yahoo email account/s ? Thankyou.

Asked by cs999 1 வருடத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு