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".

Tìm hiểu thêm

how stop firefox open new AD tabs

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

more options

any config pref disable this?

I mean ad new tab if I update firefox, or if I use new profile, thhese tabs tell about android, IOS apps, tell about pocket and FF security features. Any help?

trying lockPref("browser.newtabpage.activity-stream.asrouter.providers.onboarding","");

not help

any config pref disable this? I mean ad new tab if I update firefox, or if I use new profile, thhese tabs tell about android, IOS apps, tell about pocket and FF security features. Any help? trying '''lockPref("browser.newtabpage.activity-stream.asrouter.providers.onboarding","");''' not help

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

more options

You can check that those pages aren't set as multiple homepages.

You can check the homepage setting.

Firefox supports multiple homepages separated by '|' (pipe) symbols.

more options

cor-el said

You can check that those pages aren't set as multiple homepages. You can check the homepage setting. Firefox supports multiple homepages separated by '|' (pipe) symbols.

I mean page like this one https://www.mozilla.org/en-US/firefox/welcome/1/ and several others

Được chỉnh sửa bởi woveja1587 vào

more options

Pages like that can still be part of the homepages, but it is also possible that there is a problem with the file that stores the preferences and that Firefox thinks that it has updated.

You can check for problems with preferences. You can delete possible user.js and numbered prefs#-##.js files and rename/remove the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in current Firefox releases.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

more options

cor-el said

Pages like that can still be part of the homepages, but it is also possible that there is a problem with the file that stores the preferences and that Firefox thinks that it has updated. You can check for problems with preferences. You can delete possible user.js and numbered prefs#-##.js files and rename/remove the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in current Firefox releases. You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

I use autoconfig.cfg only, its new way set prefs in modern versions FF

more options

I'm using autoconfig.cfg as well.

Note that it isn't always necessary to use lockPref() as in a lot of cases pref() or defaultpref() is sufficient.

more options

cor-el said

I'm using autoconfig.cfg as well. Note that it isn't always necessary to use lockPref() as in a lot of cases pref() or defaultpref() is sufficient.

you mean this pref?

browser.startup.homepage = about:home

or

  • startup.homepage_override_url

or

  • startup.homepage_welcome_url = about:welcome

Được chỉnh sửa bởi woveja1587 vào