I'm building an Firefox Add-On That is suposed to read all in the HTML doc.
My problem is: I Can't make my JS in XUL read the HTML elements inside the HTML document.
I already tried
content.document.getElementsByTagName('a')
And
document.documentElement.getElementsByTagName('a')
What am I doing Wrong?