[Greasemonkey] GM 0.6.4 and new DOMParser()
Lenny Domnitser
ldrhcp at gmail.com
Mon Dec 5 11:05:47 EST 2005
On 12/4/05, Aaron Boodman <zboogs at gmail.com> wrote:
> new XPCNativeWrapper(window, "DOMParser").DOMParser
> works great.
Just playing with it in the JS shell, I see you can add any number of
global properties like so:
w = new XPCNativeWrapper(window, "DOMParser", "XMLHttpRequest", ...)
So, does anybody know if there is a definitive list of everything that
should be available in the global scope? It's not very pretty, but GM
could just pass everything into the xpcnw constructor.
More information about the Greasemonkey
mailing list