Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết
  • Đã lưu trữ

How can I stop .pdf files from automatically downloading to my computer?

Why has this started up again? Pdf files are automatically downloading to my computer when all I want to do is look at the file. So many files that now need to be trashed… (xem thêm)

Why has this started up again? Pdf files are automatically downloading to my computer when all I want to do is look at the file. So many files that now need to be trashed after looking at them. This problem has happened in the past, but was resolved, only now I am finding it happen again. I do not want to have files saved unless I want to save them, not Firefox deciding that any file I open should be saved. I have Windows 11 & Firefox Version 113.0.1. Is there a way to revert to an older version of Firefox?

Được hỏi bởi sreller_6 2 năm trước

Được trả lời bởi Terry 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Dual Signed In google accounts possibe?

Hail all: Now, I have 2 Google accounts: My private one, and a Corporate Account, used for work. I always signed out of my normal window from the active account to the C… (xem thêm)

Hail all:

Now, I have 2 Google accounts: My private one, and a Corporate Account, used for work. I always signed out of my normal window from the active account to the Corporate Account and vice versa, depending on which I needed to check. A common occurrence for many people.

But I noticed long ago, that in Private Window ... I seem to be signed out, opening Google in it. I use Private Window to avoid unnecessary clutter from sites dropping their stuff on my Temp folder. I hate clutter ... severe Asperger's.

I was thinking ... if I keep my private Google Mail on the prime non-Private window, can I sign in while this is open (and stays open) into my Corporate account in my Private Window?

If so, this would save me quite a bit of hassle, having to log out several times a day from my main, private account/mail and into the Corporate account mail, and when done vice versa to me private account mail.

Thank you.

Được hỏi bởi dtm_samurai 1 năm trước

Được trả lời bởi dtm_samurai 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (xem thêm)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* 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. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* 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

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

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

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

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

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  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 } }

