You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-2.1-client/profile/kde-4.1/.mozilla/firefox/calculate.default/prefs.js

12 lines
750 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#размер дисковой квоты под кэш (в Кб)
user_pref("browser.cache.disk.capacity", 5000);
#сохранять файлы без запроса на выбор пути
user_pref("browser.download.useDownloadDir", false);
#домашняя страница
user_pref("browser.startup.homepage", "http://www.calculate-linux.ru");
#версия последнего браузера, открывшего текущий профиль (нужно чтобы не отправлял на сайт firefox)
user_pref("browser.startup.homepage_override.mstone", "rv:1.9.0.3");
#скрывать панель вкладок когда открыта только одна страница
user_pref("browser.tabs.autoHide", false);