Can someone please tell me how to write a Firefox extension that displays a local HTML page (contained in the extension) when a user opens a new tab or web page.
|
|
You will need this function to read a file inside your addon
Then create an element and add the content of the HTML.
Use |
|||||||||
|
|
You may find some info at https://developer.mozilla.org/en/Observer_Notifications and https://developer.mozilla.org/en/Code_snippets/Progress_Listeners and https://developer.mozilla.org/En/Code_snippets/On_page_load . To display HTML content inside XUL content (though you can also cause a pure XHTML dialog to open), you can use a XUL iframe |
|||
|
|
|
If you override the |
|||
|
|