I'm developing an extension for FireFox. The extension adds event listener to "appcontent" element on "load" event. How to determine the event came from the main document of the tab? At the moment all events from different elements of the page come (for example image and even the extension document if it fires one). I would like to exclude all the cases, including frames, iframe and so on, only the url typed in the location bar.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just an answer for those who gave points to the question itself and who might find the question through the search. The task is solved with the line
worked for me. Found in some newsgroup |
|||||
|
|
Can you compare
|
|||
|
|
|
Have a look at Use it as something like:
Where |
|||
|
|