I need to get the DOM when the Mozilla observer event "chrome-document-global-created"
is fired. Therefore, I have the following code. But how can I get the DOM from there? Data is null
(according to documentation), can someone please tell me which object i have to use?
Many thanks!
observe: function(subject, topic, data) {
which object is it? document? window? cant find anything there about dom...
}