/usr/share/screenlets-manager/prefs.js is in screenlets 0.1.6-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | # Mozilla User Preferences
/* Do not edit this file.
*
* If you make changes to this file while the application is running,
* the changes will be overwritten when the application exits.
*
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
*/
user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
user_pref("network.cookie.prefsMigrated", true);
user_pref("font.size.variable.ar", 12);
user_pref("font.size.variable.el", 12);
user_pref("font.size.variable.he", 12);
user_pref("font.size.variable.ja", 12);
user_pref("font.size.variable.ko", 12);
user_pref("font.size.variable.th", 12);
user_pref("font.size.variable.tr", 12);
user_pref("font.size.variable.x-baltic", 12);
user_pref("font.size.variable.x-central-euro", 12);
user_pref("font.size.variable.x-cyrillic", 12);
user_pref("font.size.variable.x-unicode", 12);
user_pref("font.size.variable.x-western", 12);
user_pref("font.size.variable.zh-CN", 12);
user_pref("font.size.variable.zh-HK", 12);
user_pref("font.size.variable.zh-TW", 12);
user_pref("general.useragent", "Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en)");
user_pref("general.useragent.AppName", "AppleWebKit/420+ (KHTML, like Gecko)");
user_pref("general.useragent.AppVersion", "Version/3.0 Mobile/1A543a Safari/419.3");
user_pref("general.useragent.description", "iPhone");
user_pref("general.useragent.extra.firefox", "iPhone");
user_pref("general.useragent.platform", "Mobile/1A542a Safari/419.3");
user_pref("intl.charsetmenu.browser.cache", "UTF-8, ISO-8859-15, TIS-620, ISO-8859-2");
|