Chrome 78 version displays the full URL https and www

In chrome: // flags page Console
`` `
[
'Omnibox-ui-hide-Steady-State-url-path-Query-and-ref',
'Omnibox-ui-hide-Steady-State-url-scheme ',
' UI-Omnibox-Steady-State-hide-URL-Trivial-subdomains'
] .forEach (function (F) {
chrome.send ( 'enableExperimentalFeature', [F + '@ 2', 'to true']);
})
``
to disable these options.

among them:

 @ `2` corresponds to Disabled.

@ @ `1` and` 0` corresponding Default and Enabled.

Guess you like

Origin www.cnblogs.com/devIT/p/11920561.html