Skip to content

Instantly share code, notes, and snippets.

@xxjinwei
Created April 11, 2019 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xxjinwei/b3a1a8c6864f79d9d47c0d7d714e88bb to your computer and use it in GitHub Desktop.
Save xxjinwei/b3a1a8c6864f79d9d47c0d7d714e88bb to your computer and use it in GitHub Desktop.
google bot + private
#!/usr/bin/env bash
cd /Applications/Google\ Chrome.app/Contents/MacOS
UA='Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'
./Google\ Chrome --user-agent="$UA" --incognito
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment