Showing questions tagged: Show all questions
  • Archived

Online bank (KeyBank) wont let me log in even though my Firefox on Mac is updated

Hi, I wonder if someone can help me log into the KeyBank website. I keep getting this message: "Due to technical concerns, your current version of Firefox is no longer a… (read more)

Hi, I wonder if someone can help me log into the KeyBank website. I keep getting this message: "Due to technical concerns, your current version of Firefox is no longer an option for KeyBank online banking. Nothing is wrong with your account. You simply need an updated browser – like the most up-to-date version of Microsoft Edge, Google Chrome, or Mozilla Firefox – to sign on to online banking." My Mac indicates I have an up-to-date version of Firefox (78.10.0esr (64-bit) Thank you

Asked by nezyounow 4 years ago

Last reply by TyDraniu 4 years ago

  • Solved
  • 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… (read more)

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 4 years ago

Answered by DB-1 4 years ago

  • Solved
  • Archived

Import Extensions from Chrome

Anyone know if there is a way to import Google Chrome extensions into Firefox. I am moving over and want to make it easy. When I search all I get is bookmarks which I kno… (read more)

Anyone know if there is a way to import Google Chrome extensions into Firefox. I am moving over and want to make it easy. When I search all I get is bookmarks which I know how to do.

TIA!

Ron

Asked by Ron 3 years ago

Answered by TyDraniu 3 years ago

  • Archived

Cancel Relay

Hi MFirefox I'd like to cancel Relay. I have been having problems with getting logged onto sites that I need quickly. This morning Norton would not let me on to see my… (read more)

Hi MFirefox

I'd like to cancel Relay. I have been having problems with getting logged onto sites that I need quickly. This morning Norton would not let me on to see my privacy report.

Please tell me how to delete/cancel Relay.

Thanks, [email removed]@frontier.com

Asked by davidfbarton 3 years ago

Last reply by cor-el 3 years ago

  • Solved
  • Archived

How to setup ESNI in Firefox 91 on Windows

After watching this video https://www.youtube.com/watch?v=mAfY_bNJTBI i went to https://www.cloudflare.com/ssl/encrypted-sni/ and did the test. Result is 3/4. (See screen… (read more)

After watching this video https://www.youtube.com/watch?v=mAfY_bNJTBI i went to https://www.cloudflare.com/ssl/encrypted-sni/ and did the test. Result is 3/4. (See screenshot below) Secure DNS, check DNSSEC, check TLS 1.3 check Enrypted SNI, fail In Firefox i tried doing exactly what the person did in the video but i dont have the settings he is showing in about:config Why is that? (Below you can see the screenshot, those settings are missing from about:config)

So my question reamins simple, how can i enable Enrypted SNI in Firefox?

Asked by Firefox_Beginner 3 years ago

Answered by cor-el 3 years ago

  • Archived

Web Browser Configuration for local Preview

Hello, With the previous version of Mozilla Firefox, I was able to preview my work by passing privacy.file_unique_origin to false. Now with the new update (95.0), it do… (read more)

Hello,

With the previous version of Mozilla Firefox, I was able to preview my work by passing privacy.file_unique_origin to false.

Now with the new update (95.0), it doesn't work anymore.

Can you please provide a solution to this issue?

Thanks in advance

Asked by nidal.mahraz 3 years ago

Last reply by cor-el 3 years ago

  • 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 … (read more)

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 3 years ago

Last reply by tiffanyboyd78 3 years ago

  • Archived

Firefox stops displaying images in Facebook, only shows a description.

I have found that after a short time Firefox stops displaying images in Facebook and only shows a description of what it thinks the image is. I have Firefox version 95.0.… (read more)

I have found that after a short time Firefox stops displaying images in Facebook and only shows a description of what it thinks the image is. I have Firefox version 95.0.2 (64-bit) with Windows 10 with the latest updates installed. I have a Dell laptop with an i7 cpu and 63 GB of RAM. This does not occur with other browsers. Reloading the page does not fix it, only a complete shutdown and startup of Firefox.

Asked by bp1952 3 years ago

Last reply by Terry 3 years ago

  • Solved
  • Archived

Minimize, maximize and close options disappear when in full screen.

When I am not in full screen the minimize, maximize and close options are there. They disappear when I go into full screen and I am forced to get out of full screen to mi… (read more)

When I am not in full screen the minimize, maximize and close options are there. They disappear when I go into full screen and I am forced to get out of full screen to minimize or close firefox. This only started happening recently. Does anybody know how to make these options appear again while in full screen?

Asked by nilxin0 3 years ago

Answered by cor-el 3 years ago

  • Solved
  • Archived

Firefox crashes on start-up

I booted into safe mode of Firefox and disabled all the extensions. I couldn't even boot the app, but now I can boot without being in safe mode, but if I close a tab, it … (read more)

I booted into safe mode of Firefox and disabled all the extensions. I couldn't even boot the app, but now I can boot without being in safe mode, but if I close a tab, it crashes immediately. Or if I quit the app - it crashes.

AdapterVendorID: 0x106b Add-ons: reset-search-defaults%40mozilla.com:2.1.0,webcompat%40mozilla.org:28.0.1buildid20211210.021657,doh-rollout%40mozilla.org:2.0.0,formautofill%40mozilla.org:1.0.1,pictureinpicture%40mozilla.org:1.0.0,proxy-failover%40mozilla.com:1.0.2,screenshots%40mozilla.org:39.0.1,addons-search-detection%40mozilla.com:2.0.0,google%40search.mozilla.org:1.1,amazondotcom%40search.mozilla.org:1.3,wikipedia%40search.mozilla.org:1.1,bing%40search.mozilla.org:1.3,ddg%40search.mozilla.org:1.1,ebay%40search.mozilla.org:1.3,firefox-compact-dark%40mozilla.org:1.2 AvailablePhysicalMemory: 172670976 AvailableSwapMemory: 1045692416 BuildID: 20211218203254 ContentSandboxCapable: 1 ContentSandboxLevel: 3 CrashTime: 1641339399 DOMFissionEnabled: 1 DOMIPCEnabled: 1 ExperimentalFeatures: fission.autostart,media.videocontrols.picture-in-picture.allow-multiple InstallTime: 1640733686 MacAvailableMemorySysctl: 57 MacMemoryPressure: Normal MacMemoryPressureCriticalTime: Unset MacMemoryPressureNormalTime: 1641339386 MacMemoryPressureSysctl: 1 MacMemoryPressureWarningTime: Unset Notes: FP(D00-L1100-W00000000-T000) WR? WR+ GL Context? GL Context+ ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384} ProductName: Firefox PurgeablePhysicalMemory: 104349696 ReleaseChannel: release SafeMode: 0 SecondsSinceLastCrash: 16 StartupCrash: 0 StartupTime: 1641339386 TelemetryEnvironment: {"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"aarch64","buildId":"20211218203254","version":"95.0.2","vendor":"Mozilla","displayVersion":"95.0.2","platformVersion":"95.0.2","xpcomAbi":"aarch64-gcc3","updaterAvailable":true},"partner":{"distributionId":null,"distributionVersion":null,"partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":8192,"virtualMaxMB":null,"cpu":{"extensions":["hasNEON"]},"os":{"name":"Darwin","version":"21.1.0","locale":"en-US"},"hdd":{"profile":{"model":null,"revision":null,"type":null},"binary":{"model":null,"revision":null,"type":null},"system":{"model":null,"revision":null,"type":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"ContentBackend":"Skia","Headless":false,"EmbeddedInFirefoxReality":null,"adapters":[{"description":null,"vendorID":"0x106b","deviceID":null,"subsysID":null,"RAM":0,"driver":null,"driverVendor":null,"driverVersion":null,"driverDate":null,"GPUActive":true}],"monitors":[{"screenWidth":1440,"screenHeight":900,"scale":2}],"features":{"compositor":"webrender_software","hwCompositing":{"status":"disabled:FEATURE_FAILURE_COMP_PREF"},"gpuProcess":{"status":"unused"},"wrQualified":{"status":"available"},"webrender":{"status":"unavailable-no-hw-compositing"},"wrCompositor":{"status":"available"},"wrSoftware":{"status":"available"},"openglCompositing":{"status":"unavailable:FEATURE_FAILURE_OPENGL_NEED_HWCOMP"},"omtp":{"status":"unused"}}},"appleModelId":"MacBookAir10,1","hasWinPackageId":null},"settings":{"blocklistEnabled":true,"e10sEnabled":true,"e10sMultiProcesses":8,"fissionEnabled":true,"telemetryEnabled":false,"locale":"en-US","intl":{"requestedLocales":["en-US"],"availableLocales":["en-US"],"appLocales":["en-US"],"systemLocales":["en-US"],"regionalPrefsLocales":["en-US"],"acceptLanguages":["en-US","en"]},"update":{"channel":"release","enabled":true,"autoDownload":true,"background":true},"userPrefs":{"browser.search.region":"US","browser.search.widget.inNavBar":false,"browser.startup.homepage":"<user-set>","browser.startup.page":3,"browser.urlbar.quicksuggest.dataCollection.enabled":false,"browser.urlbar.suggest.quicksuggest.nonsponsored":true,"browser.urlbar.suggest.quicksuggest.sponsored":true,"layers.acceleration.disabled":true,"privacy.donottrackheader.enabled":true,"widget.content.allow-gtk-dark-theme":false,"widget.content.gtk-high-contrast.enabled":true},"sandbox":{"effectiveContentProcessLevel":3,"contentWin32kLockdownState":3},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":true,"defaultSearchEngine":"ddg-addon","defaultSearchEngineData":{"loadPath":"[other]addEngineWithDetails:ddg@search.mozilla.org","name":"DuckDuckGo","origin":"default","submissionURL":"https://duckduckgo.com/?t=ffsb&q="}},"profile":{"creationDate":18989,"resetDate":18996,"firstUseDate":18989},"addons":{"activeAddons":{"doh-rollout@mozilla.org":{"version":"2.0.0","scope":1,"type":"extension","updateDay":18979,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"This used to be a Mozilla add-on that supported the roll-out of DoH, but now only exists as a stub t","name":"DoH Roll-Out","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18979},"formautofill@mozilla.org":{"version":"1.0.1","scope":1,"type":"extension","updateDay":18979,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":null,"name":"Form Autofill","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18979},"pictureinpicture@mozilla.org":{"version":"1.0.0","scope":1,"type":"extension","updateDay":18979,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Fixes for web compatibility with Picture-in-Picture","name":"Picture-In-Picture","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18979},"proxy-failover@mozilla.com":{"version":"1.0.2","scope":1,"type":"extension","updateDay":18979,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Direct Failover for system requests.","name":"Proxy Failover","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18979},"screenshots@mozilla.org":{"version":"39.0.1","scope":1,"type":"extension","updateDay":18979,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Take clips and screenshots from the Web and save them temporarily or permanently.","name":"Firefox Screenshots","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18979},"reset-search-defaults@mozilla.com":{"version":"2.1.0","scope":1,"type":"extension","updateDay":18996,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Ask the user if they would like to use a specified search engine as the default.","name":"Reset Search Defaults","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18996,"signedState":3},"webcompat@mozilla.org":{"version":"28.0.1buildid20211210.021657","scope":1,"type":"extension","updateDay":18996,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Urgent post-release fixes for web compatibility.","name":"Web Compatibility Interventions","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18996,"signedState":3}},"theme":{"id":"firefox-compact-dark@mozilla.org","blocklisted":false,"description":"A theme with a dark color scheme.","name":"Dark","userDisabled":false,"appDisabled":false,"version":"1.2","scope":4,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18996,"updateDay":18996},"activeGMPlugins":{"dummy-gmp":{"version":"0.1","userDisabled":false,"applyBackgroundUpdates":1}}},"experiments":{"bug-1690367-rollout-moving-webrtc-networking-functionality-into-i-release-87-100":{"branch":"active","type":"normandy-prefrollout","enrollmentId":"deee5207-5240-47f1-a661-69bdfdc07174"},"bug-1732206-rollout-fission-release-rollout-release-94-95":{"branch":"active","type":"normandy-prefrollout","enrollmentId":"bd1903ce-823e-4796-8f8c-7f2076775967"},"bug-1727384-pref-impact-study-for-total-cookie-protection-tcp-release-91-95":{"branch":"noop","type":"normandy-exp","enrollmentId":"909962d8-75ce-4b05-8ef5-98efc43496d3"}}} ThreadIdNameMapping: 6:"IPC I/O Parent",7:"Timer",10:"Socket Thread",11:"Permission",12:"JS Watchdog",20:"TaskController #5",18:"TaskController #3",19:"TaskController #4",17:"TaskController #2",21:"TaskController #6",16:"TaskController #1",15:"TaskController #0",22:"TaskController #7",23:"Cache2 I/O",24:"Cookie",26:"Worker Launcher",28:"WRWorker#0",46:"ImageIO",38:"WRWorkerLP#2",32:"WRWorker#4",34:"WRWorker#6",27:"Renderer",31:"WRWorker#3",36:"WRWorkerLP#0",30:"WRWorker#2",44:"Compositor",40:"WRWorkerLP#4",33:"WRWorker#5",37:"WRWorkerLP#1",39:"WRWorkerLP#3",42:"WRWorkerLP#6",35:"WRWorker#7",29:"WRWorker#1",47:"IPDL Background",41:"WRWorkerLP#5",43:"WRWorkerLP#7",51:"QuotaManager IO",52:"DOM Worker",50:"IndexedDB #1",52:"TRR Background",53:"IndexedDB #2",68:"StyleThread#4",69:"StyleThread#5",67:"StyleThread#3",65:"StyleThread#1",64:"StyleThread#0",66:"StyleThread#2",62:"ImageBridgeChld",63:"WRSceneBuilder#1",64:"WRSceneBuilderLP#1",65:"WRRenderBackend#1",69:"GMPThread",70:"ProcessHangMon",70:"mozStorage #1",71:"mozStorage #2",72:"BackgroundThreadPool #1",74:"DNS Resolver #1",75:"DNS Resolver #2",76:"HTML5 Parser",77:"mozStorage #3",78:"IndexedDB #3",79:"IndexedDB #4",80:"SSL Cert #1",87:"SSL Cert #2",83:"IndexedDB #5",84:"DOM Worker",85:"DOM Worker",86:"BgIOThreadPool #2",89:"StreamTrans #58",93:"StreamTrans #62",87:"URL Classifier",88:"ExtensionProtocolHandler",91:"IndexedDB #6",92:"mozStorage #4",94:"StreamTrans #65",94:"DOM Worker",95:"RemoteLzyStream",97:"SSL Cert #3",99:"SSL Cert #4",98:"StreamTrans #70",115:"StreamTrans #87", Throttleable: 1 TotalPhysicalMemory: 8589934592 URL: about:preferences UptimeTS: 13.166666666666666 Vendor: Mozilla Version: 95.0.2 useragent_locale: en-US

This report also contains technical information about the state of the application when it crashed.

Asked by bill.maas 3 years ago

Answered by bill.maas 3 years ago

  • Archived

Firefox 91.4.1 Library Button is missing by default

Hi there, I'm am trying to customize Firefox 91.4.1 ESR for my users who were using 78.10.1 before, however cannot find how to add Library-Button (which was default in p… (read more)

Hi there,

I'm am trying to customize Firefox 91.4.1 ESR for my users who were using 78.10.1 before, however cannot find how to add Library-Button (which was default in previous versions) to their UI. Since I am avoiding to amend pref.js and user.js, and this option is not controlled in latest admx template, maybe there is a way to use firefox.cfg? If yes, then how to add it there? Will it not lock users UI and he wont be able to change it afterwards? How about extensions interfering with UI? Also, will the removal of the icon continue in the next ESR versions?

Many thanks for your help in advance!

Asked by Malfunction68 3 years ago

Last reply by cor-el 3 years ago

  • Archived

Google calendar reminders don't automatically display by default

When my Google calendar loads in Firefox the reminder entries don't display by default. All other calendar entries such as appointments, birthdays, etc. display just fine… (read more)

When my Google calendar loads in Firefox the reminder entries don't display by default. All other calendar entries such as appointments, birthdays, etc. display just fine. To make the reminders display, I have to click on the calendar main menu (the three lines) and check the box next to reminders. Then the reminders display fine. However, the next time I start Firefox the reminders once again don't display. Once I have the reminders set I save the settings, but that doesn't help. I don't have this issue with Edge or Chrome. Has anyone else run into this, and if so, have they been able to fix it? Richard

Asked by Richard 3 years ago

Last reply by cor-el 3 years ago

  • Archived

How do you format the download destination path?

Say, for example, I want the download path to be "MyDownloadDirectory/%yyyy/%yyyy.%mm" which means "Change the download path every month to a folder named after the curre… (read more)

Say, for example, I want the download path to be "MyDownloadDirectory/%yyyy/%yyyy.%mm" which means "Change the download path every month to a folder named after the current year and the current month inside a folder named after the current year".

Many non-browser applications allow me to do this, but for some reason browsers generally don't have that option. I was thinking that there was a way to do this in Firefox.

What is a way to do this? If it's not possible in vanilla Firefox, is there an extension available for this?

Asked by mister.gt771 3 years ago

Last reply by jscher2000 - Support Volunteer 3 years ago

  • Archived

Firefox and FaceBook

When I open Facebook with Firefox all of the images in the FB session are blank, and they will not open in the usual manner. Also only about 1/4 of the FB session is disp… (read more)

When I open Facebook with Firefox all of the images in the FB session are blank, and they will not open in the usual manner. Also only about 1/4 of the FB session is displayed.

When I use Edge I have no problems at all, so I have to assume that it is FF and not my computer that is at fault.
Please advise.
Bob Burns

Asked by choppbobby 3 years ago

Last reply by choppbobby 3 years ago

  • Archived

How to enable text prediction on Firefox?

On Microsoft Edge, whenever i type the first letter of a word it will suggest automatically the recent words that i have use. How to enable it on Firefox, i already brow… (read more)

On Microsoft Edge, whenever i type the first letter of a word it will suggest automatically the recent words that i have use. How to enable it on Firefox, i already browse the settings? I really need it on my job specially doing reports. We can only use Firefox to access our websites.

Asked by Will Reed 3 years ago

Last reply by jscher2000 - Support Volunteer 3 years ago