youtubeの字幕が途中で表示されなくなる
youtubeの字幕が途中で表示されなくなりました。 一時停止すると再び字幕は表示されますがすぐに字幕が途切れて表示されなくなります。 対処法をお願いします。
youtubeの字幕が途中で表示されなくなりました。 一時停止すると再び字幕は表示されますがすぐに字幕が途切れて表示されなくなります。 対処法をお願いします。
Die Webseiten sind in letzter Zeit oft verpixelt, flächenweise nicht leserlich/ verzerrt. Was ist das, was kann ich dagegen tun?
目前firefox for android 里,书签的自定义排序下,我并不能自由的移动书签进行排序,后续更新能否加入此功能?
Firefox supprime automatiquement des mails de ma boite de reception; que dois je faire?
gusto makuha Ng akin acc matapos ito ma hacked
Bonjour, j'utilise la version 154.0.1 de firefox sur mon ordinateur et depuis plus d'un mois , cette extension a disparu et il m'est impossible de la retrouver et de l'in… (read more)
Bonjour, j'utilise la version 154.0.1 de firefox sur mon ordinateur et depuis plus d'un mois , cette extension a disparu et il m'est impossible de la retrouver et de l'installer .Pouvez-vous me dépanner. en vous remerciant.
Tous mes MARQUE-PAGES ont disparu, impossible de savoir comment les remettre ?
Die Verbindung ist plötzlich gestört!
Ich möchte mein jetzt im Gebrauch befindliches Firefox Neu installieren wie gehe ich vor?
بله چرا نصب نمیشه رو فایر فاکس لطفا به فارسی بنویس
перестал запускаться встроинный впн на пк что делать ?
не работает vpn
17 Августа 2026 года, в браузере Firefox на Windows 10, перестал работать встроенный VPN beta. Почему это произошло и как можно исправить?
Impossible de voir l'historique ancien au-delà d'un mois? Comment y accéder ?
سلام وقت بخیر آیا موزیلا فایرفاکس حساب کاربری و ایمیل مخصوص به خود را دارد؟و اینکه آیا هوش مصنوعی دارد؟و سوال آخر الان که من وی پی ان را آن کردم وی پی ان اصلی گوشیم را خا… (read more)
سلام وقت بخیر آیا موزیلا فایرفاکس حساب کاربری و ایمیل مخصوص به خود را دارد؟و اینکه آیا هوش مصنوعی دارد؟و سوال آخر الان که من وی پی ان را آن کردم وی پی ان اصلی گوشیم را خاموش کنم؟
Wäre es nicht Sinn voller mal Firefox so zu Optimieren das er nicht gleich 50% des Arbeitsspeicher belegt. Ich beobachte schon länger das wenn Firefox eine weile Läuft se… (read more)
Wäre es nicht Sinn voller mal Firefox so zu Optimieren das er nicht gleich 50% des Arbeitsspeicher belegt. Ich beobachte schon länger das wenn Firefox eine weile Läuft sehr viel Ram braucht. Da gibts andere Browser wie Brave die viel weniger Ram belegen als Firefox.
Könnt ihr da nicht mal ansetzten und was Optimieren Bei den Ram Preisen Aktuell kauft man sich ja kein neuen RAM.
mfg solo275
Hi! We have automated tests that run in Firefox across a large number of instances. There are about a hundred nodes where the browser is launched. For security reasons, t… (read more)
Hi! We have automated tests that run in Firefox across a large number of instances. There are about a hundred nodes where the browser is launched. For security reasons, there is no Internet access. When the browser closes, requests are sent to 146.75.117.91. Since there is no Internet connection, the request fails to complete, and the process terminates due to a timeout. Because the browser is controlled by geckodriver, the `driver.close()` call fails with an error. I’ve tried numerous browser startup options, but none solve the problem; the process still crashes. The only thing that works is blocking the IP address at the firewall level or in the `hosts` file. However, I’m not happy with this solution because it would need to be applied to a hundred nodes, which would create scalability issues down the line. Are there perhaps any options I missed? I also found these addresses in `omni.ja`. Could it be that they are hardcoded and cannot be changed via options?
What I tried
options.set_preference('toolkit.telemetry.enabled', False)
options.set_preference('toolkit.telemetry.rejected', True)
options.set_preference('datareporting.healthreport.uploadEnabled', False)
options.set_preference('datareporting.policy.dataSubmissionEnabled', False)
options.set_preference('toolkit.telemetry.shutdownPingSender.enabled', False)
options.set_preference('toolkit.telemetry.shutdownPingSender.enabledFirstSession', False)
options.set_preference('toolkit.telemetry.firstShutdownPing.enabled', False)
options.set_preference("telemetry.fog.init_on_shutdown", False)
pac = """data:text/plain,function FindProxyForURL(url, host) {
var blocked = [
"incoming.telemetry.mozilla.org",
"telemetry.mozilla.org",
"normandy.cdn.mozilla.net",
"firefox.settings.services.mozilla.com",
"contile.services.mozilla.com",
"push.services.mozilla.com",
"aus5.mozilla.org",
"versioncheck.addons.mozilla.org"
];
for (var i = 0; i < blocked.length; i++) {
if (dnsDomainIs(host, blocked[i]) || host == blocked[i]) {
return "PROXY 127.0.0.1:1";
}
}
return "DIRECT";
}"""
fp.set_preference('network.proxy.type', 2)
fp.set_preference('network.proxy.autoconfig_url', pac)
options.set_preference('toolkit.telemetry.server', )
options.set_preference('toolkit.telemetry.server_owner', 'localhost')
fp.set_preference('toolkit.telemetry.shutdownPingSender.backgroundtask.enabled', False)
fp.set_preference('telemetry.fog.log.level', 'off')
fp.set_preference('telemetry.fog.artifact_build', False)
fp.set_preference('browser.background.tasks.enabled', False)
fp.set_preference('browser.backgroundtasks.scheduled.task.timeout.sec', 0)
options.set_preference('network.dns.localDomains',
'incoming.telemetry.mozilla.org,telemetry.mozilla.org,normandy.cdn.mozilla.net')
options.set_preference('network.captive-portal-service.enabled', False)
options.set_preference('network.connectivity-service.enabled', False)
options.set_preference('services.settings.server', )
options.set_preference('telemetry.fog.artifact_build', False)
options.set_preference('telemetry.fog.test.localhost_port', -1)
options.set_preference('toolkit.telemetry.archive.enabled', False)
options.set_preference('toolkit.telemetry.bhrPing.enabled', False)
options.set_preference('toolkit.telemetry.newProfilePing.enabled', False)
options.set_preference('toolkit.telemetry.reportingPolicy.firstRun', False)
options.set_preference('toolkit.telemetry.unified', False)
options.set_preference('toolkit.telemetry.unifiedIsOptIn ', False)
options.set_preference('toolkit.telemetry.prompted ', 2)
options.set_preference('toolkit.telemetry.unifiedIsOptIn ', False)
options.set_preference('toolkit.telemetry.updatePing.enabled', False)
options.set_preference('datareporting.glean.enabled', False)
options.set_preference('telemetry.fog.enabled', False)
Tolong bantu saya kembalikan akun saya yang di retas dengan email [email removed]@gmail.com
Ich habe seit einiger Zeit das Problem, dass sowohl in Firefox als auch in der Thunderbird-SW die Passwortmanager unregelmäßig automatisch (?) gelöscht werden. Sämtliche … (read more)
Ich habe seit einiger Zeit das Problem, dass sowohl in Firefox als auch in der Thunderbird-SW die Passwortmanager unregelmäßig automatisch (?) gelöscht werden. Sämtliche Passwörter habe ich in einer Datei gesichert, es ist aber unheimlich lästig, wenn ich dauernd die Datei wieder einlesen muss. Auf meinem Laptop habe ich dieses Problem nicht. Beide Geräte werden mit Windows 11 betrieben.
ich kann Firefox nicht mehr öffnen