chrome传递多个参数要怎写
Tofloor
poster avatar
firstuanl
deepin
2020-10-04 02:42
Author
本帖最后由 firstuanl 于 2020-10-3 18:43 编辑

比如,要怎处理才有效果,谢谢

  1. google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 --force-device-scale-factor=1 --no-first-run --no-default-browser-check --no-sandbox http://www.chromestatus.com --proxy-server="https://206.246.75.178:3129"
Copy the Code


https://github.com/MontFerret/ferret/issues/412













Reply Favorite View the author
All Replies
Feng Yu
deepin
2020-10-04 03:03
#1
直接创建配置文件~/.config/chrome-flags.conf就行了,不用每次自己写一堆参数

chromium的配置文件对应~/.config/chromium-flags.conf

Reply View the author
firstuanl
deepin
2020-10-04 03:20
#2
本帖最后由 firstuanl 于 2020-10-3 20:55 编辑

原来是被netease-cloud-music写死只传一个参数
Reply View the author