universalxpconnect

UniversalXPConnect in greasemonkey script

I want to add some button to google reader, that will call some custom XPComponent dll with the feed text, but I am not able to use UniversalXPConnect in greasemonkey scripts. How to call firefox dll plugins from greasemonkey scripts. ...

XPConnect (Firefox) - how to get value out of object

I'm trying to create a read from clipboard javascript function, and it's generally working, but I can't seem to extract the actual string from the object I create with the out parameter (Components.interfaces.nsITransferable). In case you're wondering, this is for a local intranet, and I have enabled clipboard access. This is the part o...