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版是全球同步伺服器
手機版一默認是中國同步伺服器,
手機端退出賬號,在設置>同步服務 選全球服務同步數據