Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi

Correct syntax for privacy.fingerprintingProtection.granularOverrides?

Hello, I am trying to force two or three websites to detect my timezone as UTC, even though my local system time is not UTC. I figured out how to do this with ALL sites … (xem thêm)

Hello,

I am trying to force two or three websites to detect my timezone as UTC, even though my local system time is not UTC. I figured out how to do this with ALL sites by setting privacy.fingerprintingProtection to "true" and entering "+JSDateTimeUTC" in privacy.fingerprintingProtection.overrides in about:config.

Now according to docs, privacy.fingerprintingProtection.granularOverrides "can be used to add or remove features on a domain granular level if privacy.fingerprintingProtection is enabled," but I can't figure out how to get it working.

Any input is appreciated.

Được hỏi bởi RSizington 59 phút trước

Help search results don't show list by date

Your help utility needs help. -results don't show date, must open each item. Results seem to not be listed in date order. What a mess to sort through. I can't select a de… (xem thêm)

Your help utility needs help. -results don't show date, must open each item. Results seem to not be listed in date order. What a mess to sort through. I can't select a desired date range, or select by release version number. -your search tool isn't very effective, I keep getting unrelated results. I do better by searching google to find the help I want regarding Firefox.

Được hỏi bởi Davyboy 8 giờ trước

Issues With Websites Loading/Re-Directing - Firefox Browser Only PC and Mac OS

When attempting to load a number of different web pages such as Quickbooks Online Apps, the page displays "Loading Apps..." with a spinning wheel, but never redirects to … (xem thêm)

When attempting to load a number of different web pages such as Quickbooks Online Apps, the page displays "Loading Apps..." with a spinning wheel, but never redirects to the Apps page; the site hangs forever. On other browsers there are no issues; it eventually switches to the correct page. In Firefox Browser I have tried adding exceptions in Settings --> Privacy & Security --> Manage Exceptions. No change. Thoughts?

Được hỏi bởi jransom18 12 giờ trước

Firefox updates delete my exceptions for saved cookies

On every new release of an update for Firefox, the update process deletes all of my saved cookies that I have established an exception for. I do this so that I don't have… (xem thêm)

On every new release of an update for Firefox, the update process deletes all of my saved cookies that I have established an exception for. I do this so that I don't have to continually enter my user name and password for sites that I visit regularly. The developers must change the updates so that the exceptions carryover to the new version of Firefox.

Được hỏi bởi seasidesquirrel 12 giờ trước

Audio interface input no longer shows in Google Meet.

My primary/default browser is Firefox on Sonoma 14.4.1, and recently I'm unable to use the inputs of my audio interface for google hangouts. The relevant output is correc… (xem thêm)

My primary/default browser is Firefox on Sonoma 14.4.1, and recently I'm unable to use the inputs of my audio interface for google hangouts. The relevant output is correct, and my system audio would be the same.

Được hỏi bởi Scott Simon 13 giờ trước

Can I change the date format from „month, day, year“ to „day, month, year“?

In Firefox the date format is set at „month, day, year“, but I need „day, month, year“. I tried all the solutions, I even installed Firefox - English (British) version, … (xem thêm)

In Firefox the date format is set at „month, day, year“, but I need „day, month, year“.

I tried all the solutions, I even installed Firefox - English (British) version, but nothing changes.

Can you also implement an alternative, to be able to choose between the 2 options?

Thank you very much.

Được hỏi bởi Cristi Nefiru 14 giờ trước

Why is Firefox autofilling the address bar with URLS I've never visited?

Why is Firefox autofilling the address bar with URLS I've never visited? There is a question on this from 5 years ago, with lots of suggestions. My problem is that Firefo… (xem thêm)

Why is Firefox autofilling the address bar with URLS I've never visited? There is a question on this from 5 years ago, with lots of suggestions. My problem is that Firefox is autofilling with sites that contain confidential login information.

Được hỏi bởi troppont 16 giờ trước

Firefox Update Popup Notifications on Mac?

Recently a popup notification came up when I opened firefox on my mac. Its been awhile since I opened it and without thinking I clicked : o ~ Now I worry if it'ss le… (xem thêm)

Recently a popup notification came up when I opened firefox on my mac. Its been awhile since I opened it and without thinking I clicked : o ~ Now I worry if it'ss ledgit? Does Firefox give a popup box in top right corner when it needs an update? I wasn't on any strange website or anything but I'm always concerned and dont remember seeing that before.

My firefox now says its up to date after it restarted ~ it's running 125.0.3

Any advise is appreciated.

Được hỏi bởi jason144 1 ngày trước

Sound continues to play after pressing the back button when watching videos

Windows 10 Home 22H2 Firefox 125.0.3 For quite awhile I have had an intermittent problem when watching YouTube videos. To watch a video I right click on it and sele… (xem thêm)

Windows 10 Home 22H2 Firefox 125.0.3

For quite awhile I have had an intermittent problem when watching YouTube videos. To watch a video I right click on it and select "open link in new window". If I just click on the video to watch it, the main page may reload when I click on the back arrow and some of the videos I was interested in are no longer displayed. Sometimes my touchpad doesn't recognize the right click and opens the video in the current window. After it starts playing, if I click the back arrow, the video returns to the previous page (which may be reloaded), and sometimes the audio from the video keeps playing, so I have audio for a video that is no longer visible. When this happens, if I click on another video, the audio from both are played. Today I had the same thing happen when I was streaming a TV program from the Spectrum website.

1. If I click on a YouTube video from the main page, should the main page be rebuilt when I click on the back arrow? 2. How do I resolve the audio continuing to play problem? i don't know if this is a Firefox problem but I have no idea where to start to fix it.

