Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

disable the default browser check

  • 2 yanıt
  • 2 kişi bu sorunu yaşıyor
  • 12 gösterim
  • Son yanıtı yazan: ideato

more options

I tried three method, and none of them worked. 1. I uncheck the pop-up 2. the box under option/advanced of checking it as default browser is uncheck 3. the about:config browser.shell.checkdefaultbrowser was set to false.

but every time I open firefox the check still pops up. which is very annoying!!

also when I close the window with multiple tab warning, even I unchecked it, it still pops up the warning next time.

the OS Windows 8

I tried three method, and none of them worked. 1. I uncheck the pop-up 2. the box under option/advanced of checking it as default browser is uncheck 3. the about:config browser.shell.checkdefaultbrowser was set to false. but every time I open firefox the check still pops up. which is very annoying!! also when I close the window with multiple tab warning, even I unchecked it, it still pops up the warning next time. the OS Windows 8

Tüm Yanıtlar (2)

more options

Do you want Firefox to be your default browser? Just click Yes, and you won't see the pop-up again.

more options

Hello, see in the next article how to lock the specific preference:

http://kb.mozillazine.org/Locking_preferences

use the next code line into the mozilla.cfg file :

lockPref("browser.shell.checkDefaultBrowser", false);

more info : http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/


thank you