Link Previews

When photos, videos, or websites are linked on a FB comment, it used to display a thumbnail preview below the comment. Now it just shows the link. On mobile, the previe… (続きを読む)

When photos, videos, or websites are linked on a FB comment, it used to display a thumbnail preview below the comment. Now it just shows the link. On mobile, the preview appears. So I'm thinking a setting got changed on the desktop version.

Does anyone know what the issue is and how to correct?

5 日前 に m267 が質問

4 日前 に m267最後の返信

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (続きを読む)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

1 日前 に Andrijan が質問

5 時間前 に Andrijan最後の返信

scheduled task running

ive built a new pc and have a flashing program popup every 10min. upon assistance from a really good pc guy, we've found its a firefox default browser agent with a long … (続きを読む)

ive built a new pc and have a flashing program popup every 10min. upon assistance from a really good pc guy, we've found its a firefox default browser agent with a long code.

its not listed in my scheduled tasks, eyt runs every 10min. only thing close to firefox would be thrunderbird, but iirc, mozilla and thunderbird are not longer the same company. either way. i need this thing to stop running every 10min.

21 時間前 に Brett Isaacs が質問

6 時間前 に Brett Isaacs最後の返信

multiple issues with PiP on Ubuntu

For some time now, I've been experiencing the following issues with PiP: The floating window opens in a random (and annoying) place and does not place itself automati… (続きを読む)

For some time now, I've been experiencing the following issues with PiP:

  • The floating window opens in a random (and annoying) place and does not place itself automatically on the lower right corner as it used to (where I always move it, so it has no memory as it used to)
  • It's impossible to keep the "always on top" mode on by default, and I have to do it every single time
  • When I toggle windows, the PiP window is always the next one, even when it was not the one I switched from, and I have to always toggle twice for switching between two windows when I have a 3rd PiP window
  • When I change language using the keyboard shortcut, it changes the language on the PiP window, and I have to use the language icon bar. Then, the PiP window becomes activated, and I have to toggle back to the window I was working on before (on which I wanted to change language). I have the "separate languages for separate windows" option activated.

It's been some months now, and all those things were working before an update but never came back...

Does anyone know if there's a way of fixing these issues? I've tried things I found online but nothing seems to work.

Many thanks

6 日前 に gtpeonta が質問

macOS disable Firefox default browser prompt non-interactively

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser. I am using the following script to create the profile and set the user p… (続きを読む)

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser.

I am using the following script to create the profile and set the user preferences after installing Firefox by copying `Firefox.app` from the downloaded DMG: ```

  1. !/bin/sh

open -a Firefox.app --args -CreateProfile default sleep 1

write_userpref() { USER=$(whoami) PROFILE=$(ls -1 "/Users/${USER}/Library/Application Support/Firefox/Profiles/" | grep -E "\.default$") cat << EOF > "/Users/${USER}/Library/Application Support/Firefox/Profiles/${PROFILE}/user.js" // mandatory comment? user_pref("app.update.auto", false); user_pref("app.update.disable_button.showUpdateHistory", false); user_pref("app.update.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.discovery.enabled", false); user_pref("browser.defaultbrowser.notificationbar", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", false); user_pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true); user_pref("browser.newtabpage.enabled", false); user_pref("experiments.enabled", false); user_pref("extensions.pocket.enabled", false); user_pref("toolkit.telemetry.enabled", false); user_pref("update_notifications.enabled", false); EOF }

write_userpref

open -a Firefox.app --args -new-tab -P default "about:blank" sleep 3 osascript -e 'quit app "Firefox"' sleep 2

open -a Firefox.app --args -P default about:blank ```

Here's the behaviour I'm seeing:

  1. Firefox starts to an `about:blank` tab, however there is a second "Firefox Privacy Notice" tab
  2. AppleScript quits Firefox
  3. Firefox starts to an `about:blank` tab, however it is now prompting me to make it the default browser

I do not want Firefox to prompt the user to become the default browser.

My ideal scenario is that Firefox starts without the "Firefox Privacy Notice" tab and without prompting me to make it the default browser. From the observed behaviour, this doesn't seem possible.

Can anyone tell me how I can accomplish this without user interaction or MDM?

4 時間前 に hal.martin が質問

4 時間前 に hal.martin最後の返信

Google map loads street/country names then erases them