Được hỏi bởi taherte 1 ngày trước

userchrome.js: how to get notified when tabs open and close?

I've recently started using the Tree Style Tab extension, and I'm finding it useful, but I'd like it if the list of tabs could be automatically hidden when only one tab i… (xem thêm)

I've recently started using the Tree Style Tab extension, and I'm finding it useful, but I'd like it if the list of tabs could be automatically hidden when only one tab is open (and automatically shown when more than one tab is open).

I hoped to write an extension to do this, but opening the sidebar from an extension requires a user gesture, so I suspect I'll have to use a userchrome.js script.

From a "userchrome.js"-like environment (i.e. unsandboxed AutoConfig), I can hide and show the sidebar with `SidebarUI.hide()` and `SidebarUI.show("treestyletab_piro_sakura_ne_jp-sidebar-action")`, and I can examine the tabs open in the current window via `gBrowser.tabs`, but I can't see how to get notified when the number of tabs changes (replacing `gBrowser.tabs` with a proxy doesn't work, for example). I suppose I could just check every few seconds? That feels like a bit of a cop-out, though, and gets more and more inefficient the more windows are open.

There's an API for extensions to receive events when tabs open and close, so clearly this is possible. Where should I be looking for this functionality?

(I also don't know how I would go about unregistering an event listener (or cancelling a setInterval call!) when the window closes, assuming that's necessary to avoid leaking resources – is there an event like `chrome-document-global-created` I could listen for, but that fires during teardown of the window rather than when one is created?)

Được hỏi bởi ash 1 ngày trước

Combining 2 Firefox accounts

I have accidentally end up with two FireFox accounts. I want to combine them, but I can't change either account to the other one because FireFox tells me that the replac… (xem thêm)

I have accidentally end up with two FireFox accounts. I want to combine them, but I can't change either account to the other one because FireFox tells me that the replacement email/account is already in use. How do I get around this?

Được hỏi bởi RJL_web1 2 ngày trước

Videos won't play or show error sign

Everytime i try to watch a video it says it can't play or it just sits there buffering. Youtube works but only lower quality, but every other site i go on doesn't. Twitch… (xem thêm)

Everytime i try to watch a video it says it can't play or it just sits there buffering. Youtube works but only lower quality, but every other site i go on doesn't. Twitch won't load, other sites show Error Code: 102630. This is only a problem on my browser on my windows pc I have. On mobile the browser works great and has no problem showing videos so it a problem for my pc browser.. I've tried all of the steps, i've updated, i checked drm and even went into config to check there. But nothing works, it still can't load videos. I have version 125.0.3 and for me it's the latest one. I even turned off all of my add-ons to check if it works or not but nothing there either. It worked before, just now the latest two months it hasn't. What can I do in order for the videos to load? Thank you for your time.

Được hỏi bởi Banilemim 2 ngày trước

Firefox Kiosk does not appear when I log in but does when I start it manually from the GNOME x-terminal

I have Ubuntu 22.04 (on a Dell Optiplex 3000) with a minimal installation. I downloaded Firefox 125, removed the SNAP Firefox and installed this Firefox with no issue. I… (xem thêm)

I have Ubuntu 22.04 (on a Dell Optiplex 3000) with a minimal installation. I downloaded Firefox 125, removed the SNAP Firefox and installed this Firefox with no issue. I can run "firefox --kiosk" and Firefox runs in kiosk mode with no issue.

I have made some changes in the "about:config" part of Firefox. I have also made some changes to the Ubuntu keyboard shortcut list. There is only one user created on this system and I have configured Ubuntu to login this user automatically upon reboot.

However, if I setup Firefox --kiosk to start automatically (I use the gnome-session-properties application to achieve this) and then reboot, Firefox does run, but it does not appear on the screen. If I enter the "switch windows" keyboard shortcut (ALT-TAB), the Firefox kiosk appears.

So, is this something I can fix by changing the Firefox configuration, or is it an Ubuntu configuration change. If so, can anyone tell me what I should do, or have an idea how to debug this?

Được hỏi bởi srednausab 2 ngày trước

Firefox is having trouble playing multiple sounds at once.

I've had this issue ever since switching to a new laptop. This issue is specifically within Firefox (I have tested this in other browsers and programs, and the issue isn'… (xem thêm)

I've had this issue ever since switching to a new laptop. This issue is specifically within Firefox (I have tested this in other browsers and programs, and the issue isn't there. Everything else works perfectly fine!)

Essentially, whenever Firefox plays multiple sounds at the same time (for example, I use both youtube and discord in-browser) the second sound will briefly mute the other sound. (Going back to the discord-youtube example, if I am watching a youtube video and recieve a discord notification, the youtube video will pause for about half a second.) Or if a site has background audio but also plays a short audio clip when certain elements are clicked, for example, it will cause this "overlapping" issue. Again, this issue is only within Firefox.

I am using Windows 11 if that helps. I've already tried using a Firefox Refresh and peeking in about:config but I'm totally lost as to what I can try next, since I can't find any other examples of people with this issue online. Sometimes the issue briefly fixes itself but then reappears.

Được hỏi bởi wygolvillage 2 ngày trước

403 and 404 errors on firefox started 4.29.24

Starting yesterday firefox, no recent updates etc, gives a 403 error for several large corporate sites and 404 page not found for most paypal payment pages. These sites/p… (xem thêm)

Starting yesterday firefox, no recent updates etc, gives a 403 error for several large corporate sites and 404 page not found for most paypal payment pages. These sites/pages work fine with Chrome. There were no changes by by myself to my firefox installation, not any antivirus changes.

Within the last hour today everything is working properly. What is going on? jn

Được hỏi bởi buy21 2 ngày trước