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… (ďalšie informácie)

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

Otázku položil(a) Andrijan Pred 1 dňom

Posledná odpoveď od Andrijan Pred 5 hodinami

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… (ďalšie informácie)

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?

Otázku položil(a) hal.martin Pred 4 hodinami

Posledná odpoveď od hal.martin Pred 4 hodinami

No push notification on Twitter/X ?

I had issue with notifications (showed up but when i click on them they didnt were redirecting to original tweet) so i cleaned cookies after cleaning cookies i doesnt hav… (ďalšie informácie)

I had issue with notifications (showed up but when i click on them they didnt were redirecting to original tweet) so i cleaned cookies after cleaning cookies i doesnt have option to turn on push notifications.

Otázku položil(a) tibia74 Pred 6 dňami

Posledná odpoveď od tibia74 Pred 29 minútami

Fireefox not loading google.com pages

Firefox - latest version, in Win 11 updated version, on my home server, will not load google.com pages, but intermittently works OK - frustratng. Other browsers, eg. Ed… (ďalšie informácie)

Firefox - latest version, in Win 11 updated version, on my home server, will not load google.com pages, but intermittently works OK - frustratng. Other browsers, eg. Edge and Chrome access sites as normal on my laptop on my home network. My laptop using Firefox will load google.com pages when on another network. Is it my server, or Google, or Firefox doing this ?? Please provide any advice on solving this problem.

Otázku položil(a) doughollywood Pred 20 hodinami

Posledná odpoveď od doughollywood Pred 22 minútami

lost bookmarks

I have to install firefox new everyday on a library computer, (short answer mine was stolen and I can't replace it for now). Anyway used to have no problem I would go i… (ďalšie informácie)

I have to install firefox new everyday on a library computer, (short answer mine was stolen and I can't replace it for now).

Anyway used to have no problem I would go in install firefox sign in and my bookmarks were repopulated. Today I installed firefox and nothing. No bookmarks, no add ons nothing its like a blank install with new profile.

I do not have a backup saved profile on this computer as it is a virtual machine and each day when it shuts down it wipes the programs and data installed. Because firefox repopulated the bookmarks each day when I re-installed it I was not aware I needed to create my own backup I assumed that it was just something in firefox that worked well and another reason why I prefere to use it.

Until today it was not an issue once I signed in everything would re appear but today its all gone. Is there anyway to recover this as it is very important that I do. I use these bookmarks a lot.

Otázku položil(a) tofrke Pred 46 minútami

Posledná odpoveď od tofrke Pred 20 minútami