The Internet Explorer 10 Problem
But with Internet Explorer version 10 and newer, Microsoft optimized the security model. Or in other words, we can patch the stuff as much as we want, but the javascript methods no longer call the patched functions.
So we need another solution. And we found one in the last days. We can use our new ServerSocket functions. So the plugin is told to wait for incoming requests and performs them. The website itself sends via Javascript a XMLHttpRequest to our plugin. This way we can once again launch scripts from Javascript. And this works also with Mac OS X and Webkit.
So please check 3.3pr6 plugin with the ServerSocket functions and the new example.