How to check with Javascript if a Firefox 3 Add-on / Extension is installed

后端 未结 3 1024
故里飘歌
故里飘歌 2020-12-21 18:10

Actually this question is based on a Blog Entry, which discusses the topic for FF2. But how does this work with FireFox 3?

I know that there must be a workaround, be

相关标签:
3条回答
  • 2020-12-21 18:50

    There are other ways they could be detecting AdBlock+. It could tell that you never loaded the ad with some server side code and assume you're using it, maybe?

    Or if the ad is flashed based, javascript could try to communicate with it first.

    0 讨论(0)
  • 2020-12-21 18:52

    Please see this url. http://www.guyfromchennai.com/?p=104 This is worked for me

    0 讨论(0)
  • 2020-12-21 19:02

    There's no general-purpose way to do that, for security reasons. Even the FF2 version mentioned there was specific to that particular extension -- you can't assume identically-named and -placed icons for all extensions.

    The AdBlock-spotters, as Stephen presumed, tend to be behavior-based and specific to that extension. Likewise Greasemonkey-spotters, etc.

    0 讨论(0)
提交回复
热议问题