网飞考虑规范账号共享现象
https://9gag.com/gag/a3RQRA8?ref=android
https://9gag.com/gag/a3RQRA8?ref=android
omnibox-ui-hide-steady-state-url 相关的选项。[
'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。