Hey,
I can easily traverse the current window while I'm inside the pageLoad function in my extension using content.document, but when I try accessing it in another function, called with setInterval, I can't access the content.document.
I tried content.document, document.defaultView, window.content.document and basically every other sensible combination I could think of.
please help. thanks.