Reputation: 45
I would like to change the about:blank
page to the url of my firefox addon homepage page.
How do I change the default new tab url or can give a new tab a default url?
I'm using the Firefox Add-on SDK.
Upvotes: 3
Views: 794
Reputation: 3480
You could use a combination of the TabOpen event and the window.location method.
Upvotes: 1