Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 4 antwoorden
  • 3 hebben dit probleem
  • 5 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (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.