Firefox refuses to work for certain websites; what to do?

I keep experiencing this problem with different websites: Safari works, Firefox doesn't. Sample: I turned out the enhanced tracking protection, Privacy is set to Stand… (xle nububuwo)

I keep experiencing this problem with different websites: Safari works, Firefox doesn't.

Sample: I turned out the enhanced tracking protection, Privacy is set to Standard for

https://search.ccb.state.or.us/search/default.aspx

I entered valid license numbers (230880, 239798). Firefox displays NOTHING, no error message. Safari displays the relevant info.

Why is this and what should I do if I want to continue using Firefox? Thanks.

Asked by Sue 1 kwasiɖa si va yi

Last reply by Sue 25 miniti siwo va yi

  • Wo ɖo eŋu

Can I disable or remove the new sidebar that appeared today with the latest update?

I updated my desktop browser today and now there is an expandable sidebar at the left margin of the window showing tool icons for Tabs from other devices, History and Cus… (xle nububuwo)

I updated my desktop browser today and now there is an expandable sidebar at the left margin of the window showing tool icons for Tabs from other devices, History and Customize sidebar. I can see how to remove tool icons and how to expand or collapse sidebar but can I remove the sidebar completely? Is this an option? I prefer the old look with the browser web page content extending all the way to the left of the screen, without the narrow vertical sidebar.

Asked by Ferrara 8 gaƒoƒo siwo va yi

Answered by tony289 54 miniti siwo va yi

password manager only autofills passwords, not usernames

My usernames and passwords are both saved on firefox. On certain websites, like reddit, the option to autofill only appears when I click on the password box, not the user… (xle nububuwo)

My usernames and passwords are both saved on firefox. On certain websites, like reddit, the option to autofill only appears when I click on the password box, not the username box, and it only fills out the password. This happens both on windows and android.

Asked by zoejacques7 51 miniti siwo va yi

Total Cookie Protection how to shut off completely!

I do not want companies to hold my hand and secretly micro mange my browsing. How do I turn off Total Cookie Protection completely. I am blocked on some sites even if cli… (xle nububuwo)

I do not want companies to hold my hand and secretly micro mange my browsing. How do I turn off Total Cookie Protection completely. I am blocked on some sites even if click on the Shield and turn off Total Cookie Protection.

Asked by computerdown 1 gaƒoƒo si va yi

  • Wo ɖo eŋu

Sidebar

A sidebar has appeared out of nowhere. I removed all extension on that sidebar and it still doesn't go away. I already have a bookmark bar and extensions at the top bar. … (xle nububuwo)

A sidebar has appeared out of nowhere. I removed all extension on that sidebar and it still doesn't go away. I already have a bookmark bar and extensions at the top bar. I don't want another sidebar at every firefox window. How do I remove the sidebar, please.

Asked by Always Hungry 7 gaƒoƒo siwo va yi

Answered by Always Hungry 2 gaƒoƒo siwo va yi

Canadian English has Missing Definitions

I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "la… (xle nububuwo)

I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "lasagna."

Is this a bug or is the dictionary just barely populated with words and missing a tremendous amount?

Asked by Gerrit Kat 4 ŋkeke siwo va yi

Last reply by Gerrit Kat 2 gaƒoƒo siwo va yi

www.trex.com

This website no longer works on your browser across our entire organization. Does something have to be disabled in settings?

Asked by briancosta 7 gaƒoƒo siwo va yi

Last reply by jonzn4SUSE 3 gaƒoƒo siwo va yi

Recieving 403 errors in firefox but nowhere else

I often receive a 403 error when using Firefox Every time, before this happens, I get the unsafe website warning and then the 403 error when I continue anyway I am usi… (xle nububuwo)

I often receive a 403 error when using Firefox Every time, before this happens, I get the unsafe website warning and then the 403 error when I continue anyway


I am using the latest version at the time of writing These errors only occur on my desktop PC I have tried to replicate this issue on both my phone (Android) and another laptop(Windows 11) but all the websites work normally on there.

