Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Restore prefs.js without sync

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi Brad

more options

While trying to troubleshoot a site login problem (ticketmaster.com), I made a backup of my prefs.js, and reset a few hundred preferences in about:config. After finding the pref that caused the problem (tracking), I shut down FF, copied the backup prefs.js in place and restarted. After FF synced, though, my prefs were reset to the previous session with all the reset values.

How do I restore a prefs.js and either *not* fetch the values stored in my online profile, or update my online profile with the values from the file? Is there a timestamp I can update, or some other value to set?

Thanks.

While trying to troubleshoot a site login problem (ticketmaster.com), I made a backup of my prefs.js, and reset a few hundred preferences in about:config. After finding the pref that caused the problem (tracking), I shut down FF, copied the backup prefs.js in place and restarted. After FF synced, though, my prefs were reset to the previous session with all the reset values. How do I restore a prefs.js and either *not* fetch the values stored in my online profile, or update my online profile with the values from the file? Is there a timestamp I can update, or some other value to set? Thanks.

Giải pháp được chọn

I ended up just diff'ing the backup prefs.js with the synced one in Vim and manually adjusting the config values. Seems to have worked well enough.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (3)

more options

Change your Sync not to handle prefs. (That's a thing, i hope.) Or possibly delete them manually in the Sync account. Copy your prefs.js back. Set Sync to handle prefs again.

Or, can you completely wipe the server side, then let Sync push to the server?

Or... doesn't Sync have "sync out" and "sync in" (whatever they may actually be called) buttons? Or just a plain manual sync with no options?

Sorry, i won't touch that stuff so i have no clue, but maybe it will spark an idea for you.

more options

Prefs that have a corresponding services.sync.prefs.sync.<pref-name> pref that is set to true will be synced to other devices If you do not want to sync a pref that is currently included then set corresponding Boolean services.sync.prefs.sync pref to false.

more options

Giải pháp được chọn

I ended up just diff'ing the backup prefs.js with the synced one in Vim and manually adjusting the config values. Seems to have worked well enough.