开发者

Clear URL bar on tab load

I am writing a Firefox addon and it opens a page in the addon instead of the blank page for a new tab, but it has the U开发者_如何学编程RL in the url bar which I would like to be empty. How do I clear the url bar?

For example, is it something like: gURLBar.clear();


Figured out my problem, I just use this: gURLBar.value = "";

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