I have tried the following, none of which have any effect:

  • Clearing cookies
  • using Troubleshoot mode
  • Restarting
  • Changing Useragent
  • Using "Forget about this site"

The following do fix the issue

  • Using a VPN
  • Using Google Chrome
  • Running Firefox in another profile

Going through the privacy and security tab and reseting all the settings sometimes works but only temporarily

The following are a few websites where the issue occurs

  1. https://kdice.com/
  2. https://latinitium.com/
  3. https://theysaidso.com/
  4. https://opensource.org/
  5. httpe://obsidian.rocks/

Asked by Thomas Harris 3 gaƒoƒo siwo va yi

Tabs on bottom

Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs! Below is my current c… (xle nububuwo)

Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs!

Below is my current coding if anyone knows how to adjust it to force the tabs to the bottom again would be much appreciated!!

Current version I am running of FF is 133.0

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* IMPORTANT Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /
  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{
 position: fixed;
 display: block;
 top: 0px;
 right:0;
 height: 40px;

} @media (-moz-gtk-csd-reversed-placement),

      (-moz-platform: macos){
 .titlebar-buttonbox-container{ left:0; right: unset !important; }

} @supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){

 .titlebar-buttonbox-container{ left:0; right: unset !important; }

}

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{
 -moz-box-ordinal-group: 2; /* Fx <112 compatibility */
 order: 2;
 -moz-appearance: none !important;
 --tabs-navbar-shadow-size: 0px;
 --uc-menubar-vertical-overlap: 19px; /* for hide_tabs_with_one_tab_w_window_controls.css compatibility */

} /* Re-order window and tab notification boxes */

  1. navigator-toolbox > div{ display: contents }

.global-notificationbox,

  1. tab-notification-deck{
 -moz-box-ordinal-group: 2; /* Fx <112 compatibility */
 order: 2;

}

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){

 .titlebar-button{
   -moz-box-orient: vertical; /* Fx <112 compatibility */
   flex-direction: column;
 }

}

/* At Activated Menubar */

root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #toolbar-menubar:not([autohide="true"]) + #TabsToolbar > .titlebar-buttonbox-container {
 display: block !important;

}

  1. toolbar-menubar:not([autohide="true"]) > .titlebar-buttonbox-container {
 visibility: hidden;

}

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }
  2. TabsToolbar > .titlebar-buttonbox-container{ visibility: visible }
  3. navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog }

/* Uncomment the following if you want bookmarks toolbar to be below tabs */ /*

  1. PersonalToolbar{
 -moz-box-ordinal-group: 2;
 order: 2;

}

  • /



/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root:not([sizemode="fullscreen"]){ --uc-window-control-width: 0px !important }
root{
  /* height if native titlebar is enabled, assumes empty menubar */
 --uc-menubar-height: 20px;

}

root[tabsintitlebar]{
 /* height when native titlebar is disabled, more roomy so can fit buttons etc. */
 --uc-menubar-height: 29px;

}

root:is([sizemode="fullscreen"],[chromehidden~="menubar"]){
 --uc-menubar-height: 0px;

} /* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */

root:not([sizemode="fullscreen"]) #nav-bar{ border-inline-width: 0 }
  1. navigator-toolbox{
 -moz-window-dragging: drag;
 padding-top: var(--uc-menubar-height) !important;

}

/* Remove window dragging from notification boxes */

  1. tab-notification-deck,

.global-notificationbox{

 -moz-window-dragging: no-drag;

}

  1. toolbar-menubar{
 position: fixed;
 display: flex;
 top: 0px;
 height: var(--uc-menubar-height);
 width: 100%;
 overflow: hidden;

}

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 100%; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{
 order: 99;
 flex-grow: 1;
 min-width: var(--uc-window-drag-space-post,20px);

}

  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
root:not([sizemode="fullscreen"]) #toolbar-menubar.browser-toolbar > .titlebar-buttonbox-container{
 visibility: visible;

}

