0
A
回答
1
一般來說,沒有;然而這取決於附加功能的作用。如果它以某種方式修改網頁(例如移除廣告),則應該可以使用Javascript來檢測當前頁面是否已被修改。
0
毫無疑問,你可以通過JavaScript檢測最多;它會是附加特定的。
1
如果插件通過Javascript/ActiveX接口可用,可以通過在調用某些(缺失)插件函數時捕獲異常來檢查其缺失。
通過這種方式,檢查幾個常見的插件會導致很好的瀏覽器指紋識別方法。 參考:http://www.informatica64.com/Wbfingerprinting/
0
在IE剛剛從暴露你的附加組件的Active X控件,然後用new ActiveXControl()
一個Javascript try {}
塊裏面實例化。如果成功,則安裝您的擴展。如果失敗了,可能不會。你甚至可以公開一個.version()
方法來獲得控件的版本。
相關問題
- 1. Internet Explorer在加載網站時掛起
- 2. Internet Explorer網站支持
- 3. Internet Explorer xx.yy網站問題
- 4. Python和Internet Explorer(特定網站)
- 5. Internet Explorer和TLS1.2:網站下載下來
- 6. 構建Internet Explorer擴展/附加組件?
- 7. Internet Explorer附加組件列表
- 8. 在.net中的Internet Explorer附加組件
- 9. 不在Internet Explorer中呈現的網站
- 10. 網站在Internet Explorer 8,9或10
- 11. 使用Internet Explorer 7測試網站
- 12. Internet Explorer中的HTML5網站兼容性
- 13. Internet Explorer網站顯示空白頁面
- 14. 從joomla網站攔截Internet Explorer
- 15. html網站在Internet Explorer中不工作
- 16. 的Internet Explorer 8和Internet Explorer 6並排
- 17. 什麼是Internet Explorer中加載網站的窗口消息?
- 18. 爲什麼我的網站不能在Internet Explorer中加載?
- 19. Internet Explorer和JSON
- 20. Internet Explorer和removeChild()
- 21. HTML5和Internet Explorer?
- 22. SVG和Internet Explorer?
- 23. Internet Explorer和post_max_size
- 24. datepicker和Internet Explorer
- 25. EventSource和Internet Explorer
- 26. Internet Explorer和IIS
- 27. Ajax和Internet Explorer
- 28. CSS和Internet Explorer
- 29. AngularJS和Internet Explorer
- 30. .htacess和Internet Explorer
你是怎麼做到的?我想檢測用戶是否安裝了我的插件。 – 001 2010-09-12 20:06:47
@ mhambra的回答涵蓋了這一點。 – Steve 2010-09-13 12:48:35