Chrome 最近更新后,那个 Refresh 2023 的新 UI 又回来了,这是 Google 第三次作妖了,前面的方法全部失效,新的方法是在命令行中添加--disable-features=CustomizeChromeSidePanel 启动参数。
Windows 下面,右键点击 Chrome 的图标,选择属性,修改“目标”成这样:
"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-features=CustomizeChromeSidePanel
Linux 下面,右键点击 Chrome 的图标,Command 修改为这样:
/usr/bin/google-chrome-stable %U --disable-features=CustomizeChromeSidePanel
credit:
https://bugartisan.medium.com/disable-the-new-chrome-ui-round-in-2024-f44c87625dc6
https://www.reddit.com/r/chrome/comments/1cvjw3o/chrome_125_update_brought_that_round_ui_again/
前情提要:
https://www.v2ex.com/t/1000131
https://www.v2ex.com/t/1025622