root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #TabsToolbar#TabsToolbar#TabsToolbar > .titlebar-buttonbox-container {
 display: none !important;

}

Asked by scottish2 3 gaƒoƒo siwo va yi

When the latest version is released, why does the process become slow or freeze until I press the update button and restart the device?

When the latest version is released, if I continue browsing without pressing the update button, the process suddenly becomes slow or freezes until I restart the device. W… (xle nububuwo)

When the latest version is released, if I continue browsing without pressing the update button, the process suddenly becomes slow or freezes until I restart the device. Why is this? There are no problems until the update arrives, but as soon as the update arrives, the device becomes unstable, and after the update, it works as if nothing happened.

 I am using Google Translate, so the nuances may be different.

Asked by kudo4wd 3 gaƒoƒo siwo va yi

Last reply by kudo4wd 3 gaƒoƒo siwo va yi

Slow loading speed for my local uTorrent GUI

I've noticed since a few upgraded of Firefox tat I am having an issue loading my local uTorrent GUI at: https://192.168.0.xxx:36724/gui/index.html. I am currently using 1… (xle nububuwo)

I've noticed since a few upgraded of Firefox tat I am having an issue loading my local uTorrent GUI at: https://192.168.0.xxx:36724/gui/index.html. I am currently using 132.0.2 x64 and it eventually loads after 3-4 minutes. There are absolutely zero add-ons at the moment, and it does not matter if it is a portable version or standard installed version. I do not seem to have this issue while using Firefox (latest) ESR portable version.

Is there something I'm missing here? I am not sure if it is the port that's the issue with Firefox, because I have a local website using port 9090 and 8080 without any issues on loading. Also, it is happening with the nightly version of FF as well. All other browsers load quickly.

Kind regards,

Shedrock

Asked by Shedrock 1 ŋkeke si va yi

Last reply by jscher2000 - Support Volunteer 3 gaƒoƒo siwo va yi

How to disable permanent sidebar in the browser?

Hi, I have a sidebar that appears to be permanent and I cannot make it go away. I opened firefox, went to reopen the previous session tab with control + shift + t, and … (xle nububuwo)

Hi,

I have a sidebar that appears to be permanent and I cannot make it go away.

I opened firefox, went to reopen the previous session tab with control + shift + t, and my fingers slipped and hit the wrong combo of buttons.

Then this thing appeared. This sidebar. I looked for similar questions on the topic, but it is not the history or bookmarks sidebar that pops up from control + h or control + b. I love hotkeys.

So my question is, how do I disable the dang thing?? I tried going into custom tools, I tried looking into settings, but I really cannot find this. And it seems that other issues are usually to due with bookmarks/history sidebars - which I don't believe to be the issue here..

Any help is greatly appreciated!

It's the sidebar on the left in my image if that provides any further info!

Thanks :)

Asked by max 4 gaƒoƒo siwo va yi

Last reply by TyDraniu 4 gaƒoƒo siwo va yi

Tabs on bottom - Firefox V133

Another update, another repeat of the same question: How do I return tabs on bottom in Firefox V133? I switch between tabs a lot so it is far more efficient for me to ha… (xle nububuwo)

Another update, another repeat of the same question: How do I return tabs on bottom in Firefox V133?

I switch between tabs a lot so it is far more efficient for me to have them closest to the browsing window

Thanks

Asked by craig.hemingway 4 gaƒoƒo siwo va yi

Last reply by Paul 4 gaƒoƒo siwo va yi

Firefox took space for a new lateral bar that I do not want

I need help making disappear the lateral bar but looks imposible, I have tried deleting this from customize toolbar but I still see it, I do not want it because it takes … (xle nububuwo)

I need help making disappear the lateral bar but looks imposible, I have tried deleting this from customize toolbar but I still see it, I do not want it because it takes space from my really small laptop screen.

This problem started when I updated the laptop and I guess firefox also

Asked by Eliezer David Gutierrez Hinojosa 8 gaƒoƒo siwo va yi

Last reply by Paul 4 gaƒoƒo siwo va yi