Am 14.02.2012 19:45, schrieb Ross:
Is there a reason other than not having been implemented that there is
no support for "// @run-at document-body"?
In case you need that ASAP, I do it this way:
init = function () {
document.body.removeEventListener("load", init); // Likely not necessary
but "good style"
// do something
}
document.body.addEventListener("load", init, false);
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.