javascript - Firefox addon code for every tab open -
I am enclosing some functionality for javascript by making a firefox addon. Although coding in chrome and chrome overlay is triggered for every load tab while listening to the load event, but the "content" variable only indicates a tab in the foreground currently.
How can I get the content from a Firefox addon to the document load on each tab
Say that you have a reference to the aEvent.originalTarget
document that you want to use each time a new page load (which you really want to use if you are not) Was there.
Comments
Post a Comment