Skip to content

a faster and better alternative for chrome incognito mode

Notifications You must be signed in to change notification settings

bhaveshgawri/guest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

guest

a faster and better alternative for chrome incognito mode

What it is?

  • python script to start an anonymous google chrome session from terminal
  • runs the chrome using chromedriver
  • deletes the browsing data after the browser is closed.

How should I use it?

$sudo cp ~/Downloads/chromedriver /usr/bin/
$sudo chmod +x /usr/bin/chromedriver
  • You need to install selenium
sudo pip install -U selenium
  • Download the script, copy it to /usr/bin and give it +x permission.
$sudo mv ~/Downloads/guest /usr/bin
$sudo chmod +x /usr/bin/guest

to run it use and it will start an anonymous session. See help for more options.

$guest          # open google.com
$guest -f       # open facebook.com
$guest -yf      # open youtube.com and facebook.com in different tabs
$guest --help   # see all available arguments

Other Prerequisites

You must have latest version of google-chrome installed.

About

a faster and better alternative for chrome incognito mode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages