Progress Listeners for your firefox plugin !!
Following are some sample code snippets and links to make use of to write awesome firefox plugins:
Progress Listeners allow extensions to be notified of events associated with documents loading in the browser and with tab switching events. Progress listeners implement the nsIWebProgressListener interface.
https://developer.mozilla.org/en/Code_snippets/Progress_Listeners
Advertisement
