變更

移除 21 位元組 、 2020年8月2日 (日) 16:45
無編輯摘要
第241行: 第241行:  
    for (let i = 0; i < temp.length; i++)
 
    for (let i = 0; i < temp.length; i++)
 
    {
 
    {
      temp[i].className = 'navbox __web-inspector-hide-shortcut__';
+
      temp[i].parentNode.removeChild(temp[i]);
 
    }
 
    }
 
}
 
}