Hi
Can I call function() of my custom Greasemonkey from my page?
For example,
I created a GM script that contains do_this() function. I want my-web-site.com call the do_this() function. But I can't.
I know, I can by doing unsafeWindow.do_this() but doing so prevents me from calling GM_xmlhttpRequest().
Any ideas?