i'm creating a firefox extension and i want to get the html page elements
using java script but the document.getElementsByTagName('*') always give me
an xul objects array
how can i get the html objects array ?
|
i'm creating a firefox extension and i want to get the html page elements using java script but the document.getElementsByTagName('*') always give me an xul objects array how can i get the html objects array ?
| |||||
feedback
|
|
If you want to access the current tab's content from an extension then you need to use | |||
feedback
|