Created
October 27, 2018 20:57
-
-
Save mjarkk/86651f1a7438e994606bce42b22e1ea7 to your computer and use it in GitHub Desktop.
Run google chrome with tor inside a incognito window
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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