开发者

FF Addon send user to their homepage?

开发者 https://www.devze.com 2023-01-29 04:22 出处:网络
What is the command to send a user to their homepage? Do I have 开发者_C百科to do something with gBrowser.webNavigation

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);

0

精彩评论

暂无评论...
验证码 换一张
取 消