plainView: function()
{
  if (gURLBar.value == "") return; //←追加
  this.nBase.replaceChild(document.createTextNode(gURLBar.value), this.nBase.firstChild);