Skip to content

Instantly share code, notes, and snippets.

@mjarkk
Created October 27, 2018 20:57
Show Gist options
  • Save mjarkk/86651f1a7438e994606bce42b22e1ea7 to your computer and use it in GitHub Desktop.
Save mjarkk/86651f1a7438e994606bce42b22e1ea7 to your computer and use it in GitHub Desktop.
Run google chrome with tor inside a incognito window
#!/bin/bash
# NOTE: You need to install tor and enable it to run this script
# NOTE: If you have google chrome replace google-chrome with google-chrome-beta
google-chrome --proxy-server="socks5://localhost:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" --incognito
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment