开发者

How to detect browser addons in Firefox, Opera and IE?

开发者 https://www.devze.com 2023-02-05 03:30 出处:网络
How to - using either JavaScript or PHP - detect addons that are used by a user? In particular the ORB开发者_JAVA技巧IT addon.I realize this is an old question but it popped up on a google search for

How to - using either JavaScript or PHP - detect addons that are used by a user? In particular the ORB开发者_JAVA技巧IT addon.


I realize this is an old question but it popped up on a google search for me. It most definitely is possible to detect browser addons. Here are a couple of resources to check out:

http://ha.ckers.org/blog/20060823/detecting-firefox-extentions/

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


In general, you can't.

Some addons (eg, Firebug) expose a client-side object model to the page, in which case you can detect them using Javascript.

0

精彩评论

暂无评论...
验证码 换一张
取 消