It appeared a few weeks ago. Now, when I load google map webpage, the map loads normally with all the street, country, road names, then 1 second later, all those texts di… (続きを読む)

It appeared a few weeks ago. Now, when I load google map webpage, the map loads normally with all the street, country, road names, then 1 second later, all those texts disappear. I've disabled all Plugins, delete cache, load a brand new profile, without effects. Note that if I use a user agent switcher plugin and choose any Mobile versions (but not a desktop version), the names load (and stay) normally.

Thanks!

6 日前 に gustavklopp が質問

FireFox crashes on startup after sudden pc shutdown

After accidentally cutting power to my pc, Firefox has been crashing upon start. I've tried using Troubleshoot Mode, refreshing, reinstalling, and even manually deleting … (続きを読む)

After accidentally cutting power to my pc, Firefox has been crashing upon start. I've tried using Troubleshoot Mode, refreshing, reinstalling, and even manually deleting all my user data, but nothing has worked. These crashes do not appear in the crash logs, and happen instantly upon opening the program.

Oddly enough, using task manager to restart Windows Explorer stops the crashing, at least for thirty or so seconds (this is how I was able to try Troubleshoot Mode, as well as accessing logs). I have no idea why this is, nor if it's useful information.

1 週間前 に enochbennett144 が質問

6 日前 に enochbennett144最後の返信

Flash Video Downloader 3.7.0 download issue for anroid

If you're experiencing issues downloading Flash Video Downloader 3.7.0 on your Android device and are considering using SnapTube APK Premium as an alternative, it's cruci… (続きを読む)

If you're experiencing issues downloading Flash Video Downloader 3.7.0 on your Android device and are considering using SnapTube APK Premium as an alternative, it's crucial to ensure compatibility and safety. Both applications facilitate video downloads, but make sure to download SnapTube from a reliable source to avoid malware. Also, check that your Android version supports these apps, as outdated systems might face functionality issues. Always prioritize secure and official sources for downloading any app to safeguard your device's integrity.

6 日前 に Mogees Hassan が質問

Browser Privacy: Enhanced Tracking Protection & Cookies and Site Data have conflicting issue

Issue summary: I lost over 100 sites listed in the Cookies and Site Data section when I simply removed a few websites in the Enhanced Tracking Protection section. Under … (続きを読む)

Issue summary: I lost over 100 sites listed in the Cookies and Site Data section when I simply removed a few websites in the Enhanced Tracking Protection section.

Under the Browser Privacy section, the two subheads, "Enhanced Tracking Protection" and "Cookies and Site Data" serve two distinct purposes—as I understand. Enhanced Tracking Protection will automatically add the URL of a webpage (that you currently have open) to the Enhanced Tracking Protection screen whenever you disable the shield in the search bar. This will turn off tracking for that website until turn you it back on. You can also manually add websites to the Enhanced Tracking Protection screen if you have mulitples to add. This whitelist will stay active until you delete them or click on the shield to turn it back on.

The Cookies and Site Data section further down, allows you to create a list of sites that you want to BLOCK, ALLOW FOR SESSION, or ALLOW cookies and site data to be used, and retained or not. This differs from the Enhanced Tracking Protection section.

Today, I wanted to delete one of the websites listed in the Enhanced Tracking Protection, and did so manually. But since there were only a couple listed (I rarely add to this screen), I simply clicked on "Remove All Websites" instead of "Remove Website." Unfortunately, when I went down to the Cookies and Site Data list (which I use all the time) to add a new URL today, my entire list was gone! I did not remove or enter anything in the Cookies and Site Data screen today, prior to using the Enhanced Tracking Protection screen.

As you can guess, I am sick because I had over 100 sites listed in the Cookies and Site Data section, and lost them all when I removed the few websites in the Enhanced Tracking Protection section. I don't know why or how this happened, but it is worth noting that I did just update Firefox this morning to vs 125.0.2 (from 124.0.2). My list is gone, but does anyone have a reason why it happened and is there a way to prevent that in the future? Or is it some kind of bug with the latest release or an earlier one. (I haven't opened the Enhanced Tracking Protection screen for a long time, so it could be from any past release.) Sorry I don't have more info than that. Any solutions would be appeciated.

2 週間前 に sand1 が質問

6 日前 に sand1最後の返信

