Prikaz označenih pitanja: Prikaži sva pitanja

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 … (pročitajte više)

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.

Asked by RSizington prije 17 minuta

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… (pročitajte više)

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.

Asked by Davyboy prije 8 sati

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 … (pročitajte više)

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?

Asked by jransom18 prije 11 sati

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… (pročitajte više)

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.

Asked by seasidesquirrel prije 12 sati

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… (pročitajte više)

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.

Asked by Scott Simon prije 12 sati

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, … (pročitajte više)

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.

Asked by Cristi Nefiru prije 13 sati

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… (pročitajte više)

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.

Asked by troppont prije 15 sati

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… (pročitajte više)

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.

Asked by jason144 prije 23 sati

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… (pročitajte više)

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.

Asked by taherte prije 23 sati

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… (pročitajte više)

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?)

Asked by ash prije 1 dan

using firefox to store WhatsApp passkey

I am migrating to a new phone. WhatsApp offered firefox as an option for storing its passkey. That took me to the connection and synchronisation process which the new pho… (pročitajte više)

I am migrating to a new phone. WhatsApp offered firefox as an option for storing its passkey. That took me to the connection and synchronisation process which the new phone said had failed. However all my tabs and other passwords appear to be syncing. Now selecting firefox to store the WhatsApp passkey takes me back to the failure page every time. Any idea how to restart the passkey addition to firefox process? WhatsApp won't work whilst I'm hung up in limbo between the two apps.

Asked by Chris prije 1 dan

private history mode

Hello Why getting a black mask and purple screen. I did not set private and security is in lower case and cant access. I want the normal screen with history that I can de… (pročitajte više)

Hello Why getting a black mask and purple screen. I did not set private and security is in lower case and cant access. I want the normal screen with history that I can delete myself. Not sure if this is new or update caused this to change.thxs joseph

Asked by joseph paul falcone prije 1 dan

private history mode

Hello Why getting a black mask and purple screen. I did not set private and security is in lower case and cant access. I want the normal screen with history that I can de… (pročitajte više)

Hello Why getting a black mask and purple screen. I did not set private and security is in lower case and cant access. I want the normal screen with history that I can delete myself. Not sure if this is new or update caused this to change.thxs joseph

Asked by joseph paul falcone prije 1 dan

Sorry but even getting to find HOW to Submit to get help is awful. Desperate for help with Thunderbird lost all my emails - again!

Urgent Help Please as lost ALL EMAILS - I cannot get to post in Thunderbird: 1) I've now spent 4 hours, (from what was trying to sort a 'simple' problem on the server), a… (pročitajte više)

Urgent Help Please as lost ALL EMAILS - I cannot get to post in Thunderbird: 1) I've now spent 4 hours, (from what was trying to sort a 'simple' problem on the server), as I couldn't send or receive any emails, as they think I've 6.5Gb of data on it, in spite of my deleting all my emails off it. So they allowed some extra space to temp sort it again. It's been an issue for about 3mths now. But I deleted everything just the other day having confirmed that was not deleting them off my laptop and that the previously lost emails 2 yrs ago weren't still on their server.

But now checked back on my email client Thunderbird, and I've no emails. They're all GONE bar the odd few I've put into folders (I stopped using folders years back as that lost all my emails way back then!), so I'd been keeping them all in the Inbox. Although I've a few old Inbox files with previous old old emails in so I can access them if I need to. But at least their there! But now again I've just lost everything. This is such a disaster.

Over the last 2yrs it's been going OK until today. Now it's LOST ALL MY EMAILS. I'm as per usual up to my eyes and have to travel this friday for meetings next week. The last thing I needed today was this. I've lost so much data and info in those emails it's doesn't bare thinking about. From show tickets that I need, medical info and data, to flight details to all sorts of crucial data. My ONLY saving grace is that anything I've replied to, I have a copy in the sent folder.

So Please Forgive this being in Firefox, as I can't even add it to Thunderbird help area!! I've had to reset my pw too just to sign in. Sadly right now it all feels so very upsetting I'm thinking I'll have to just have to start using another email client! If every 2 yrs I lose all my emails then this is just not acceptable. I hope you can move this to the Thunderbird threads. If you do please send me a link to it so I can try and find it.

What's so upsetting is had I saved the Inbox file when I saw the 13Gb file size, a bit eariler then, I think I could have saved them. I fear though that the remote server people deleted something, that was somehow still linked to my system and that's meant they've deleted my emails off my laptop too! Terrifying! (Perhaps that is what happened before back in '22. ???) I did look at a 'Sync' settings but not sure what they did so cancelled back out of them.

Running on Win 10 Pro 64Bit i7core 8Gb Ram Thunderbird 115.10.1 (64-bit)

Any and all help will be most gratefully received.

Sub issue to get help : 2) Error to Sumbit to Thunderbird: Sadly I've gone around and around your system saying Ask Question when nothing answers my query on the Thunderbird email questions. But when you click on Ask Question it just takes you back around the system again / Browse all Programs / re click on thunderbird/ reclick on Emails and back to list of FAQ's but nothing helps so click on Get Help and back around you go in a deja vu system.

Asked by AuroraMagic prije 1 dan

Google search results page

Hi, I'm having issues with my Google search results page. It used to be very clean looking and mainly only showing the results of whatever I searched. Today though, I sea… (pročitajte više)

Hi, I'm having issues with my Google search results page. It used to be very clean looking and mainly only showing the results of whatever I searched. Today though, I searched something and now the Google results are first showing Reddit answers, what others have asked, discussions and forums, what others have searched, short videos, etc. I have to scroll really far down just to get some normal search results. How can I fix this? Call me old school but I want the classic version back. Please help, I don't want to switch browsers. I've been using Firefox nearly since it's launch, since StumbleUpon days. Yeah!!! If you know, you know. Thanks!

Asked by alison0997 prije 2 dana