Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

Export Logins .csv file: date-stamp fields data format?

When using the Export Logins feature to create a .csv file, the last few fields don't seem to translate into any known date-stamp format in Excel. The data seems to have… (Lesen Sie mehr)

When using the Export Logins feature to create a .csv file, the last few fields don't seem to translate into any known date-stamp format in Excel. The data seems to have relative chronological value, but I can't make sense of it in a spreadsheet.

Can a developer check this and modify the output of those fields so it's more compatible?

Example:

 Header             Cell data
 ----------------------------

timeCreated 1675178753239 timeLastUsed 1684763722184 timePasswordChanged 1675178753239

Gefragt von AskRob vor 8 Monaten

Beantwortet von TyDraniu vor 8 Monaten

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von DayronPL vor 10 Monaten

Beantwortet von DayronPL vor 10 Monaten

  • Gelöst

Website ing.be doesn't open in my FF

I'm unable to open the website https://ing.be/en/individuals Here are the error messages, when I try to open the site: {"message":"invalid_request","uuid":"a147e7b1f2eb7… (Lesen Sie mehr)

I'm unable to open the website https://ing.be/en/individuals Here are the error messages, when I try to open the site:

{"message":"invalid_request","uuid":"a147e7b1f2eb7aa8-000000002ada4ae6-000000006527e963"}

X-Firefox-Spdy: h2 cache-control: private, max-age=0, no-cache, no-store content-length: 513 content-type: application/json date: Thu, 12 Oct 2023 12:41:07 GMT expires: 0 pragma: no-cache strict-transport-security: max-age=31622400; includeSubDomains x-content-type-options: nosniff x-ing-response-id: de8efe166d3f11757404a2ed895a5e40 x-xss-protection: 1; mode=block

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8 Accept-Encoding: gzip, deflate, br Accept-Language: pl,en-US;q=0.7,en;q=0.3 Cache-Control: no-cache Connection: keep-alive DNT: 1 Host: www.ing.be Pragma: no-cache Sec-Fetch-Dest: document Sec-Fetch-Mode: navigate Sec-Fetch-Site: none Sec-Fetch-User: ?1 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0

In other browsers and on my phone the website opens properly.

Gefragt von jszelo vor 5 Monaten

Beantwortet von jszelo vor 5 Monaten

  • Gelöst

Firefox 115.3.1esr hangs randomly for 5-10 minutes

I'm using Windows 7 and have been migrated to the esr updates for Firefox. I think this problem started cropping up just before going to the esr versions, but not sure. … (Lesen Sie mehr)

I'm using Windows 7 and have been migrated to the esr updates for Firefox. I think this problem started cropping up just before going to the esr versions, but not sure. Firefox will a) randomly hang and do nothing for 5-10 minutes and then pick up fine b) tends to hang a lot when signing into websites like banks, etc, doing the same thing as (a). I've updated FF several times since then, but same problem. I did try to do 1 fix which suggested creating a new "places" database, but that did not solve the problem. Not sure where to go from here as nothing has changed on my computer since the problem started - no new software, etc.

Gefragt von bgula vor 5 Monaten

Beantwortet von zeroknight vor 5 Monaten

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von Blacklisted vor 2 Jahren

Beantwortet von DB-1 vor 2 Jahren

  • Gelöst

logins.json.corrupt - Lost passwords

Lost power. Computer shut down. Reopened Firefox and no passwords. Looked in profile and there are 4 files logins.json.corrupt (149 kb) all created today at same time and… (Lesen Sie mehr)

Lost power. Computer shut down. Reopened Firefox and no passwords. Looked in profile and there are 4 files logins.json.corrupt (149 kb) all created today at same time and 1 file logins.json (2 kb). I ASSUME my passwords are in the 149KB json file? If I delete logins.json (2kb) and rename one of the 149KB to logins.json, when I reopen firefox, it just does it again: renames logins.json to logins.json.corrupt (149kb) and creates a new logins.json (2kb). Is there anyway to recover these passwords? Windows 7 Latest version of firefox

Thanx

Gefragt von rod42 vor 6 Monaten

