為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

I want to add automatic ie tab in firefox without adding manual setting,also i want to change value of extensions.ietab.filterlist without going on about:config

  • 3 回覆
  • 2 有這個問題
  • 3 次檢視
  • 最近回覆由 Pooja

more options

1)I wants to change default extensions.ietab.filterlist value to mywebsite url without going to follow many steps,whenever user will hit my site then for users browser extensions.ietab.filterlist value should be added when he will hit my site.About:config we can add manually but i don't wants to add manually ,any way to automate this process, 2)Is there any way to install activex (Ietab extension) without clicking on add in firefox,,i am asking because my site is not supported to firefox due to activex.

3)How we add admin privilages for activex in firefox. . please help me

1)I wants to change default extensions.ietab.filterlist value to mywebsite url without going to follow many steps,whenever user will hit my site then for users browser extensions.ietab.filterlist value should be added when he will hit my site.About:config we can add manually but i don't wants to add manually ,any way to automate this process, 2)Is there any way to install activex (Ietab extension) without clicking on add in firefox,,i am asking because my site is not supported to firefox due to activex. 3)How we add admin privilages for activex in firefox. . please help me

被選擇的解決方法

I got solution for this problem, 1) I have added User.js file in default profile folder of mozilla i.e C:\Users\xpointers\AppData\Roaming\Mozilla\Firefox\Profiles\xb2fxdxi.default, I have added in user.js user_pref("extensions.ietab2.filterlist", "/^file:\\/\\/\\/.*\\.(mht|mhtml)$/ http://*update.microsoft.com/* http://www.windowsupdate.com/* http://www.UrWebsiteUrl.com/* ");

You can add n number of url for running In IETAb or IEtab2. User.js file overwrites prefs.js file .

2) for adding extensions automatically need to add addon, using code and need to change extensions.json file for new version of firefox ,for older version of firefox need to change in sqlite database.

從原來的回覆中察看解決方案 👍 0

所有回覆 (3)

more options

Questions or features suggestions should be directed to the developer of IETab, Mozilla has nothing to do with that add-on.

Why just fix your website so that it doesn't rely on ActiveX?

Besides Firefox users on Windows PC's, what about Mac and Linux users?

more options

選擇的解決方法

I got solution for this problem, 1) I have added User.js file in default profile folder of mozilla i.e C:\Users\xpointers\AppData\Roaming\Mozilla\Firefox\Profiles\xb2fxdxi.default, I have added in user.js user_pref("extensions.ietab2.filterlist", "/^file:\\/\\/\\/.*\\.(mht|mhtml)$/ http://*update.microsoft.com/* http://www.windowsupdate.com/* http://www.UrWebsiteUrl.com/* ");

You can add n number of url for running In IETAb or IEtab2. User.js file overwrites prefs.js file .

2) for adding extensions automatically need to add addon, using code and need to change extensions.json file for new version of firefox ,for older version of firefox need to change in sqlite database.

more options

3)How we add admin privilages for activex in firefox. . please help me,,is this possible or not to add admin privilages in IETAB.