Showing questions tagged: Show all questions
  • Solved
  • Archived

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

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.

Asked by jszelo 1 year ago

Answered by jszelo 1 year ago

  • Solved
  • Archived

location detected as being outside USA

On one web site (see attachments), my location is being detected as being outside USA while using firefox desktop browser, yet on the same computer, my location is being … (read more)

On one web site (see attachments), my location is being detected as being outside USA while using firefox desktop browser, yet on the same computer, my location is being correctly detected as being inside USA.

You will see the asian words. When I change the pull dawn tab ("Saudi Arabia") to "USA", the asian lettering does not convert to English.

Not sure how to fix this.

Asked by jenna 1 year ago

Answered by jenna 1 year ago

  • Solved
  • Archived

Desperately need to download a copy of firefox 56.0.2

I have been using Firefox 56.0.2 on Windows 7 for years safely. Until yesterday. We had one of those mini powerouts, that caused problems. My hard drive is failing an… (read more)

I have been using Firefox 56.0.2 on Windows 7 for years safely. Until yesterday. We had one of those mini powerouts, that caused problems.

My hard drive is failing and Firefox will no longer fully load, it tries bless it, but some FF files must be in the damaged sectors of the hard drive. It then locks the system. Using Chrome works fine. But some logins/passwords/bookmarks had to be changed very recently and are not stored in the chrome browser yet. I hate chrome so use FF as the main browser.

I'm thinking that if I can install a fresh copy of FF 56.0.2 in a separate folder, a separate 2nd copy of FF, and then copy yesterday mornings backed up FF profile (before the crash) I could at least copy over all the bookmarks etc to Chrome so I can have my logins etc back.

This mornings backup failed to backup some FF files, all others were fine. Firefox worked fine yesterday but failed to launch this morning.

Please help save my sanity. I know I have to move to W 10, but cannot on this computer.

Asked by SueWitch 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

How can I enable sound on pop-up blocked

Is there a way to enable sounds when the built in pop-up blocker blocks a pop-up or make the banner more noticeable? I often dont realize a pop-up has been blocked and ca… (read more)

Is there a way to enable sounds when the built in pop-up blocker blocks a pop-up or make the banner more noticeable? I often dont realize a pop-up has been blocked and cant figure out why I' not getting the new content

Asked by jpnyc 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Firefox browser

Hi when saving bookmarks with the key Control+ Shift + D this saves all bookmarks but doesn't save pinned bookmarks, what keys save all bookmarks including the pins? Tha… (read more)

Hi when saving bookmarks with the key Control+ Shift + D this saves all bookmarks but doesn't save pinned bookmarks, what keys save all bookmarks including the pins? Thanks

Asked by Mangekyo Sharringan 1 year ago

Answered by TechHorse 1 year ago

  • Solved
  • Archived

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

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.

Asked by cussboy 1 year ago

Answered by cussboy 1 year ago

  • Solved
  • Archived

Thingspeak access blocked on and off due to "security certificate" issues.

On a number of occasions over the years, I have been unable to log in to Thingspeak from my lap-top. Usually the problem goes away. This is stated as a problem with their… (read more)

On a number of occasions over the years, I have been unable to log in to Thingspeak from my lap-top. Usually the problem goes away. This is stated as a problem with their security certificate. However, my tablet, also running Firefox (119.0.1) has no problem accessing my account. What is really the problem? I am running Windows 7 on my ancient lap-top (yes, I know it is way outdated, but I'm attached to it and rely on the security software I'm paying for) The tablet is running Android 8.1.0 and is my last resort for internet. Would really like to fix this.

Asked by robertsk65 1 year ago

Answered by robertsk65 1 year ago

  • Solved
  • Archived

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (read more)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Asked by Slouch 1 year ago

Answered by Slouch 1 year ago

  • Solved
  • Locked
  • Archived

Private browsing zoom settings

I'm having a problem with websites not remembering my zoom percentage settings. The zoom settings were remembering on my administrator account until recently. The stran… (read more)

I'm having a problem with websites not remembering my zoom percentage settings. The zoom settings were remembering on my administrator account until recently. The strange thing is that zoom settings on websites ARE remembered in my standard user account on the same device. I am talking about private browsing only & after I close the session & reopen another Firefox session. Thank you

Asked by Tom_798 1 year ago

Answered by zeroknight 1 year ago

  • Solved
  • Archived

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

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.

Asked by Mangekyo Sharringan 1 year ago

Answered by Mangekyo Sharringan 1 year ago

  • Solved
  • Archived

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

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.