Beantwortet von cor-el vor 6 Monaten

  • Gelöst
  • Archiviert

Strange default font - different to Chrome

Website example https://www.gbnews.com/royal/prince-harry-row-royal-family-invictus-games-veterans For some reason the main texty font is OK in chrome but not in FF Any… (Lesen Sie mehr)

Website example https://www.gbnews.com/royal/prince-harry-row-royal-family-invictus-games-veterans

For some reason the main texty font is OK in chrome but not in FF

Any ideas?

thanks

Gefragt von nemo1966 vor 6 Monaten

Beantwortet von zeroknight vor 6 Monaten

  • Gelöst
  • Archiviert

Yahoo Mail

Ever since doing a refresh of FF two days ago, Yahoo mail doesn't work. I'm able to log in but contacts are missing and I cannot refresh the page without getting "The pag… (Lesen Sie mehr)

Ever since doing a refresh of FF two days ago, Yahoo mail doesn't work. I'm able to log in but contacts are missing and I cannot refresh the page without getting "The page isn’t redirecting properly." To log back in I have to either shut down FF (my settings are to clear cookies on shutdown) or clear cache or history every 5 minutes. I have not changed my extensions or other FF settings I had before the refresh. I have cleared cookies, cleared cache, added yahoo to the cookie exceptions list and nothing helps.

Thank you.

Gefragt von M vor 6 Monaten

Beantwortet von M vor 6 Monaten

  • Gelöst
  • Archiviert

Connection to server now fails: SEC_ERROR_INADEQUATE_KEY_USAGE

I access a CCTV Network Video Recorder on the same private/LAN that I'm on using an PC via HTTPS. It's been working fine for nearly a year. Recently it won't access via H… (Lesen Sie mehr)

I access a CCTV Network Video Recorder on the same private/LAN that I'm on using an PC via HTTPS. It's been working fine for nearly a year. Recently it won't access via HTTPS any more with the Error Message "Secure Connection Failed An error occurred during a connection to 192.168.1.30. Certificate key usage inadequate for attempted operation. Error code: SEC_ERROR_INADEQUATE_KEY_USAGE

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the web site owners to inform them of this problem."

I've contacted the vendor but they seem at a bit of a loss. I can connect using HTTP, and an Android App (spit) still works too. I did find a Stack Overflow article from 2020 mentioning a possible corrupt cert9.db and/or cert_override.txt files, but as it's so old I wanted to ask for further advice before I start hacking things around. On another PC using the same browser version on the same network I get the attached response, not the same as the one I get and it will allow me to accept the risk. Can anyone help please?

Gefragt von fixit9660 vor 6 Monaten

Beantwortet von cor-el vor 6 Monaten

  • Gelöst
  • Archiviert

Cannot log in to certain websites...

When I click on Next on the login page of Hulu, youtube or the Roku websites, nothing happens. No messages about wrong or unrecognized credentials. Just no action or move… (Lesen Sie mehr)

When I click on Next on the login page of Hulu, youtube or the Roku websites, nothing happens. No messages about wrong or unrecognized credentials. Just no action or movement at all.

Gefragt von penguinlee vor 6 Monaten

Beantwortet von zeroknight vor 6 Monaten

  • Gelöst
  • Archiviert

program help

Hopefully you can help. I know this may be a Microsoft issue or question but I'm having trouble in finding a reasonable way to contact them for help. My question is, my … (Lesen Sie mehr)

Hopefully you can help. I know this may be a Microsoft issue or question but I'm having trouble in finding a reasonable way to contact them for help. My question is, my computer runs slow, and so I thought I would clean up my files by using the Microsoft disk clean up procedure. I did so. But, my specific question is what is a good number to have when the it says a given number of disk space can be cleaned up? For example, I believe when I first tried to clean the disk it said 5.1 GB of disk space could be cleaned. When I ran the disk clean process and it completed it then said 66 KB of disk space could be cleaned. So how much disk space did I gain or get cleaned up? And, if I can only clean up 66 KB of disk space is that indicative of not really needing to clean the disk any farther? Hopefully some one can help. While this may be a Microsoft issue, I believe the Firefox contributors have enough computer knowledge to help answer my question. At least that is my hope. Thank you.

