- Αρχειοθετήθηκε
up date firefox
up date firefox
up date firefox
Can't change email address or add secondary email address in Firefox account without access to gmail. Unable to login on another device as well.
Hello, I have the same issue that Ferento posted about here 11 months ago: https://support.mozilla.org/en-US/questions/1355904 When starting a new firefox instance, it s… (διαβάστε περισσότερα)
Hello, I have the same issue that Ferento posted about here 11 months ago: https://support.mozilla.org/en-US/questions/1355904
When starting a new firefox instance, it starts the window with the same size and position as the last instance had. However, when the last size stretched from top of the screen to the bottom, a new instance will always appear slightly shorter than the height of the screen, leaving a small gap between the bottom of the browser window and the bottom of the screen. The remembered size works perfectly for sizes less than the height of the screen.
The xulstore.json file is not corrupt, as I've tried removing it and altering it, resulting in the same issue. I have also tried changing the window height inside the xulstore.json file to larger than the screen size, and found that it get's cropped to slightly less than the window height, same as my issue above. This has led me to believe that when firefox starts a new instance, the size is cropped so that it doesn't extend past the screen borders. This is good, but the size it gets cropped to is clearly bugged, unless it's intended to crop to less than screen size.
I use a window manager that lets me easily snap windows to each other as well as to the screen borders, so firefox always leaving a slight gap when it starts drives me mad as I have to manually resize it every time.
I use windows 10, firefox 106.0 (64 bit), however I experience the same issue with both firefox developer edition and firefox nightly.
i want to login face book account
HOW DO I GET (THE OLD HOME SCREEN) RID OF ALL THESE GRAPHICS ON YOUR NEW HOME SCREEN? TODAY MY SCREEN IS COVERED WITH STUFF.
Hello, I believe the following to be a deficiency in Privacy and Security settings under 'Clear History when Firefox Closes' is selected. My Environment: Windows 10 P… (διαβάστε περισσότερα)
Hello,
I believe the following to be a deficiency in Privacy and Security settings under 'Clear History when Firefox Closes' is selected.
My Environment: Windows 10 Pro (21H2 Os Build: 19044.2130), Firefox 106.0.1 Note: This problem/issue has been present for many versions prior to the versions listed.
Problem Description: Under Settings - Privacy and Security - History, I have Clear history when Firefox closes selected. When I restart Firefox and check History under the Menu bar there is no History as one would expect.
However, I also have dragged the Firefox icon down to the Windows Task bar and use that icon as a shortcut to start Firefox in both normal and private modes. The issue here is upon right clicking that icon there is a huge list of previous websites listed under 'Recent'. If you have the settings described above there should be NO history showing. This is a significant Privacy issue and should be covered when the above settings are selected.
So, this should be corrected in a future update. In the meantime where does one go to delete this cache of saved websites for Firefox.
Any help would be appreciated.
Thanks
No idea who is gonna respond on this but hope someone can help.. when im trying to serch things up ive tryed before i dont get the surgestions in the order i would like… (διαβάστε περισσότερα)
No idea who is gonna respond on this but hope someone can help..
when im trying to serch things up ive tryed before i dont get the surgestions in the order i would like...
on the image i want the cirkled website link to come first
i know the trick were u bookpark and make the shotcut but do i really need to do that with every god damn website
ty for any help u can give
I logged into my Firefox account on a public computer, however, when I logged off, all of my passwords, open tabs and bookmarks are still showing up on the Firefox browse… (διαβάστε περισσότερα)
I logged into my Firefox account on a public computer, however, when I logged off, all of my passwords, open tabs and bookmarks are still showing up on the Firefox browser on this public computer.
Nothing I have tried to remove it from this public computer has worked.
I have tried the following:
And none of it has worked. Currently, when anyone opens Firefox on this public computer, all of my saved tabs will open, even though I'm logged off and unsynced. Also, if anyone goes to Firefox settings on this computer, they will be able to see ALL of my saved passwords on my Firefox account, also, even though I'm logged off and unsynced.
Please help. I need to remove my Firefox account from this public computer without deleting it off my personal laptop.
Thank you.
Fix it so the FireFox browser Version 88.0 for Ubuntu (Linux) works AGAIN at saving website Login data using a Primary password via your 'FireFox Sync' advertisement (doc… (διαβάστε περισσότερα)
Fix it so the FireFox browser Version 88.0 for Ubuntu (Linux) works AGAIN at saving website Login data using a Primary password via your 'FireFox Sync' advertisement (documentation).
Why can't I download Truth Social? I am a US resident living in Indiana.
Unlock
I recently added Private Browsing on my Firefox browser. I do not want it and have tried several times to find a way to remove it, but cannot. Please help me. I am not… (διαβάστε περισσότερα)
I recently added Private Browsing on my Firefox browser. I do not want it and have tried several times to find a way to remove it, but cannot. Please help me. I am not very computer literate, so need simple answers. I see the Icon on my lower bar and hoped it would have an option for removal, but cannot find one. Thank you.
HOW TO GET TO THE OTHER APPS?
Google search hangs until I clear cookies which fixes it, then hangs again soon after. I've tried clearing cache as well. I've also gone through my extensions and gotten … (διαβάστε περισσότερα)
Google search hangs until I clear cookies which fixes it, then hangs again soon after. I've tried clearing cache as well. I've also gone through my extensions and gotten rid of anything that could cause issues. I disabled duckduckgo (see attached pic of my current extensions). I'm also updated to the latest version (see pic). It's also happening on my desktop and my laptop pc's. I do IT work and computer repair professionally and I'm out of things to try here! Can you help me with this issue?
Since I've installed Firefox on my Mac I keep seeing weird characters. Specially on Wikipedia and other sites.
How to solve it?
Thanks in advance!
No proxy option on didnt help. Please let me know what i can do?
Everything that i not knowing.
For some time now I've had an issue with navigation icons appearing as text and not the icon. An example if this small screen shot under Google Calendar Note the arrows… (διαβάστε περισσότερα)
For some time now I've had an issue with navigation icons appearing as text and not the icon.
An example if this small screen shot under Google Calendar
Note the arrows to go left or right are missing and instead it savs NAV.
I'm having this appear other places as well.
Thanks
Scott
When I download a file or video the system automatically opens it or plays it. I find this annoying if I am downloading a number of videos or items. how do I change th… (διαβάστε περισσότερα)
When I download a file or video the system automatically opens it or plays it. I find this annoying if I am downloading a number of videos or items. how do I change the setting so that when I import I don't open everything up?
I am trying trying to launch firefox in Linux systems through selenium webdriver in a specific language. I have created a profile and using "intl.accept_languages" as be… (διαβάστε περισσότερα)
I am trying trying to launch firefox in Linux systems through selenium webdriver in a specific language. I have created a profile and using "intl.accept_languages" as below: FirefoxOptions firefoxOptions = new FirefoxOptions(); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "<language_code>"); firefoxOptions.setProfile(firefoxProfile); firefoxOptions.setHeadless(isHeadless); driver = new FirefoxDriver(firefoxOptions);
I am getting the below error: Region.jsm: "Failed to fetch region" (new TypeError("NetworkError when attempting to fetch resource.", "")
Additional details: OS: Linux Firefox version: 91.11.0 Gecko driver version: 0.31.0 Selenium version: 4.1.4
Kindly help.