I\'m trying to modify my GreaseMonkey script from firing on window.onload to window.DOMContentLoaded, but this event never fires.
I\'m using FireFox 2.0.0.16 / GreaseMon
GreaseMonkey scripts are themselves executed on DOMContentLoaded, so it's unnecessary to add a load event handler - just have your script do whatever it needs to to immediately.
http://wiki.greasespot.net/DOMContentLoaded