搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do I stop Addons from opening tabs on first launch?

  • 2 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 cor-el

more options

I am adding extensions to Firefox using CCK2, and on first launch, every extension loads a tab (8+). Second launch, nothing happens which is ideal.

My best guess is that Firefox loads all the extensions when a user profile is created which causes them all to open their "Welcome" page, which is fine on a normal install, but because I am working in a lab environment where user profiles are automatically deleted after logout, that means Firefox loads 9 tabs every time it launched.

How do I suppress these tabs

I am adding extensions to Firefox using CCK2, and on first launch, every extension loads a tab (8+). Second launch, nothing happens which is ideal. My best guess is that Firefox loads all the extensions when a user profile is created which causes them all to open their "Welcome" page, which is fine on a normal install, but because I am working in a lab environment where user profiles are automatically deleted after logout, that means Firefox loads 9 tabs every time it launched. How do I suppress these tabs

所有回复 (2)

more options

sambarufus said

where user profiles are automatically deleted after logout

Is this for security reasons?

Sorry, but there are add-ons that will say 'hello' and others that need to be set up (options).

I do not know if this can be stopped. But think about this;

http://portableapps.com/apps/internet/firefox_portable Mozilla Firefox, Portable Edition

A fully functional package of Firefox optimized for use on a USB key drive. A specialized launcher will allow most favorite extensions to work as you switch computers.

Firefox Portable is a 3rd-party build. Support is available here: http://portableapps.com/forums/support/firefox_portable +++++++++++++++++++++++++++++++++++++++++++ Instead of leaving Firefo on the computer, you carry it in your pocket. You can also lock it up when not in use.

more options

There are usually first run prefs (install-event-fired) to install and initialize the extension properly that obviously aren't present and set when you install the extension. A lot of extensions include a special welcome page that is also shown when the extension updates. I don't think that you can prevent this in most cases.