我尝试了三种可能性:1(
browser.home();
var a = browser.tabs.executeScript(tab_id, {code: 'location.href = "about:home";'});
var a = browser.tabs.executeScript(tab_id, {code: 'window.home();'});
这三个都是在后台脚本中调用的。没有人工作。
我没有找到这个解决方案,但其他人在不同的地方回答了我的问题:https://discourse.mozilla.org/t/read-homepage-url-or-load-home-page/71664/2