[Greasemonkey] What is new in GM vis a vis JS

Johan Sundström oyasumi at gmail.com
Sat Aug 26 18:11:11 EDT 2006


> What does gm have that is NOT in JS.

The methods prefixed "GM_" at http://diveintogreasemonkey.org/api/

> What does gm NOT have that is in JS.

Native non-wrapped bindings to all the DOM (technically available, but
not to be used for security reasons). Instead, mostly everything in
the document object model is wrapped with XPC Native Wrappers which
makes. Full story at
http://dunck.us/collab/GreaseMonkeyUserScripts#head-4ac4d1e80f8bbd66bf4f1fbea77ea2390b6a2870

-- 
 / Johan Sundström, http://ecmanaut.blogspot.com/


More information about the Greasemonkey mailing list