Chrome 78 版本顯示 https 和 www 完整網址


在 chrome://flags 頁面控制台執行
```
[
'omnibox-ui-hide-steady-state-url-path-query-and-ref',
'omnibox-ui-hide-steady-state-url-scheme',
'omnibox-ui-hide-steady-state-url-trivial-subdomains'
].forEach(function(f) {
chrome.send('enableExperimentalFeature', [f + '@2', 'true']);
})
```
來禁用這幾個選項。

其中:

 `@2` 對應的是 Disabled。

`@0` 和 `@1` 分別對應 Default 和 Enabled。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM