Yahoo now comes up on my Firefox browser

With reference to my question just posted, also now when I click on my Firefox browser, the Yahoo search engine seems to take over and it won't let me come out of it. Mar… (read more)

With reference to my question just posted, also now when I click on my Firefox browser, the Yahoo search engine seems to take over and it won't let me come out of it. Mark

Asked by Mark Swan 37 minutes ago

browser screen on Firefox not the usual one

I have just installed "Opera" browser which I thought would allow me to install an App called "Marine Traffic" onto my computer. It seemed to make changes to my default b… (read more)

I have just installed "Opera" browser which I thought would allow me to install an App called "Marine Traffic" onto my computer. It seemed to make changes to my default browser which is Firefox, so I re-installed Firefox. Now when I click on Firefox it comes up with a search bar but it is not the usual search bar but a largely blank screen with just a search bar in the middle. It does come up with an option at the top for another search session and when I click on that it is the normal Firefox browser screen. Can I get rid of this first strange blank screen with search bar? Mark

Asked by Mark Swan 1 hour ago

website showing error

hi , i have an issue when i browse the website g-portal.com when i try to enter my account setting for my server the website shows me an error "value.toString is not a fu… (read more)

hi , i have an issue when i browse the website g-portal.com when i try to enter my account setting for my server the website shows me an error "value.toString is not a function" i contacted the website customer support and they advised me to try another device, it worked but when i try on my device on firefox i get the same issue

Asked by Anas Abdulrahman 1 hour ago

Sky Message.

I am having problems with log into my Sky email account as each time I log into the (Yahoo mail) I get the following message come up as show in the image below. message… (read more)

I am having problems with log into my Sky email account as each time I log into the (Yahoo mail) I get the following message come up as show in the image below.

message	"Control character in cookie value or attribute."

I am able to access my Sky email by other browser "Google Chrome) Any advice on how to correct the issue.

Thank You.

Asked by Red Terry 4 days ago

Last reply by Red Terry 1 hour ago

Browser keeps redirecting to wrong country

Hi all, Since recently Firefox keeps redirecting me as if I'm in Switzerland where I haven't been to ever since I use the internet. My location is in Croatia. I have tri… (read more)

Hi all,

Since recently Firefox keeps redirecting me as if I'm in Switzerland where I haven't been to ever since I use the internet. My location is in Croatia. I have tried to clear cache, cookies and browsing history multiple times, use incognito mode, my language is setup to English and I don't use VPN. Nothing helped. This unfortunately requires deeper dive because I can say for certainty that an individual who illegally surveils my device deliberately made this change and something needs to be done on Mozilla's end. Is there a way to directly contact Mozilla's support or what would you suggest to do to solve this issue?

Many thanks,

Lana

Asked by lana.staroveski 2 hours ago

Last reply by lana.staroveski 2 hours ago

NYT Games lag when typing

1950craigmillar Nov 21, 2024, 02:40 CST I love Firefox, but I can't find an answer to why the keyboard input lags 5-10 seconds. This is always noticeable in NYT Games l… (read more)

1950craigmillar

Nov 21, 2024, 02:40 CST

I love Firefox, but I can't find an answer to why the keyboard input lags 5-10 seconds. This is always noticeable in NYT Games like Wordle, but not Bluesky, for instance. I use Chrome now for NYT but eventually I'll go back to stay if I can't fix this, which is a shame as it's the best browser around. Thank you for your help.

Asked by Terence Ollerhead 22 hours ago

Last reply by Terence Ollerhead 6 hours ago

Curved tabs. Copy the code to your chrome folder in css. For your own color you will have to change a couple of colors to siut. Mine is set up for light green.

navigator-toolbox>toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) { padding: 0px 4px 4px !important; } .tabbrowser-tab[fadein]:not([pinne… (read more)

  1. navigator-toolbox>toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) {
   padding: 0px 4px 4px !important;
 }
  .tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]){
   max-width: 300px !important;

}

  1. tabbrowser-tabs {
 --tab-min-height: 36px !important;
 height: 36px !important;

}

#tabs-newtab-button {
   margin-left: 13px !important;
   margin-bottom: -1px !important;
 }
.tabbrowser-tab {
   margin: 0 -14px 0 -3px !important;
 }
 
 .tab-background{
   margin: 0 10px !important;
   background: #F0F2EA;
   background-clip: border-box;
   border: none !important; 
   -moz-transform: perspective(80px) rotateX(8deg) !important;
  -webkit-transform: perspective(80px) rotateX(8deg) !important;
   outline: none !important;
   border-top: 1px solid #7E7B7B !important;
   border-right: 1px solid #7E7B7B !important;
   border-left: 1px solid #7E7B7B !important;
   border-radius: 9px 9px 0 0 !important;
  margin-bottom:-1px !important;   

}


  .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]) {
   background-color: #D1D5C6 !important;
 }
 
 .tabbrowser-tab[selected="true"] .tab-background {
   background: #F0F2EA !important;
 }
 
 .tabbrowser-tab[selected="true"] .tab-text.tab-label {
   color: black !important;
 }
 
 .tab-line {
   display: none !important;
 }
 
 .tab-content {
   padding: 0 25px !important;
 }
 
  /* for backward compatibility */
 .tabs-newtab-button.toolbarbutton-1 {
   margin-left: -0px !important;
 }
 
 .titlebar-placeholder[type="pre-tabs"] {
   border-inline-end: initial !important;
 }
 
 #tabbrowser-tabs:not([movingtab])>.tabbrowser-tab[beforeselected-visible]::after,
 #tabbrowser-tabs[movingtab]>.tabbrowser-tab[visuallyselected]::before,
 .tabbrowser-tab[visuallyselected]::after {
   border-color: var(--tabs-border-color);
   margin-top: 0 !important;
   margin-bottom: 1px !important;
   opacity: 8 !important;
   border: none !important;
 }
 
 [tabsintitlebar]:root:not([extradragspace]) .tabbrowser-tab::after,
 .tabbrowser-tab:hover::after,
 #tabbrowser-tabs:not([movingtab])>.tabbrowser-tab[beforehovered]::after {
   border: none !important;
 }
 
 .tab-text.tab-label {
   text-shadow: initial !important;
   color: black !important;
   font-style: unset;
   text-decoration: none !important;
   -webkit-font-smoothing: antialiased !important;
   -moz-osx-font-smoothing: grayscale !important;
 }
 
 .tabbrowser-tab:hover .tab-text.tab-label {
   color: black !important;
   text-shadow: none !important;
   -moz-osx-font-smoothing: unset !important;
 }

Asked by Neil Harris 7 hours ago

Im copy image from paint.net to Google docs and image broke.

Firefox 132.0.2 (64-bit) In other browsers/programm work correctly https://docs.google.com/ From me topic: https://forums.getpaint.net/topic/130993-copy-paste-image/ I… (read more)

Asked by hokagegaara 8 hours ago

YT Community Tab troubles

When you go to the YouTube community tab, click on a link like https://www.youtube.com/post/UgkxFmoD_WE2uSNmIHw1Njhj36JVQMnzrWzz this example I get a banner that this pa… (read more)

When you go to the YouTube community tab, click on a link like https://www.youtube.com/post/UgkxFmoD_WE2uSNmIHw1Njhj36JVQMnzrWzz this example I get a banner that this page slows down firefox and after a few minutes the tab crashes. I tried disabling extensions, but it didn't help me. I came across this on two different PCs on Windows.

ff 131.0 x64 win10 x64 1809

Asked by namenamenamename 1 month ago

Last reply by namenamenamename 11 hours ago

problem in messenger and facebook

When I use the Firefox browser, the use of this site is very slow, messages do not appear, and the site is horribly slow. Facebook also has the same problem. Please fix t… (read more)

When I use the Firefox browser, the use of this site is very slow, messages do not appear, and the site is horribly slow. Facebook also has the same problem. Please fix this problem.

Asked by aminebelgho6 18 hours ago

Problem with large amount of POST data

If I want to display a table with large amounts of data and at the same time I want to pass it on via POST, Firefox displays only part of this data, What is the reason fo… (read more)

If I want to display a table with large amounts of data and at the same time I want to pass it on via POST, Firefox displays only part of this data, What is the reason for this? In other browsers, these pages work without a problem.

Asked by jarekw1 1 day ago

How do I change this (see screenshot)?

Over the last week or so, I've started seeing this (see screenshot) when I first start Firefox. It use to be just the large icons with stories, three across, but now ther… (read more)

Over the last week or so, I've started seeing this (see screenshot) when I first start Firefox. It use to be just the large icons with stories, three across, but now there's the addition of the vertical strip on the right hand side. How do I go back to just the three across?

Asked by Homer712 1 day ago

Hold back button to show previous pages

On the latest Firefox Nightly builds (I use Nightly for extensions), holding the back button in the Android navigation bar no longer brings up previous pages, like it doe… (read more)

On the latest Firefox Nightly builds (I use Nightly for extensions), holding the back button in the Android navigation bar no longer brings up previous pages, like it does when holding the back button in the three dot menu. Is there a config option to bring this back?

Asked by scott06thomas 1 day ago

Always Freeze when typing a name when logging in to Gmail

For some reason, every time I log in to Gmail and start writing a name in the email column, just after writing 2 characters, Firefox immediately freezes. I've reinstalled… (read more)

For some reason, every time I log in to Gmail and start writing a name in the email column, just after writing 2 characters, Firefox immediately freezes. I've reinstalled, I've cleared all data (browsing history, cookies and cache), I've reset, but the problem still exists. But if I log in with another account, Gmail can be accessed smoothly.

Asked by umarfworks 1 day ago

Problems saving bookmarks in alphabetical order

Up until a few years ago it was possible to save new bookmarks to the Bookmarks Menu and they would appear in alphabetical order. This has no longer been the case for me … (read more)

Up until a few years ago it was possible to save new bookmarks to the Bookmarks Menu and they would appear in alphabetical order. This has no longer been the case for me in the last 2-3 years (I regularly check to ensure that I do have the latest version running). When I save a new bookmark it appears right at the end of all the other bookmarks I have. I can view the bookmarks in full alphabetical order when I use Bookmark manager BUT cannot save them permanently in this format. It simply reverts back to the old part sorted list when I try to save a new bookmark. Any help gratefully received.

Asked by iain1 1 day ago

wrong language on youtube page in firefox

Everytime when going to youtube with firefox, I get language "dansk" instead of "german" or "swiss german". My firefox: 132.0.2 (64-bit). My language setting in firefox: … (read more)

Everytime when going to youtube with firefox, I get language "dansk" instead of "german" or "swiss german". My firefox: 132.0.2 (64-bit). My language setting in firefox: german My language setting in Windows 11: swiss german

this is very annoying, because I first have to change on the youtube page the language to "german" in order to understand the menu.

In Google Chrome youtube behaves normally.

Asked by grac1 1 day ago

Website Loading Issues in Firefox

Hello, I run a website, https://tasbihdigital.net/ , and I've noticed something unusual. When browsing the site using Firefox, some pages seem to load slower compared to … (read more)

Hello, I run a website, https://tasbihdigital.net/ , and I've noticed something unusual. When browsing the site using Firefox, some pages seem to load slower compared to other browsers. Has anyone else experienced this, or are there specific troubleshooting steps I can take?

Thanks in advance!

Asked by Muhammad Nadir Khan 1 day ago

open a local url

I can't figure out how to open an url like "http://fritz.box" or "192.168.178.10.1". Either Firefox starts a search or auto completes the address to "https://fritz.box". … (read more)

I can't figure out how to open an url like "http://fritz.box" or "192.168.178.10.1". Either Firefox starts a search or auto completes the address to "https://fritz.box". This address can not be resolved locally. If anyone happens to read this and could help me please, I just want to open the configuration page of my router. And I can't do it with Firefox for Android - so it seems. Thank you for your time!

Asked by Jörg Drechsel 1 day ago

Last reply by Jörg Drechsel 1 day ago