Thomas-X / silence-chrome-session-restore-unix

A little python script that silences chrome's session restore popup. Happens on Ubuntu 18.04 when shutting down.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use

  • download zip of repo
  • tar xf (zip file name)
  • mkdir ~/.customscripts
  • mv (.py script) ~/.customscripts/silencechrome.py
  • crontab -e
  • add the line @reboot python3 ~/.customscripts/silencechrome.py
  • now on the next reboot of your system chrome never bugs you about restoring session, ever. Enjoy

About

A little python script that silences chrome's session restore popup. Happens on Ubuntu 18.04 when shutting down.


Languages

Language:Python 100.0%