/* 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 }

/* 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{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; 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-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Được hỏi bởi scottish2 2 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

new windows 11 build, cannot use Firefox

I have been unable to get Firefox to open in my new windows 11 build. I install Firefox, try to launch the program and get a message that an instance of Firefox is runnin… (xem thêm)

I have been unable to get Firefox to open in my new windows 11 build. I install Firefox, try to launch the program and get a message that an instance of Firefox is running and must be closed to run my requested launch. I use taskbar and there is no instance of any Firefox process running. I have uninstalled and reinstalled and the same message comes up. I installed an old version of Firefox from 2012 and it works but I get security notices about it and there is no update option available. Is Microsoft blocking my use of Firefox? I went to the Microsoft store and downloaded their version and the same thing happened. Any suggestions will be greatly appreciated.

Được hỏi bởi creighd 1 năm trước

Được trả lời bởi jonzn4SUSE 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Closed Captions in YouTube with FireFox

I use the closed captions (CC) in YouTube videos with FireFox. Lately I have been seeing videos that seem to misbehave. At the very start of the video, ALL the captions… (xem thêm)

I use the closed captions (CC) in YouTube videos with FireFox. Lately I have been seeing videos that seem to misbehave. At the very start of the video, ALL the captions display at once, one after the other. Then, as play continues there are no more captions. Most videos still show captions normally, that is, captions appearing only when the dialog matches them. But a few videos misbehave by showing all the captions at once. Here is one such video.

https://www.youtube.com/watch?v=ZgqJ5wQF944

I noticed this misbehavior within the last month and assumed that the video was doing something peculiar with the timing of the captions. But when I use the YouTube Show Transcript option to display the captions and associated timing outside the video, the transcript looks quite reasonable.

One further oddity, if I take that same URL and load the video in a different browser, for example, Chrome, the captions are displayed normally.

I've included a screen shot of the video in YouTube showing all the captions displaying at once.

Được hỏi bởi prairiepedaler 2 năm trước

Được trả lời bởi prairiepedaler 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

When I type in address bar to search, the search result page does not display page address in the address bar.

I am using Firefox 114.0.2 address bar only, no search bar. I do not remember when it was happened, but today when I want to copy and paste page address I found out that … (xem thêm)

I am using Firefox 114.0.2 address bar only, no search bar. I do not remember when it was happened, but today when I want to copy and paste page address I found out that address bar did not display the page address as previous version, just display the words I searched as a search bar (if the search bar is enabled, and typed in search bar then push enter, address bar will display address of search result page, and search bar will keep displaying the words in it). I attached my screenshot below. Using another tab and "switch to tab" feature by Firefox, I found out the page address. In my screenshot, I typed "test" and using Google to search (I also tried Bing, Wikipedia and more and all of them have the same problem with their owned link) and the page address should be "https://www.google.com/search?client=firefox-b-1-d&q=test" but even I paste this link into the address bar, it will only display "test" like the pic. I think it is a trim feature but I do not which preference I should edit in about:config. I have set "browser.urlbar.trimURLs" to false for displaying http and www, but it is not work this time.

Được hỏi bởi 920619lqy 1 năm trước

Được trả lời bởi TyDraniu 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Can no longer open Google Links/Suggestions when searching for products etc on my Acer Aspire Laptop.

Up until 2 weeks ago (so middle of June 2023) I had no issues with Firefox. However, since then I cannot open any 'GoogleAds' suggestions/links when searching products et… (xem thêm)

Up until 2 weeks ago (so middle of June 2023) I had no issues with Firefox. However, since then I cannot open any 'GoogleAds' suggestions/links when searching products etc on my Acer Aspire Laptop (2023)?

I have Windows 11, Google is my nominated browser and my antivirus program is the same as when it was working OK.etc?

Non GoodleAds links, seem to work fine

As I don't know the exact date accessing the links/suggestions stopped working, I have no idea as to whether any Windows update has caused the issue with Firefox?

I can find my way round a computer, but I am not computer technically minded.

Any help would be appreciated as I am disabled and bedridden, so the internet is my key to the world.

Được hỏi bởi thisismyprivate1 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Extensions not showing up in toolbar or customize menu

Any extensions I install suddenly don't show up in my toolbar or the customization menu anymore, so I also can't drag them there manually. Deleting the extensions and re… (xem thêm)

Any extensions I install suddenly don't show up in my toolbar or the customization menu anymore, so I also can't drag them there manually.

Deleting the extensions and re-installing them didn't work, neither did deleting the extensions folder itself.

Does anyone know how I can fix this? I've attached a screenshot of the customization menu and extensions menu below.

Thanks :)

Được hỏi bởi Aci 1 năm trước

Được trả lời bởi Terry 1 năm trước

  • Đã khóa
  • Đã lưu trữ

Issue with Mozilla Firefox Browser

Hello, I am experiencing some difficulties with my Mozilla Firefox browser and would appreciate some help in resolving the issue. Below are the details: Operating Syste… (xem thêm)

Hello,

I am experiencing some difficulties with my Mozilla Firefox browser and would appreciate some help in resolving the issue. Below are the details:

Operating System: [Specify your operating system, e.g., Windows 10, macOS Big Sur, etc.] Firefox Version: [Specify your Firefox version, e.g., Firefox 89.0.2] Description of the Issue: [Provide a detailed explanation of the problem you are facing] I have tried the following troubleshooting steps without success:

Clearing browser cache and cookies Disabling add-ons and extensions Resetting Firefox to its default settings Despite these efforts, the issue still persists. I have also searched through the Mozilla Firefox support documentation and community forums but haven't found a solution that addresses my specific problem.

Could someone please provide guidance or suggest any additional troubleshooting steps I could take to resolve this issue? Your assistance would be greatly appreciated.

If any further information is needed, please let me know. Thank you in advance for your help.


best regard [http://example.com Pun and Jokes ]

Được hỏi bởi Pun and Jokes 1 năm trước

Lần cuối trả lời bởi Terry 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Is it possible to permanently set a different search engine for Private Browsing?

Is it possible to permanently set a different search engine for private browsing? I have Google set as my search engine in my normal browsing mode, but I'd like the priva… (xem thêm)

Is it possible to permanently set a different search engine for private browsing? I have Google set as my search engine in my normal browsing mode, but I'd like the private browser search engine to be permanently set to DuckDuckGo.

(I realise I can manually set it each time to DuckDuckGo but this is tedious.)

With thanks.

Được hỏi bởi vajrashura 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Images and redered graphics are fuzzy until you zoom in

For a while now (can't remember when it started) rendered graphics and text on FF is fuzzy. Examples of this can be see on Google maps, Miro, Powerpoint etc. On Chrome, E… (xem thêm)

For a while now (can't remember when it started) rendered graphics and text on FF is fuzzy. Examples of this can be see on Google maps, Miro, Powerpoint etc. On Chrome, Edge etc the rendering is sharp at all zoom levels but in FF its fuzzy until you zoom in.

Viewing on a 4k monitor, running 115.0.2 (64-bit), using the Windows store install Hardware acceleration is turned on. Tested on multiple PCs, all Windows 11

Attached images which shows the comparison between Firefox and Edge Both browser windows are the same size and the default zoom (100%) Examples attached are for Miro and Powerpoint

Được hỏi bởi shashankkaul 1 năm trước

Được trả lời bởi shashankkaul 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

How to import password csv?

So I'm using firefox on my old PC and want to export the login data to my new PC. Firefox has export passwords to CSV but there is no import CSV in firefox on the new PC.… (xem thêm)

So I'm using firefox on my old PC and want to export the login data to my new PC. Firefox has export passwords to CSV but there is no import CSV in firefox on the new PC. There's import HTML but... firefox exported to CSV not HTML so I'm really confused, why would it export to a format that cannot be import?

Được hỏi bởi CorkyKitty 1 năm trước

Được trả lời bởi Terry 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

a website wont load on normal but will on private mode

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht… (xem thêm)

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht no issue.

Được hỏi bởi nfletcher13 1 năm trước

Được trả lời bởi Terry 1 năm trước

  • Đã khóa
  • Đã lưu trữ

Wifi router login not working on Firefox browser

Hello, so i have a hp laptop running on windows 11. I have 2 different wifi sources here at my home, one of them is a DSL zyxel modem from century link & the other is… (xem thêm)

Hello, so i have a hp laptop running on windows 11. I have 2 different wifi sources here at my home, one of them is a DSL zyxel modem from century link & the other is a Verizon internet gateway that runs off of cell towers. I recently logged into both of them to configure some of the settings etc. and in the past when i only had the DSL wifi, i would log into it via file explorer>network>network interface and then select the router & would automatically be taken to the login page. For the verizon wifi, i had to go into the browser searchbar ,while being connected to that network, and enter the default IP address of 192.168.0.1 and it would take me to the login page. I first logged into the DSL network and then for the first time ever, into the verizon one, and now when i try to login to the DSL network via my traditional method & also by inputting its IP address into the searchbar (both routers have the same default address to access setup), it takes me to the verizon login page regardless if im connected to it or not. If i input the DSL modems IP address into Edge browser while connected to it, it takes me to the correct login page for that network which leads me to believe that somehow something is messed up with my firefox browser. Ive already tried going into the saved passwords and deleting the saved verizon login info. Any other ideas as to what it could be? Thanks, JD

Được hỏi bởi jgingerich01 2 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

When Firefox is on, Desktop Window Manager consumes a lot of RAM

I have multiple monitors and most often have Firefox windows open on each. Lately, I've been noticing that the Desktop Window Manager process is consuming a huge amount o… (xem thêm)

I have multiple monitors and most often have Firefox windows open on each. Lately, I've been noticing that the Desktop Window Manager process is consuming a huge amount of RAM. At the same time, consumption completely disappears with the closing of Firefox windows. Video: https://i.imgur.com/pHCa7Hh.mp4 (I left it for a while then closed Firefox windows) After a while, I noticed that already 13 GB of memory is being used by DWM. I don't know if sites affect behavior, but most often I have https://music.yandex.ru/home open

OS: Windows 11 (Microsoft Windows [Version 10.0.22621.1928]). Firefox: 115.0.1 (64-bit) Screen setup: 1 - 3840 x 2560 with 200% scale, 2 - 1920 x 1080 with 100% scale.

Được hỏi bởi unavailable 1 năm trước

Được trả lời bởi unavailable 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Cookie Consent option not showing on certain sites (EU area)

Firefox beta release: 116.0b6 (64-bit) On sites such as BBC.com, Youtube.com and Facebook.com I am not getting the normal cookie consent pop-up option which used to aut… (xem thêm)

Firefox beta release: 116.0b6 (64-bit)

On sites such as BBC.com, Youtube.com and Facebook.com I am not getting the normal cookie consent pop-up option which used to automatically show on opening the sites. Other sites are still showing the cookie consent option pop-ups. This means I cannot select if I wish to accept or reject cookies on several sites that used to allow me the option.

In checking about:config, the cookiebanners.service.mode is set to 1, which I believe this the correct setting for enabling the cookies consent pop-up option.

Is there any fix for the cookie consent pop-up not working on certain sites within the EU? I am not using a VPN or pop-up blocker. Tracking protection is set to Standard, cookies and site data are always deleted on closing Firefox and "Do Not Track” signal is set to always. Deleting all installed FF extensions has no effect either.

In other browsers on the same PC, Chrome and Edge, the cookie consent option does still work as it should on the sites mentioned. In Firefox it doesn't.

This is only happening on one PC. My latop has the same FF beta build installed and is not showing this behaviour, it still automatically shows the cookie consent pop-ups when visiting sites such as BBC.com, Youtube.com and Facebook.com.

Được hỏi bởi Richard Law Bijster 1 năm trước

Được trả lời bởi Richard Law Bijster 1 năm trước