[Linux] 在命令列啟動 Chrome 無痕模式
偶爾會想要從命令列執行 Chrome,
假設是想要開無痕模式 (incognito mode) 的話,要怎麼做呢?
查了一下,在參數部分加上 -incognito 就行了,例如:
/opt/google/chrome/chrome -incognito
如果想要用無痕模式開啟網頁,就把網址都加到後面就行囉,
像下面是用無痕模式開兩個分頁,把 Google 和 Yahoo 頁面打開:
/opt/google/chrome/chrome -incognito google.com yahoo.com
參考資料:How to run Google Chrome in incognito mode from the command line or a shortcut
(本頁面已被瀏覽過 1,873 次)