定义Mozilla Firefox的缺省主页

2 views
Skip to first unread message

npcomet

unread,
May 30, 2007, 1:17:58 PM5/30/07
to Magic Linux devel
定义Mozilla Firefox的缺省主页
需要更改defaults/pref/firefox-branding.js。
startup.homepage_override_url 这个变量定义Mozilla Firefox的缺省主页。
这个变量最终会反映到用户目录中的prefs.js文件的browser.startup.homepage中去

npcomet

unread,
May 31, 2007, 5:22:44 AM5/31/07
to Magic Linux devel
pref("startup.homepage_override_url","http://%LOCALE%.www.mozilla.com/
%LOCALE%/%APP%/%VERSION%/whatsnew/");
pref("startup.homepage_welcome_url","http://%LOCALE%.www.mozilla.com/
%LOCALE%/%APP%/%VERSION%/firstrun/");
// URL user can browse to manually if for some reason all update
installation
// attempts fail.


%LOCALE% 指国家代码(本地代码)
%APP% 指版本号

Reply all
Reply to author
Forward
0 new messages