搜索 | 用户支持

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

Learn More

On Solaris, how can I retrieve or check for mozzila plugin extensions (i.e., HTA, JSE, JS, etc.) from a command line?

  • 4 个回答
  • 3 人有此问题
  • 5 次查看
  • 最后回复者为 lsunday-0102

more options

I am currently writing a Solaris shell script in order to collect firefox plugins extension information, to include Mozilla Active X control data. I do not want to use the about:plugins feature on the firefox browser to obtain this information. Is it possible to collect this information from an xterm window?

Your assistance is greatly appreciated.

I am currently writing a Solaris shell script in order to collect firefox plugins extension information, to include Mozilla Active X control data. I do not want to use the about:plugins feature on the firefox browser to obtain this information. Is it possible to collect this information from an xterm window? Your assistance is greatly appreciated.

所有回复 (4)

more options

By "extensions" do you mean file extensions or a second category of add-ons?

I am ignorant about Solaris, but there are some files in your current Firefox profile folder which you could examine and see whether they contain what you're looking for.

  • pluginreg.dat for plugins
  • extensions.json for extensions

See: Profiles - Where Firefox stores your bookmarks, passwords and other user data

more options

I am trying to remove suffix such as (VBS, HTA, JSE JS, etc.) and unwanted plugins (Shockwave, flash, Google, etc.) automatically instead of using the Mozilla GUI interface/browser (.i.e., open tools, select plugins, etc.).

There must be files in Mozilla that I can search and extract , remove or change these settings.

Thank you.

Lawrence

more options

Hi Lawrence, did you try the files I mentioned?

more options

Yes I did, but they do not contain the suffixes/extensions, or plugins information. There has to be a way to extract information instead of manually using the browser's interface, preference: about:plugins feature.