A. 怎么切换firefox同步的全球服务器和中国服务器
要想在不变换浏览器版本的情况下修改该配置,你需要修改pref.js。(存在Bug)
在确认火狐浏览器关闭的情况下,找到位于用户配置文件根目录的pref.js。复制以下内容到相应位置,保存,启动火狐。再用“火狐通行证”账户重新登陆火狐同步即可。
user_pref("identity.fxaccounts.auth.uri", "https://api-accounts.firefox.com.cn/v1");
user_pref("identity.fxaccounts.remote.force_auth.uri", "https://accounts.firefox.com.cn/force_auth?service=sync&context=fx_desktop_v1");
user_pref("identity.fxaccounts.remote.signin.uri", "https://accounts.firefox.com.cn/signin?service=sync&context=fx_desktop_v1");
user_pref("identity.fxaccounts.remote.signup.uri", "https://accounts.firefox.com.cn/signup?service=sync&context=fx_desktop_v1");
user_pref("identity.fxaccounts.remote.uri", "https://accounts.firefox.com.cn/?service=sync&context=fx_desktop_v1");
user_pref("identity.fxaccounts.settings.uri", "https://accounts.firefox.com.cn/settings");
要注意的是,火狐同步本地服务默认只同步书签,需要到同步的设置界面将其他项目手动勾选才行。
另外,暂不支持移动版(但可以手动将上述preference添加到移动版的pref.js)
B. 火狐浏览器如何同步pc端书签到手机端
pc版是全球同步服务器
手机版一默认是中国同步服务器,
手机端退出账号,在设置>同步服务 选全球服务同步数据