marioq

chrominm cli

Apr 28th, 2021 (edited)
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.22 KB | None | 0 0
  1. #!/bin/bash
  2. # riferimenti inglese   http://www.tldp.org/LDP/abs/html/index.html
  3. # riferimenti inglese   http://wiki.bash-hackers.org/start
  4. # riferimenti inglese   http://www.gnu.org/software/bash/manual/bash.html
  5. # riferimenti italiano  http://www.pluto.it/files/ildp/guide/abs/index.html
  6.  
  7. # https://cs.chromium.org/chromium/src/ios/chrome/browser/chrome_switches.cc
  8. # http://peter.sh/experiments/chromium-command-line-switches/
  9. /usr/lib/chromium-browser/chromium-browser \
  10. --proxy-auto-detect \
  11. --homepage="https://it.wikipedia.org/w/?profile=advanced&fulltext=Search&search=&ns0=1&profile=advanced" \
  12. --no-first-run \
  13. --incognito \
  14. --disable-default-apps \
  15. --disable-extensions \
  16. --window-position=100,50 \
  17. --window-size=950,600 \
  18. --enable-tab-audio-muting \
  19. --force-local-ntp \
  20. --no-default-browser-check \
  21. --password-store=basic \
  22. $1 $2 $3 $4 $5 $6 $7 $8 $9 \
  23. "https://start.duckduckgo.com"
  24.  
  25. #  --incognito --disable-default-apps
  26. echo ---------
  27. # echo $0 $1 $2 $3 $4 $5 $6 $7 $8 $9
  28. echo $0 $@
  29. echo ---------
  30.  
  31.  
  32. ####################################################
  33.  
  34. "C:\Program Files\Google\Chrome\Application\chrome.exe" --incognito --window-position=25,25 --window-size=950,650 -no-proxy-server https://start.duckduckgo.com
Add Comment
Please, Sign In to add comment