Asked by sciencemagic 1 year ago

Answered by Paul 1 year ago

  • Solved
  • Archived

syncing with work pc

Hi. I want to sync with my work pc (it used to work just fine but when I synced to a newer third pc- successfully- it just stopped). When i try to sign in on the work pc … (read more)

Hi. I want to sync with my work pc (it used to work just fine but when I synced to a newer third pc- successfully- it just stopped). When i try to sign in on the work pc it asks me for the primary password which it then FAILS to recognise to allow me to proceed! What's going on? I can't even log onto sites with saved passwords anymore. Any help appreciated.

Asked by onezed 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Import profile from old Firefox installation on Win 7 to new installation on Win 10Pro

Can I transfer my existing Firefox profile on the Windows 7 machine to a new installation on a new Win10Pro machine by copying the profile from the "AppData" location ont… (read more)

Can I transfer my existing Firefox profile on the Windows 7 machine to a new installation on a new Win10Pro machine by copying the profile from the "AppData" location onto a pen drive, and then copying that into the comparable folder in the new machine.

I assume if I can I will then need to make the copied profile the default one using profile manager?

Asked by lionladysf 1 year ago

Answered by lionladysf 1 year ago

  • Solved
  • Archived

Pocket taking over my computer

How do I remove pocket from Firefox? The published solution does not work. When I type "about:config" in the URL, then "pocket," and change the "extensions.pocket.enab… (read more)

How do I remove pocket from Firefox?

The published solution does not work. When I type "about:config" in the URL, then "pocket," and change the "extensions.pocket.enabled" to "false," the pocket page still shows up after I close a session or a screen asking me to sign in to pocket. I am always closing unnecessary pocket related tabs.

As I remember, one time it worked but only for two days and then the some form of the pocket page showed up again.

Restarting Firefox does not change anything. Please advise.

Asked by dougg1 1 year ago

Answered by dougg1 1 year ago

  • Solved
  • Archived

2 Firefox instances stopped working

Hello. Since a few years I was using 2 FF instances. Profile1 (default) triggered by "C:\Program Files\Mozilla Firefox\firefox.exe" Profile2 triggered by "C:\Program Fi… (read more)

Hello. Since a few years I was using 2 FF instances. Profile1 (default) triggered by "C:\Program Files\Mozilla Firefox\firefox.exe" Profile2 triggered by "C:\Program Files\Mozilla Firefox\firefox1.exe" -P Mike -no-remote -no-deelevate I could start profile 2, than profile 1 and corresponding icons on Windows 7 taskbar were lit.

Out of the blue today when I start profile2 shortcut icon from profile1 is lit and I can't start profile 1. When I start Profile1 I can run also Profile2 and corresponding icons on taskbar are lit.

There were no hardware nor software changes on that PC. How to get back possibility to run 2 instances of FF? Mike

Asked by sp5it 1 year ago

Answered by zeroknight 1 year ago

  • Solved
  • Locked
  • Archived

New Tab customization in firefox 99

hello there , I am posting this question for the second time since I can't see the previous one anywhere. Can someone help me with css to customize the New Tab top-sites… (read more)

hello there , I am posting this question for the second time since I can't see the previous one anywhere. Can someone help me with css to customize the New Tab top-sites(shortcuts) labels. I would like to change the font-size and color of the labels. My previous userContent.css does not work since FF94. Hope there is a way. look4

Asked by SuMo Bot 3 years ago

Answered by SuMo Bot 3 years ago

  • Solved
  • Archived

Lightshot extension does not display itself.

I got mad at a website that wouldn't let me right click menu to save pictures, so I stubbornly saved them via less efficient means, in the process I picked up the Long Sc… (read more)

I got mad at a website that wouldn't let me right click menu to save pictures, so I stubbornly saved them via less efficient means, in the process I picked up the Long Screenshot extension and this had an error shortly before or after I had an issue with Lightshot not appearing, other extensions did not appear either when I added them during this time period, but now these all appear with the exception of Lightshot, which gets deleted and reinstalled only to not appear, that of course being the problem, though I will also say that a right click menu not being there is like reaching onto my computer and pulling my finger away, sites that do that should be given the cold shoulder somehow, at least.

Asked by Moe Zilla 3 years ago

Answered by Dropa 3 years ago

  • Solved
  • Archived

Recent Update

7.9.32.2 Roboform worked with Firefox 100.0 but after 101.0 update Roboform has been disable. I PAID for this add-on.

Asked by Doz 3 years ago

Answered by cor-el 3 years ago