开发者

Clear URL bar on tab load

开发者 https://www.devze.com 2023-03-23 05:43 出处:网络
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

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

精彩评论

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