FF Addon send user to their homepage?
What is the command to send a user to their homepage?
Do I have 开发者_C百科to do something with gBrowser.webNavigation
Thanks!
Chris
I think all you need to do is get the user's homepage from the browser.startup.homepage
preference, and then call gBrowser.loadURI(homepageURI);
精彩评论