Firefox developer edition crashes all the time, Crash ID: ⁨bp-20d91ca4-1f79-4211-a3d5-4fd7c0240507⁩

Dear, I have been using Firefox Developer Edition for many years without any problem. I sync Firefox on my different PCs, so they are basically all the same in setup. Un… (続きを読む)

Dear,

I have been using Firefox Developer Edition for many years without any problem. I sync Firefox on my different PCs, so they are basically all the same in setup. Unfortunately, Firefox now crashes constantly on my main PC. I have therefore temporarily switched to the default FF variant.

Of course I have tried all the steps shown here on the forum but without any result that I can see. Both in safe mode with or without addons. No matter FF crashed.

The error ID: Crash ID: bp-20d91ca4-1f79-4211-a3d5-4fd7c0240507

I hope someone can help me on my way ,

Regards,

Reinder

1 週間前 に rmeijer が質問

6 日前 に rmeijer最後の返信

Login broken across multiple sites

I haven't been able to login with MFA on my uni website and also make purchases using credit cards on commercial sites. I have tried Troubleshooting mode and the problem… (続きを読む)

I haven't been able to login with MFA on my uni website and also make purchases using credit cards on commercial sites.

I have tried Troubleshooting mode and the problem persists. Switching to Opera browser showed normal functionality.

Firefox 125.0.3 (64-bit) on macOS 14.4

6 日前 に dm4n が質問

playing video on YouTube is always SLOW TO LOAD THE PAGE

Hi, I am having in issue with YOUTUBE AND google services and it pissing me off, when I ever open a tap in youtube and load very slow! even when I open a video with out … (続きを読む)

Hi, I am having in issue with YOUTUBE AND google services and it pissing me off, when I ever open a tap in youtube and load very slow! even when I open a video with out open it in new tap, I have tried to delete the browser and download it again it didn't work I even bought Yt premium and turned off AD block still the problem didn't go away, also how search bar on the top of the page isn't working, when I use it and search it gives me an error, Error code: SSL_ERROR_BAD_CERT_DOMAIN I am considering to change the browser it's so annoying to use in this way.

6 日前 に abdoolh781 が質問

Youtube chat turns into mini browser

If I have a chat open or the video has a chat replay instead of showing the chat it pops up a mini browser instead. It constantly duplicates itself too, causing the video… (続きを読む)

If I have a chat open or the video has a chat replay instead of showing the chat it pops up a mini browser instead. It constantly duplicates itself too, causing the video to be unwatchable with the sound constantly repeating. I've seen a couple other people with this issue but have been unable to find a solution.

5 日前 に Darrell Holmes IV が質問

recover lost tabs

i had some problems with windows services and firewall and network. i installed the tool from tweaking.com( i don't know if it is legit or scam or virus or anything. woul… (続きを読む)

i had some problems with windows services and firewall and network. i installed the tool from tweaking.com( i don't know if it is legit or scam or virus or anything. would appreciate clarification.) after i repaired windows with it some of my apps including firefox did not start and were corrupted. after that i wanted to reinstall firefox and used the helper.exe from the uninstall folder in mozilla firefox folder in drive C. it restarted firefox and all my tabs were gone. i accessed the jason files (recovery,restore,...) and none of them had my tabs. i signed in to my account and all my history and bookmarks are still here but about 100 tabs were lost. i really need those tabs and i am in desperate need for help. thanks ( in no parts of system repair or other actions i have not created a back up and do not have that back up or system restore files)

6 日前 に atabak.gharebaghi が質問

Search in News tab, they're all redirected to MSN, even when it's from another news source. Help to stop it?

No sure if this is the right topic. When I search something and go to the tab section, all the news sources are redirected from MSN. I don't want to see MSN holding the a… (続きを読む)

No sure if this is the right topic. When I search something and go to the tab section, all the news sources are redirected from MSN. I don't want to see MSN holding the article from a legit news source, I want to click the news article it comes from. I hate MSN, I just want to access the news from the original sources. (example MSN

How do I fix it so I get news sources that originally hold the articles?

This is such an irritation I will be forced to find a new search engine if this is not fixable.

Any help would be appreciated-- especially if you are able to walk me through the steps or provide me a link to a specific source as I don't know much about settings etc.

Thank you so much for taking the time to read and (hopefully!) help.

6 日前 に Maddyjames が質問