Gefragt von sciencemagic vor 7 Monaten

Beantwortet von Paul vor 7 Monaten

  • Gelöst
  • Archiviert

Blocked website

Hi I have a website that is being blocked on my friends computer. When I go to the same website it is blocked as well. I have updated the Firefox software but still cant … (Lesen Sie mehr)

Hi I have a website that is being blocked on my friends computer. When I go to the same website it is blocked as well. I have updated the Firefox software but still cant get to the website. It does work on google chrome but I want to use it on Firefox. any help on this?

Here is the website: https://www.microminimus.com

Gefragt von buzzme vor 7 Monaten

Beantwortet von buzzme vor 7 Monaten

  • Gelöst
  • Archiviert

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 … (Lesen Sie mehr)

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

Gefragt von Ian vor 7 Monaten

Beantwortet von zeroknight vor 7 Monaten

  • Gelöst
  • Archiviert

Firefox Update 115 (installed today) has caused connection problems

Hi, I have spent hours this morning trying to diagnose a problem with Firefox Update 115. It is Unstable and I can't Stream Music from Youtube or even Amazon Music. Web p… (Lesen Sie mehr)

Hi, I have spent hours this morning trying to diagnose a problem with Firefox Update 115. It is Unstable and I can't Stream Music from Youtube or even Amazon Music. Web pages from sites I use everyday are out of order when displaying text as well. It's a real mess. Now, here's the kicker, I haven't been able to stream my music from both aforementioned websites, but get this, if I use the Incognito Browser, Music streams No Problem. Seems like you guys broke something in the main FF browser. I have spent hours trying to debug this and have concluded that your most recent Update has broken streaming links. I can't rollback the Update and that is even more frustrating. Please Fix This. BTW, your Help Pages really stink. Sorry, but they offer no help when the problem is clearly FF. Kind Regards, Joe White

Gefragt von seeekerman vor 7 Monaten

Beantwortet von seeekerman vor 7 Monaten

  • Gelöst
  • Archiviert

Firefox 115.0.2 (64-Bit) on Windows 7

Contrast disappears when I klick 'Login' eg. on 'https://www.elektor.de/'; other browsers are ok. AdGuard on or off makes no difference. Kind Regards [removed email from … (Lesen Sie mehr)

Contrast disappears when I klick 'Login' eg. on 'https://www.elektor.de/'; other browsers are ok. AdGuard on or off makes no difference. Kind Regards [removed email from public]

Gefragt von klaus178 vor 7 Monaten

Beantwortet von klaus178 vor 7 Monaten

  • Gelöst
  • Archiviert

Cannot enter Cox E-mail on Firefox, can with Google Chrome

Today, I cannot open Cox E-mail using Firefox, but I can with Google Chrome (which I pretty much never use). See the error message below, can someone help? I have a Del… (Lesen Sie mehr)

Today, I cannot open Cox E-mail using Firefox, but I can with Google Chrome (which I pretty much never use). See the error message below, can someone help? I have a Dell E6520 laptop running Window 7. Thanks.

Gefragt von cussboy vor 7 Monaten

Beantwortet von cussboy vor 7 Monaten

  • Gelöst
  • Archiviert

Firefox no longer remembers my history is this due to Bitdefender security system?

Firefox is set to remember history, but every time I close it and re-open it, links in websites that once had purple text is now back to white, so I don't know what link … (Lesen Sie mehr)

Firefox is set to remember history, but every time I close it and re-open it, links in websites that once had purple text is now back to white, so I don't know what link I'm on, Firefox remembers this through history saved, why does it reset back to white text? Does it have something to do with bitdefender or bitdefender VPN? Can anyone else test thie out with firefox and bitdefenders full security on? Firefox is set to save everything by the way. Only started happening after installing bitdefender.

Gefragt von Mangekyo Sharringan vor 8 Monaten

Beantwortet von Mangekyo Sharringan vor 7 Monaten