I copied most of my installed chrome extensions and put them toghether intro one big manifest.json and stuct.go
Though there might be more fields
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 |
NewerOlder