before i renewed firefox, i had zoom levels on the upper right corner of my bookmark tap ?
before i renewed firefox, i had zoom levels on the upper right corner of my bookmark tap ?
before i renewed firefox, i had zoom levels on the upper right corner of my bookmark tap ?
Hi, I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switc… (আরও পড়ুন)
Hi,
I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switches in order to operate my device. I downloaded and installed the latest version Firefox (version 132.0.2 (64-bit)) via Microsoft Store on my laptop running Windows 10 Home. I have a Jabber/XMPP account to communicate with my family members and friends. In order to mount my laptop to my wheelchair, my laptop has to be in tent mode (upside down, but my screen automatically rotates to the proper orientation.) When I go to mov.im in the Firefox browser and video call someone, I appear upside-down on their end. I also visited https://webcamtests.com/ in Firefox and I appeared upside-down on my screen. However when I use other programs (eg: the camera app in Windows, Google Chrome, etc.), it recognizes my laptop is in tent mode so those programs automatically adjust my camera orientation. I would like my Firefox browser to recognize that my laptop is in tent mode and automatically rotate my camera to the proper orientation. Is this possible? If not, I would like to make this a feature request please?
Thank you
Can Firefox display HDR content yet? Like videos and photos?
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… (আরও পড়ুন)
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.
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… (আরও পড়ুন)
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.
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… (আরও পড়ুন)
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.
How to download a .URL as a file? It was easy, just click LOCK in url field. but stop working in 131 version Hot to save .URL now?
Tell me how to fix Firefox so I can see a map and not just a blank screen. Tell me how to allow Firefox to open pdf documents for signature.
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… (আরও পড়ুন)
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?
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… (আরও পড়ুন)
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:
The following do fix the issue
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
Chrome has an extension that can detect AI created images called Hive. Is there a similar one for Firefox?
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… (আরও পড়ুন)
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
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; }
}
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
-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 */
.global-notificationbox,
-moz-box-ordinal-group: 2; /* Fx <112 compatibility */ order: 2;
}
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
@media (-moz-gtk-csd-close-button){
.titlebar-button{ -moz-box-orient: vertical; /* Fx <112 compatibility */ flex-direction: column; }
}
/* At Activated Menubar */
display: block !important;
}
visibility: hidden;
}
/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
/* Uncomment the following if you want bookmarks toolbar to be below tabs */ /*
-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 */
/* height if native titlebar is enabled, assumes empty menubar */ --uc-menubar-height: 20px;
}
/* height when native titlebar is disabled, more roomy so can fit buttons etc. */ --uc-menubar-height: 29px;
}
--uc-menubar-height: 0px;
} /* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */
-moz-window-dragging: drag; padding-top: var(--uc-menubar-height) !important;
}
/* Remove window dragging from notification boxes */
.global-notificationbox{
-moz-window-dragging: no-drag;
}
position: fixed; display: flex; top: 0px; height: var(--uc-menubar-height); width: 100%; overflow: hidden;
}
order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-post,20px);
}
visibility: visible;
}
display: none !important;
}
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… (আরও পড়ুন)
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.
I have the setting browser.search.openinnewtab and also browser.urlbar.openintab both set to true, but when I type a search into either the address bar or the search bar … (আরও পড়ুন)
I have the setting browser.search.openinnewtab and also browser.urlbar.openintab both set to true, but when I type a search into either the address bar or the search bar next to it, instead of opening a new tab, it puts that search into an already-open blank tab, if one is already open.
I often use blank tabs to separate my currently open tabs into groups by topic and whatnot, so it's incredibly annoying when the search bar takes over one of my adhoc 'separators' instead of opening a new tab like I want it to.
Is there a setting to force the search bar to always open a brand new tab, even if 'new tabs' are already open??
Hello, I wanna to delete saved LOGINS that firefox recomended me sometimes. I can't find it in saved passwords. How can I do it?
My search bar is taking up the entire screen when I try to interact with it. When I go to search stuff, then it returns to the normal style. Then, when I try to interact … (আরও পড়ুন)
My search bar is taking up the entire screen when I try to interact with it. When I go to search stuff, then it returns to the normal style. Then, when I try to interact with the page I'm on, it absorbs the screen.
I never feel like webpages scale properly when I visit them. There is always content left off screen or I have to zoom out so much that the text is too small to read. Is … (আরও পড়ুন)
I never feel like webpages scale properly when I visit them. There is always content left off screen or I have to zoom out so much that the text is too small to read. Is there a setting I can change to affect this?
This webpage is particularly egregious: https://www.desktopmetal.com/products/shop
My Firefox Nightly version is: 135.0a1 (2024-11-26) (aarch64). My computer is a: MacBook Air (15-inch, M2, 2023) running macOS Sequoia (Version 15.1). I have been having these issues for a long time regardless of computer.
I have attached a picture of the labs settings I have enabled but I cannot see why any of them would affect this.
The latest update to Firefox includes a new Review Checker. It is activated by pressing the price tag in the address bar when on a specific product page in Amazon, etc. … (আরও পড়ুন)
The latest update to Firefox includes a new Review Checker. It is activated by pressing the price tag in the address bar when on a specific product page in Amazon, etc. This price tag does not appear on my laptop when I am on a product page. Is there an activation method I am not using? How do I get the price tag to appear?
I've asked about this before but got no help Firefox is my browser of choice. Occasionally, I find in necessary to use Chrome. The vast majority of time, when are bo… (আরও পড়ুন)
I've asked about this before but got no help Firefox is my browser of choice. Occasionally, I find in necessary to use Chrome.
The vast majority of time, when are both are active at the same time, one or both crash, like today. Firefox closed abruptly, then the crash report appeared. I have the crash report. Chrome froze up, and had to be shut down in Task Manager.
It only occurs in this scenario. Rarely does Firefox crash otherwise.
Can someone please advise where to go to get help?
Hello, I have uninstalled and reinstalled firefox twice using two different ways found on the community/mozilla website through chrome and I am still having trouble. It s… (আরও পড়ুন)
Hello, I have uninstalled and reinstalled firefox twice using two different ways found on the community/mozilla website through chrome and I am still having trouble. It started a couple weeks ago when I received a notice at the top right hand of my firefox page for an update. I tried and it shows as Unable to connect. I tried various ways to connect with mozilla with no luck. I uninstalled, restarted my computer and reinstalled twice and still having the same issue. I lost all my plug ins and add ons after the reinstall and now I can't not even get them and can no longer sign into my firefox account through firefox. Anything that has to do with mozilla I can not reach unless I use chrome which I don't like doing. I have searched the community and nothing seems to help and I even submitted a help question in help community but no responders. Anything which I found addressing Unable to Connect was years old anyway. I can only assume it had to do with the update pop up which I never got to do and assumed a refresh or a reinstall would take care of it but it hasn't. What can I do? Thank You, Charyl