I spent a fair amount of time trying to determine why my view of a site didn't match a clients, after looking at the cache etc. we determined the problem to be with one of the add-ons (Adblock Plus in this particular case). It would have been much simpler if we could have had an easy way to query what add-ons were installed, and ideally active. Is there anyway to generate a list programmatically perhaps with JavaScript?

Thanks, Steve

link|improve this question
I should point out that Adblock is designed to hide itself from userland JavaScript as much as possible! – MiffTheFox Aug 1 '10 at 2:06
What makes you think your site has a right to know what software a user has installed? – Daenyth Aug 1 '10 at 2:57
feedback

1 Answer

up vote 3 down vote accepted

No, you can't do this with user/page JavaScript. I imagine it would be a security risk, if you could.

But there is an add-on you can install that will generate a printable, copyable list of installed extensions/Add-ons.

Check out: "Extension List Dumper".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.