rem Завершить процесс Firefox: taskkill /F /IM firefox.exe /T rem Удалить портативную версию: "%userprofile%\AppData\Local\Mozilla Firefox\uninstall\helper.exe" /S "%userprofile%\AppData\Local\Mozilla Firefox\Mozilla\uninstall\helper.exe" /S rem Удалить Firefox из Program files x86: "%programfiles(x86)%\Mozilla Firefox\uninstall\helper.exe" /S rem Установить Firefox: "\\server\distrib\Mozilla Firefox\Firefox Setup 49.0.2x64.exe" -ms
https://github.com/marcelklehr/floccus
Sync your browser bookmarks with your selfhosted server (WebExtension: Chrome/Firefox/Opera)
about:config keyword.enabled - false browser.fixup.alternate.enabled - false
Для domain.ru
about:config network.negotiate-auth.delegation-uris domain.ru network.negotiate-auth.trusted-uris domain.ru
С некоторых пор в Firefox выключена поддержка FTP. Включить обратно:
about:config network.ftp.enabled true
Кнопки исключения нет.
Поэтому about:config
, потом network.stricttransportsecurity.preloadlist
выставить в false
.
about:config # отключить совсем image.animation_mode none # проигрывать один раз image.animation_mode once
New-Item "$((get-item "$env:appdata\Mozilla\Firefox\Profiles\*.default").FullName)\user.js"
How do I change Firefox's "about:config" from a shell script?
http://kb.mozillazine.org/User.js_file