Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

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 έχουν αυτό το πρόβλημα
  • 7 προβολές
  • Τελευταία απάντηση από 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.