Jason
Jason

Reputation: 449

Detect Firefox plugins?

Is there any method to detect Firefox plugins? I remember it was possible through the local path to the plugin icon, but I believe that was covered already, unfortunately.

Does anybody know if there is any other method?

Upvotes: 2

Views: 232

Answers (2)

Leri
Leri

Reputation: 12525

PHP (server-side) does not have any knowledge about client-side including plugins unless they (plugins) add some information in headers sent by browser.

You can use javascript. But in scenario where user disables javascript you still won't be able to get installed plugins.

Here's interesting article about plugin detection with javascript.

Upvotes: 3

r4d1um
r4d1um

Reputation: 548

http://webdevwonders.com/detecting-firefox-add-ons/

i am no way affiliated with webdevwonders.com

=)

Upvotes: 2

Related Questions