Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Different homepages for different devices

  • 1 답장
  • 1 이 문제를 만남
  • 5 보기
  • 최종 답변자: cor-el

more options

I am trying to setup custom startpages that I am creating using HTML5/CSS/JS. Issue is I am doing this in multiple devices that I have Firefox Sync on.

Those devices are Manjaro (Linux) and Windows 10. Thus their directories and such differ vastly.

I setting the homepage to be `/home/arszilla/.config/mozilla-firefox/HomePage/index.html` on Linux, whereas on Windows it is `C:\Users\Arslan\Documents\Mozilla Firefox\HomePage\index.html`. However due to the sync this gets overwritten constantly.

Is there a way for me to keep Linux's homepage intact while the same is done for Windows? So Linux has its own 'non-synced' homepage, while Windows has its own 'non-synced' homepage?

Thanks in advance.

I am trying to setup custom startpages that I am creating using HTML5/CSS/JS. Issue is I am doing this in multiple devices that I have Firefox Sync on. Those devices are Manjaro (Linux) and Windows 10. Thus their directories and such differ vastly. I setting the homepage to be `/home/arszilla/.config/mozilla-firefox/HomePage/index.html` on Linux, whereas on Windows it is `C:\Users\Arslan\Documents\Mozilla Firefox\HomePage\index.html`. However due to the sync this gets overwritten constantly. Is there a way for me to keep Linux's homepage intact while the same is done for Windows? So Linux has its own 'non-synced' homepage, while Windows has its own 'non-synced' homepage? Thanks in advance.

모든 댓글 (1)

more options

You can toggle this pref to false to prevent the homepage from getting synced.

  • services.sync.prefs.sync.browser.startup.homepage = false

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.